Resource Files...

  • Thread starter Thread starter Perl
  • Start date Start date
P

Perl

Guest
Ok i have 2 projects (for simplicity)... both of which have resource files needed to be used.

I know how to call and load the one for the start project using the 'System.Reflection.Assembly.GetEntryAssembly' to allow access over the resoruce file associated with the main program.

The problem i am having is with the dll and loading the 2nd resource file. I have tried the 'GetCallingAssembly' with no prevail. Any help would be greatly apperciated :)
 
Back
Top