BUG: "System.MissingMethodException" error message when you try to build an application that hosts a licensed class (826009)
The information in this article applies to:
- Microsoft .NET Framework 1.1
- Microsoft .NET Framework 1.0
- Microsoft Visual C# .NET (2003)
- Microsoft Visual C# .NET (2002)
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
- Microsoft Visual Basic .NET (2003)
- Microsoft Visual Basic .NET (2002)
SYMPTOMSIf you try to build an application that hosts a licensed
class, and the application does not have a default (parameter-less)
constructor, you receive an error message that is similar to the
following: Could not transform licenses file
'licenses.licx' into a binary resource. (1) : error LC0004 : Exception occured
creating type 'System.MissingMethodException' Note In this error message, the word "occured" is a misspelling of the
word "occurred." RESOLUTIONTo resolve this problem, add a default (parameter-less)
constructor to the licensed class and then rebuild the licensed class
library.STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed in the "Applies to"
section.REFERENCESFor more information, visit the following Microsoft Web
site:
Modification Type: | Minor | Last Reviewed: | 2/1/2006 |
---|
Keywords: | kbvs2005swept kbvs2005doesnotapply kbvs2002sp1sweep kberrmsg kbLicensing kbConsole kbbug KB826009 kbAudDeveloper |
---|
|