|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Missing Dll mscoree.dllI created a simple vb.net ( 2003 ) exe with some process kill commands.
-Beginner. When I run it on my machines here, ( just copy the exe around ) it works. When I copy it to another machine, I get an error, "Missing mscoree.dll" and then it gives a bunch of paths - im assuming where it looked. Is this just because they havnt installed the microsoft patches and would not have the .net framework installed? Thanks, Miro Yes, it sounds like you need to install the .NET framework on that machine.
Cheers, Greg Young MVP - C# http://codebetter.com/blogs/gregyoung Show quoteHide quote "Miro" <miron***@golden.net> wrote in message news:ucp3nkXtGHA.3240@TK2MSFTNGP03.phx.gbl... >I created a simple vb.net ( 2003 ) exe with some process kill commands. > -Beginner. > > When I run it on my machines here, ( just copy the exe around ) it works. > > When I copy it to another machine, I get an error, > "Missing mscoree.dll" and then it gives a bunch of paths - im assuming > where it looked. > > Is this just because they havnt installed the microsoft patches and would > not have the .net framework installed? > > Thanks, > > Miro > "Miro" <miron***@golden.net> schrieb: One of the most probable reasons is that the .NET Framework is not installed > When I run it on my machines here, ( just copy the exe around ) it works. > > When I copy it to another machine, I get an error, > "Missing mscoree.dll" and then it gives a bunch of paths - im assuming > where it looked. > > Is this just because they havnt installed the microsoft patches and would > not have the .net framework installed? on the machine. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||