Home All Groups Group Topic Archive Search About

Missing Dll mscoree.dll

Author
1 Aug 2006 2:45 PM
Miro
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

Author
1 Aug 2006 3:10 PM
Greg Young
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
>
Author
1 Aug 2006 3:19 PM
Herfried K. Wagner [MVP]
"Miro" <miron***@golden.net> schrieb:
> 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?

One of the most probable reasons is that the .NET Framework is not installed
on the machine.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>