Guest Perl Posted May 21, 2002 Posted May 21, 2002 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 :) Quote
*Gurus* divil Posted May 21, 2002 *Gurus* Posted May 21, 2002 Try Assembly.LoadFrom Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.