After reading a previous post that i somehow overlooked i search my
setupapi.log for "related errors" and noticed some errors with asp.net (but
note that this is a winform app, not an ASP.NET app)
[2006/01/04 17:17:47 1352.2]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:17:48 1352.5]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:17:57 1352.8]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:17:57 1352.11]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:26:54 2596.2]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:26:54 2596.5]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:27:05 2596.8]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:27:07 2596.11]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:27:12 748.2]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:27:15 748.5]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:27:22 748.8]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
[2006/01/04 17:27:23 748.11]
#-198 Command line processed: "C:\WINDOWS\system32\regsvr32.exe"
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
#E409 The "Policy" value under HKEY_LOCAL_MACHINE\Software\Microsoft\Driver
Signing could not be retrieved. Error 2: The system cannot find the file
specified.
Paul said:
I have a .NET framework 1.1 application that I'm trying to run in XPe SP2. I
can run .NET console applications, but when i run a simple "hello world"
application that uses winforms, the message appears "the application has
generated an exception.." i've noticed this same behaviour happens on XPpro
if i have .NET 1.1, but not .NET 1.1 SP1 (KB867460). It seems that XPe SP2
does have the more recent version of .NET but i can't be sure? Also, my MMC
snap-in for .NET doesn't work correctly. The MMC loads, but complains that
"it was not installed correctly", i do have the MMC component installed, and
"auto resolve dependencies". ASP.net is installed as well. Any suggestions?