snap-in failed to initialize .net framework

  • Thread starter Thread starter liquidcable
  • Start date Start date
L

liquidcable

I'm getting this error when I try to install a service (custom that we
wrote) that uses .NET.

Snap-in failed to initialize.
Name: .NET Framework 1.1 Configuration
CLSID:{1270E004-F895-42BE-8070-DF90D60CBB75}

Any solutions.
 
Hi,

A bit more info about the image you've got there would be helpful.

Does it include .Net Framework component with all dependencies resolved? Any related errors in FBALog.txt?
What SP of .Net 1.1 you happened to include?
What SP of OS your image is based on? (SP1, SP2)

IIRC, same error was seen on XP Pro machines when SP2 came out (tied security). You may want to apply different security settings to
your .Net .config files:
http://msdn.microsoft.com/library/d...uide/html/cpconsecurityconfigurationfiles.asp
(use caspol.exe tool)

=========
Regards,
KM
 
Back
Top