.net 1.1 broken on win 2k3 - help urgent please

G

Guest

..net 1.1 installed by default

2.0 was installed on top

I need to un-install 2.0 and after running the MSI for our project I am
getting this in the MSI log:

1: {E03A155E-F6DB-450A-98E9-C43119FC93B0} 2:
{579DA152-0514-42C0-9B63-04B556478E2A} 3:
<\interop.dsMQTandem,Version="1.2.0.0",PublicKeyToken="682624D293D24F5D"
MSI (s) (FC:68) [23:36:49:160]: MSCOREE not loaded loading copy from system32
MSI (s) (FC:68) [23:36:49:269]: Assembly Error:Function not defined in
specified DLL.

the 1.1 got corrupted. I've tried re-installing 1.1 using sysocmgr, and
re-booting.

what is the issue here, how can I fix the 1.1 installation.

the version of the mscoree in c:\windows\system32\ is 1.1
 
M

Michael Nemtsev

Hello OliviuG,

Did you remove all MS product that correspond to the .NET 2.0 before removing
FW? Like VS 2005, SQL 2005 and etc?

See there some solutions for .NET 1.1 http://support.microsoft.com/kb/824643/


O> .net 1.1 installed by default
O>
O> 2.0 was installed on top
O>
O> I need to un-install 2.0 and after running the MSI for our project I
O> am getting this in the MSI log:
O>
O> 1: {E03A155E-F6DB-450A-98E9-C43119FC93B0} 2:
O> {579DA152-0514-42C0-9B63-04B556478E2A} 3:
O> <\interop.dsMQTandem,Version="1.2.0.0",PublicKeyToken="682624D293D24F
O> 5D"
O> MSI (s) (FC:68) [23:36:49:160]: MSCOREE not loaded loading copy from
O> system32
O> MSI (s) (FC:68) [23:36:49:269]: Assembly Error:Function not defined
O> in
O> specified DLL.
O> the 1.1 got corrupted. I've tried re-installing 1.1 using sysocmgr,
O> and re-booting.
O>
O> what is the issue here, how can I fix the 1.1 installation.
O>
O> the version of the mscoree in c:\windows\system32\ is 1.1
O>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Top