.NET framework 1.1 SR2

G

Guest

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?
 
G

Guest

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.
 
K

KM

Paul,

Parts of your post contradicts one each other.
You said the same behavior (the same exception, right?) you can observe on XP Pro with .Net 1.1 installed (not .Net 1.1 SP1). This
means on XP Pro machine you've got the same version of the .Net as you included in your XPe image. Is this correct?
If so, then your app is basically not meant to work with .Net 1.1 but you should consider going to .Net 1.1 SP1 in your XPe image.

Let me know if I missed anything from the picture.

For MMC concole to work properly please add MSXML 3.1 component.
Also, did you try opening the mscorcfg.msc directly?

=========
Regards,
KM
 
K

KM

Paul,

Seems like you did not include "PnP (User-mode)" component in your image configuration.
Can you check that?

=========
Regards,
KM

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top