BUG: “System.MissingMethodException” error message when you try to build an application that hosts a licensed class
Dec.16, 2009 in
exception
Symptoms
If 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.”
Resolution
To resolve this problem, add a default (parameter-less) constructor to the licensed class and then rebuild the licensed class library.

Leave a Reply