Hi all,
I'm fairly new to c# and vs so I hope this question isn't an obvious one.
I have written a project but have then decided to segment parts of the code into PlugIn components.
My question is what is the best way to access parts of the parent code from the PlugIn e.g. the Dataaccess area that's part of the main app.
I can add the files to the Plugin project but this merely copies the files to the PlugIn proj directory. The bits of code I need are compiled into App_Code
thank you
I'm fairly new to c# and vs so I hope this question isn't an obvious one.
I have written a project but have then decided to segment parts of the code into PlugIn components.
My question is what is the best way to access parts of the parent code from the PlugIn e.g. the Dataaccess area that's part of the main app.
I can add the files to the Plugin project but this merely copies the files to the PlugIn proj directory. The bits of code I need are compiled into App_Code
thank you