mscoree.dll

  • Thread starter Thread starter Patrick De Ridder
  • Start date Start date
P

Patrick De Ridder

a) This concerns a machine with a UK version W98SEe operating system.

b) I have developed an application on an UK version XP professional
machine.

c) On the UK version W98SE machine I have installed a Dutch
dotnetfx.exe in order to test the application for the Dutch market.

d) When I try to run my application using the Dutch dotnetfx.exe I get
an error message "mscoree.dll missing".

e) When I un-install the Dutch dotnetfx.exe and install an English
dotnetfx.exe my application starts up (and runs) without an error
message.

Please tell me what to do to make my application work for the Dutch
market.
 
Can't you have the English and Dutch .NET Frameworks both installed?

I know you can have English 1.0 and 1.1 at the same time.

The directory structure suggests that even if there is the very slightest
difference in version numbers, they will install into different directories
and you can have them both at the same time.
 
On the Microsoft web page it says that you shouldn't have two
Framework languages on the same machine.
 
You should test out Dutch Windows with Dutch Framework. It is not
recommended to install a different localized version of the Framework (in my
experience, ANY localized MSFT Software) on a localized Windows.

VMware / Virtual PC are good ways to test these scenarios out.

-mike
MVP
 
Back
Top