A
Austin
Can any one please give me a pointer on how to use resource file(s)
specific to a Class library?
This class library will be used by different (windows based)
applications.
Progress:
-- I have embedded the resource file to the class library and
compiled it. It has generated the resource satellite dll and placed in
the appropriate folder in bin\debug.
-- When i try to add this class library (along with teh satellite
dll) to the application. It is giving an runtime error -
MissingManifestResourceException.
//Austin//
specific to a Class library?
This class library will be used by different (windows based)
applications.
Progress:
-- I have embedded the resource file to the class library and
compiled it. It has generated the resource satellite dll and placed in
the appropriate folder in bin\debug.
-- When i try to add this class library (along with teh satellite
dll) to the application. It is giving an runtime error -
MissingManifestResourceException.
//Austin//