Error: usbtest(Cs).exe----cannt find DLL
-
Hi!Dear, I released my c# project usbtest(Cs) and got the usbtest(Cs).exe.There is no problem when I run it on my own WinXP PC,but when I run it on other's WinXP PC or Win2000 PC,then error occurs: Win2000:error name:usbtest(Cs).exe--cannot find DLL error content:can not find DLL mscoree.dll in the appointed path. F:\;.;C:\WINNT\System32; C:\WINNT\system; C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem WinXP: error name:usbtest(Cs).exe--application error error content:application normal initialization (0xc0000135) fail.Please click "OK" to terminate application. Can you tell what makes this error and how to work out it? Thanks! momer
-
Hi!Dear, I released my c# project usbtest(Cs) and got the usbtest(Cs).exe.There is no problem when I run it on my own WinXP PC,but when I run it on other's WinXP PC or Win2000 PC,then error occurs: Win2000:error name:usbtest(Cs).exe--cannot find DLL error content:can not find DLL mscoree.dll in the appointed path. F:\;.;C:\WINNT\System32; C:\WINNT\system; C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem WinXP: error name:usbtest(Cs).exe--application error error content:application normal initialization (0xc0000135) fail.Please click "OK" to terminate application. Can you tell what makes this error and how to work out it? Thanks! momer
Hello, The .NET application must be installed to run a .NET application. mscoree.dll is a DLL that is installed as a part of the .NET framework installation. You cannot redistribute this DLL yourself, it must be installed with the .NET framework installer.
-
Hello, The .NET application must be installed to run a .NET application. mscoree.dll is a DLL that is installed as a part of the .NET framework installation. You cannot redistribute this DLL yourself, it must be installed with the .NET framework installer.
hi,Brian Nottingham, Thank you very much! But what my problem is not the .net itself I think. The vs.net can run on my PC without any trouble. the truble is my program can only run on my own PC(WinXP) where I develop it.when I run it on other PC(WinXP or Win2000) the error occurs. If you like,I can email you my c# program usbtest(Cs). Thank you again! momer
-
hi,Brian Nottingham, Thank you very much! But what my problem is not the .net itself I think. The vs.net can run on my PC without any trouble. the truble is my program can only run on my own PC(WinXP) where I develop it.when I run it on other PC(WinXP or Win2000) the error occurs. If you like,I can email you my c# program usbtest(Cs). Thank you again! momer
-
Hi,Brian, So,Do we have to ask our customs to install .NET Framework before use our application developed by C#.NET? what if the application developed by VC.net? And the .NET Framework package 1.1 is 23.5MB,is it necessary to force our customs to install the whole package? Maybe there is one or more alternative way to solve this problem. momer
-
Hi,Brian, So,Do we have to ask our customs to install .NET Framework before use our application developed by C#.NET? what if the application developed by VC.net? And the .NET Framework package 1.1 is 23.5MB,is it necessary to force our customs to install the whole package? Maybe there is one or more alternative way to solve this problem. momer
-
Hi,Brian, So,Do we have to ask our customs to install .NET Framework before use our application developed by C#.NET? what if the application developed by VC.net? And the .NET Framework package 1.1 is 23.5MB,is it necessary to force our customs to install the whole package? Maybe there is one or more alternative way to solve this problem. momer
Yes, your customers would have to install the .NET Framework before using any application developed in a .NET language. The .NET Framework is not required for C++\MFC, but it is however required if you use MC++.
-
Hi,Brian, So,Do we have to ask our customs to install .NET Framework before use our application developed by C#.NET? what if the application developed by VC.net? And the .NET Framework package 1.1 is 23.5MB,is it necessary to force our customs to install the whole package? Maybe there is one or more alternative way to solve this problem. momer
Your customer MUST install the .NET Framework (the same version you developed your app under) in order to run your application. If you app was written using C++/MFC, without using any managed extension, then you can get away with deploying your app without the .NET Framework. But, if your app was coded in Managed C++, then your customers will have to install the Framework in order to use your app. There are projects out there that will strip down the .NET Framework and install only those components requires by your application, but this is NOT a recommended practice. It makes the Framework lighter in terms of disk space, but if your custom were to try and install a Service Pack for the .NET Framework, it won't work. Also, if you run into problems and must consult Microsoft on the issue, the FIRST thing they'll tell you to do is install the ENTIRE .NET Framework. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome