When I try the install the .net framework 1.1 sp1, I get a "System Reflection Target Invocation Error SL3AA.TMP" and asked to open the debugger. Here is the output of the debug:
---------------------------------------------------------------------------------------------
'SL3.tmp': Loaded 'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols loaded.
'SL3.tmp': Loaded 'C:\DOCUME~1\ADMINI~1.ACS\LOCALS~1\Temp\SL3.tmp', No symbols loaded.
'SL3.tmp': Loaded 'Microsoft.Cabinet.MiniExtract', No symbols loaded.
'SL3.tmp': Loaded 'PatchExec', No symbols loaded.
An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
Additional information: Exception has been thrown by the target of an invocation.
The program '[2536] SL3.tmp' has exited with code 0 (0x0).
---------------------------------------------------------------------------------------------
I have reinstall .Net Framework 1.1 manually and through Add/Remove Programs:
I have also debug with this article's suggestions to no avail:
But keep getting the same error. I've tried stopping IISAdmin before install, turned on logs, and ran from command prompt, (all with many reboots in between) but always failed with same error. I have the logs I can send.
It looks like the install is looking for v1.0.3705 but the log files works within v1.1.4322. Example of log:
[2005-02-22 19:50:07] PrepareShadowLaunch: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll
[2005-02-22 19:50:07] move C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\SHADOW2188\_mscorjit.dll
[2005-02-22 19:50:07] copy C:\WINNT\Microsoft.NET\Framework\v1.1.4322\SHADOW2188\_mscorjit.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll
Why does the bebugger mention v1.0.3705?
Can anybody help?
Thanks,
--------------------------------
From: June Nguyen
---------------------------------------------------------------------------------------------
'SL3.tmp': Loaded 'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols loaded.
'SL3.tmp': Loaded 'C:\DOCUME~1\ADMINI~1.ACS\LOCALS~1\Temp\SL3.tmp', No symbols loaded.
'SL3.tmp': Loaded 'Microsoft.Cabinet.MiniExtract', No symbols loaded.
'SL3.tmp': Loaded 'PatchExec', No symbols loaded.
An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
Additional information: Exception has been thrown by the target of an invocation.
The program '[2536] SL3.tmp' has exited with code 0 (0x0).
---------------------------------------------------------------------------------------------
I have reinstall .Net Framework 1.1 manually and through Add/Remove Programs:
I have also debug with this article's suggestions to no avail:
But keep getting the same error. I've tried stopping IISAdmin before install, turned on logs, and ran from command prompt, (all with many reboots in between) but always failed with same error. I have the logs I can send.
It looks like the install is looking for v1.0.3705 but the log files works within v1.1.4322. Example of log:
[2005-02-22 19:50:07] PrepareShadowLaunch: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll
[2005-02-22 19:50:07] move C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\SHADOW2188\_mscorjit.dll
[2005-02-22 19:50:07] copy C:\WINNT\Microsoft.NET\Framework\v1.1.4322\SHADOW2188\_mscorjit.dll C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll
Why does the bebugger mention v1.0.3705?
Can anybody help?
Thanks,
--------------------------------
From: June Nguyen