Sir,can you help me?
-
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
Move mscoree.dll (whatever that is) to C:\WINNT\System32 and use regsrv32 to register it. Posting any future problems of this kind to the programming forums or the one devoted to operating systems would be a really good idea, unless you enjoy being flamed. The Lounge is reserved for off-the-wall stuff that has nothing to do with programming, and is the only source of social life for many of our members outside of spiking the office cooler with vodka and locking the keyboards of their coworkers on the network. It's very important that we keep this space free of code-related content, as the Lounge is an significant part of a 12-step program for terminal geeks. Remember - the social life you save may be your own! "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
-
Move mscoree.dll (whatever that is) to C:\WINNT\System32 and use regsrv32 to register it. Posting any future problems of this kind to the programming forums or the one devoted to operating systems would be a really good idea, unless you enjoy being flamed. The Lounge is reserved for off-the-wall stuff that has nothing to do with programming, and is the only source of social life for many of our members outside of spiking the office cooler with vodka and locking the keyboards of their coworkers on the network. It's very important that we keep this space free of code-related content, as the Lounge is an significant part of a 12-step program for terminal geeks. Remember - the social life you save may be your own! "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
-
If you would have asked this in the right forum, I would have told you there that you have to install the .Net Framework on every Computer you want to run your Program. So, please use the rigth forum, No Programming Questions in the Lounge ! Greets Roland
Wenn Du diesen Satz irgendwo liest, ignoriere ihn.
-
Move mscoree.dll (whatever that is) to C:\WINNT\System32 and use regsrv32 to register it. Posting any future problems of this kind to the programming forums or the one devoted to operating systems would be a really good idea, unless you enjoy being flamed. The Lounge is reserved for off-the-wall stuff that has nothing to do with programming, and is the only source of social life for many of our members outside of spiking the office cooler with vodka and locking the keyboards of their coworkers on the network. It's very important that we keep this space free of code-related content, as the Lounge is an significant part of a 12-step program for terminal geeks. Remember - the social life you save may be your own! "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
-
Hi,Roger, I am sorry I have to trouble you again. can you teach me how to use regsrv32 to register mscoree.dll. Thanks momer
Maybe somebody will, in the correct forum... -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!
-
hi,Roger Wright, Thank you for your advice.I am so sorry I had done a such terrible thing. Thanks again! momer
:laugh: It's not such a terrible thing - we've all done it.:-D Usually about once... "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
-
Hi,Roger, I am sorry I have to trouble you again. can you teach me how to use regsrv32 to register mscoree.dll. Thanks momer
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx[^] "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
-
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx[^] "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
Are you sure about this? Is not dotnetfx the correct route?
-
Are you sure about this? Is not dotnetfx the correct route?
The problem reported was a dll not found. The likely fix is to make sure it's in the path expected, and to ensure that it is properly registered with WIndows. If that doesn't fix it, then it may be that the dll is missing entirely. Perhaps it is part of the Framework - I don't know, and the post didn't specify whether it exists at all. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
-
The problem reported was a dll not found. The likely fix is to make sure it's in the path expected, and to ensure that it is properly registered with WIndows. If that doesn't fix it, then it may be that the dll is missing entirely. Perhaps it is part of the Framework - I don't know, and the post didn't specify whether it exists at all. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City
Roger Wright wrote: The problem reported was a dll not found Correct. but in this case the dll is part of the .NET framework, and does not follow the conventional rules. It's equivalent to having COM missing. One must install the framework, which upgrades the windows subsystem to a new level wrt advances OS features like side-by-side versioning, prefetching, etc.
-
Roger Wright wrote: The problem reported was a dll not found Correct. but in this case the dll is part of the .NET framework, and does not follow the conventional rules. It's equivalent to having COM missing. One must install the framework, which upgrades the windows subsystem to a new level wrt advances OS features like side-by-side versioning, prefetching, etc.
True enough, but the post mentions that this fails when loaded onto other WinXP systems. All of the WinXP systems I've seen have the Framework already installed, so this dll should not be missing. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City