Home All Groups Group Topic Archive Search About

Constructor on type 'System.Resources.RuntimeResourceSet' not found

Author
7 Aug 2006 10:11 PM
Alan Pretre
Our application has received this exception.  It is a Win32 service that
runs 24/7.  The app has been in the field at various sites for about 3 yrs
and we have never seen this error until now.  Does anyone have any insight?
I didn't have any luck googling it.

Thanks.

-- Alan



   System.MissingMethodException: Constructor on type
'System.Resources.RuntimeResourceSet' not found.
   Source: mscorlib
   HResult: -2146233069 (0x80131513)

   System.MissingMethodException: Constructor on type
'System.Resources.RuntimeResourceSet' not found.
      at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,
Binder binder, Object[] args, CultureInfo culture, Object[]
activationAttributes)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr,
Binder binder, Object[] args, CultureInfo culture, Object[]
activationAttributes)
   at System.Resources.ResourceManager.CreateResourceSet(Stream store,
Assembly assembly)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture, Boolean wrapUnmanagedMemStream)
   at System.Resources.ResourceManager.GetObject(String name)
   at xxx.InitializeComponent()
   at xxx..ctor(xxx xxx)

AddThis Social Bookmark Button