Re: Axinterop.wmpLib.dll works OK in debug build, not OK in release build Programming Software Development by SeniorAlexandro I tried to add a Reference (Axinterop.wmpLib.dll) but now I get this Error: "AxWindowsMediaPlayer" is ambiguous in the namespace "AxWMPLib" Help with AxInterop OCW11 Programming Software Development by mrk Hi, I am debugging an application developed by another programmer. AxInterop OCW11 excel component is used. The following code is giving … Axinterop.wmpLib.dll works OK in debug build, not OK in release build Programming Software Development by SeniorAlexandro Alright, I have a Form with a Media Player in it. Which plays a Song. [CODE]AxWindowsMediaPlayer1.URL = My.Computer.FileSystem.CurrentDirectory & "\Music.mp3" AxWindowsMediaPlayer1.Ctlcontrols.play() AxWindowsMediaPlayer1.settings.playCount = 999 Me.Opacity = 0 [/CODE] It's playing in the background since the Form is hidden. … Re: Axinterop.wmpLib.dll works OK in debug build, not OK in release build Programming Software Development by SeniorAlexandro I deleted all the Files that have to do with Ax....now I don't get them back....please help me. I am desperated. Re: Axinterop.wmpLib.dll works OK in debug build, not OK in release build Programming Software Development by codeorder Start a new.project, add your wmp(WindowsMediaPlayer) to Form, Then modify code w/this. [CODE] Try '// wmp.code here. Catch ex As Exception MsgBox(ex.Message) '// displays error.msg and does not crash app. error.msg is not necessarly needed. End Try[/CODE] If you get an error.msg, post the result. Re: Axinterop.wmpLib.dll works OK in debug build, not OK in release build Programming Software Development by SeniorAlexandro I found out what the problem was. It runs fine in the Debug, because the DLL Files are there. If you move the .exe outside Debug, it's missing the DLL's, so it will give you an error. SOLUTION: Paste the DLL's into the same directory where the .exe is located. Re: Help with AxInterop OCW11 Programming Software Development by LizR Debug is your friend. You need to find the parts it puts together eg: Convert.ToChar(Col1)).ToString(); longRow1.ToString(), (Convert.ToChar(Col1)).ToString() ; longRow1.ToString(); and then the overrall axSpreadsheetASCIIop.ActiveCell.get_Range( (Convert.ToChar(Col1)).ToString() + longRow1.ToString(), (Convert.ToChar(Col1)).ToString() + … Re: Help with AxInterop OCW11 Programming Software Development by mrk Thank you. I was able to resolve this. I had to use : axSpreadsheetASCIIop.ActiveSheet.Cells.get_Range instead of axSpreadsheetASCIIop.ActiveCell.get_Range. Thanks, mrk dll was loaded but the dllregisterserver entry point was not found Programming Software Development by inam2001 I want to use AxInterop.zkemkeeper.dll into c# project and I try to register AxInterop.zkemkeeper.dll but this error generates "dll was loaded but the dllregisterserver entry point was not found", how can i register this dll, please help me in urgent. Thanks in Advance Crystal report doesnt work there in target pc! Programming Software Development by Kingcoder210 …0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- AxInterop.ShockwaveFlashObjects Assembly Version: 1.0.0.0 …: file:///D:/Program%20Files/IT%20EVOLUTION/SUIMT/AxInterop.ShockwaveFlashObjects.DLL ---------------------------------------- Interop.ShockwaveFlashObjects Assembly Version: … Null Reference and Active X exceptions Programming Software Development by Drowzee … exception, but I then get an 'InvalidActiveXStateException' occuring in the axinterop.leadlib.dll file. I am really confused as to why… Hiding seek bar in Media player control Using C# windows application Programming Software Development by sireesha.c Hi, i am working with windows media player control using AxInterop.WMPLib in c# windows application.It is working properly but i want to hide seek bar in windows media player.if u know this plz reply me ASAP. Cant get a Media player control on web application in VS Programming Web Development by farsen … easily achieve this in an ordinary c# form, by importing: AxInterop.WMPLib.dll, Interop.WMPLib.dll and wmp.dll references in… ActiveX(ocx) Problems! Programming Software Development by chris007 … a different computer but my program wont run.. foo.exe AxInterop.fooLib.dll Interop.fooLib.dll foo.ocx Now if to… Re: Unable to install Antivirus program Hardware and Software Information Security by plastered … 21:33 77824 c:\windows\assembly\NativeImages_v2.0.50727_32\AxInterop.QTOContro#\a109f5f04109fa41a8d7ee32ea1c8785\AxInterop.QTOControlLib.ni.dll - 2008-10-18 08:40 . … 21:33 147456 c:\windows\assembly\NativeImages_v2.0.50727_32\AxInterop.SHDocVw\9baf6f8e8cc1644c840a97d061321b44\AxInterop.SHDocVw.ni.dll + 2004-11-09 16:06 . … Re: delegate problem: invoke without parameters Programming Software Development by Teme64 … -component, and you'll get Assembly AxInterop.WMPLib D:\VBNet\BlogTest\BlogTest\BlogTest\obj\Debug\AxInterop.WMPLib.dll Namespace AxWMPLib Member of…: AxInterop.WMPLib This uses the name space System… Re: Rollback framework on VS2008 Project Programming Software Development by sknake …;TRACE /main:WnProg.Program /reference:DLL\ApexLibrary.dll /reference:DLL\AxInterop.AcroPDFLib.dll /reference:bin\Debug\ChilkatDotNet2.dll .... [/code] You should… Re: Is it possible to have a banner in a Form application Programming Software Development by Lukezzz … a FlashControl in C++ avaliable. By adding these .DLL:s - AxInterop.ShockwaveFlashObjects.dll - Interop.ShockwaveFlashObjects.dll From the beginning my HTML… Re: video file in c# Programming Software Development by shrutipopat … in c#???[/QUOTE] first add this two dll library: 1)Axinterop.shockwaveflashobjects.dll 2)interop.shockwaveflashobjects.dll now place control Axshockwaveflash… Re: AV and FW flaggin an unknown trojan Hardware and Software Information Security by Sabre2th … | ---- | M] () -- d:\Program Files\ATI Technologies\ATI.ACE\Core-Static\AxInterop.WBOCXLib.dll [color=#E56717]========== Win32 Services (SafeList) ==========[/color] SRV - File… Re: Copy User Control between projects Programming Software Development by tinstaafl …'s in the bin\debug folder of the control project(AxInterop.SHDocVw.dll and Interop.SHDocVw.dll) to the debug folder… Re: dll was loaded but the dllregisterserver entry point was not found Programming Software Development by hassan12345 i think you are missing initial or main entry function Re: Crystal report doesnt work there in target pc! Programming Software Development by Luc001 Hi, On the property pane of the rpt files, check if the "Build Action" is set to "Embedded Resource", if it's not then change to Embedded Resource so your rpt file will be included when you do the build. Re: Crystal report doesnt work there in target pc! Programming Software Development by Naveed_786 Also have you added run time of crystal reports in your setup Re: Null Reference and Active X exceptions Programming Software Development by f1 fan [quote] After I started making changes (I did NOT actually modify the code in any way, just removed some references from the project that were not in use) [/quote] One of the references you removed was in use by the axleadlib. Put them back and then get it running then remove them one at a time and test. the axleadlib has a dependency on … Re: Null Reference and Active X exceptions Programming Software Development by Drowzee Actually, it wasn't. Now, if I delete the project folder and extract the full project again, the same Null reference (or active X) exception occurs when I don't make any changes to the files. Re: Null Reference and Active X exceptions Programming Software Development by f1 fan then one of three things has happened. Either it didnt work in the first place and you made a mistake in that it compiled but didnt run. Or you ran it on a different pc. Or you have made a change to something on your pc (such as an updated axlead dll). It cant find that control. It is looking for one that may not be in the package you … Re: Null Reference and Active X exceptions Programming Software Development by Drowzee You are correct in that this was probably compiled on another system. I am not aware of updated .dlls on this system, but the issue remains: I only get the active X stuff when I try to make the code work by making it axLead1 =new axleadlib.axlead(); This was not necessary previously. Should I be attempting to muck about with flakey activeX … Re: Hiding seek bar in Media player control Using C# windows application Programming Software Development by selvaganapathy Hi, Set uiMode property of windows media player to none [CODE=CSharp] axWindowsMediaPlayer1.uiMode = "none"; [/code] Re: Cant get a Media player control on web application in VS Programming Web Development by kvprajapati Take a look at [URL="http://www.boutell.com/newfaq/creating/streaming.html"]FAQ[/URL].