|
-
April 10th, 2009, 05:40 PM
#1
How do I do this?
I have two C# .NET projects that are loaded into one application process. Each have a reference to the same common library (let's call this common library the plugin). This plugin library needs to be a singleton instance. I've noticed that when each of my project references this plugin library they each have their own copy of the library itself when the application is loaded.
How do I go about making the plugin library a shared library across both of my .NET projects. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|