I am currently working with a windows 2003 server and I am having issues running applications written on the .NET stack. Initially the framework for .NET 2.0 was installed, however, when attempting to run an msi, it bailed stating that it could not find the .NET framework.
Next I decided to try to install a later version of .NET (3.5) to see if that would work. However, this failed and complained that it could not find the mscoree.dll library.
I decided to back track and uninstall all versions of .NET and start fresh with 3.5. Unfortunately I hit the issue. So I tried again with .NET 2.0, since the installer successfully completed previously. Once again, the installer completed successfully. I attempted to install the application again, but the same issue. After applying all the necessary patches and still suffering from teh inablility to install the msi, I decided to dig through the .NET 2.0 installer logs. There were several 1603 errors reported (generic installer error message). I do not know where else to look. Has anyone experienced something along these lines (I fear that this may still be too generic)?
mscoree.dll is missing on Windows Server 2003 SP2 Enterprise x64 even though .NET has been installed
|
| |||
|
feedback
|
|
Try Microsoft CleanUp before install .NET Framework. Can you post log file to http://pastebin.com/ ? | |||
feedback
|
|
If you are having with installing or removing any versions of the .NET Framework, you should start here, it is the most comprehensive guide to fixing .NET install issues that I've found. You may also want to check out the .NET Framework removal tool It gives you a brute force way to get rid of .NET Framework installs that won't uninstall nicely. Make sure you've removed all traces of .NET, and then install the latest version of 3.5, it will give you all the prior versions. Here are the general steps that I used to rescue a totally messed up .NET install on XP:
| |||
|
feedback
|