Create a wisej library project?

0
1

Hi,

I have now a number of user controls and general classes that I want to be able to “share” for every Wisej project. In normal C#, I do that by creating a library project that create a DLL and I can use that DLL in other projects.

Is the any way to do that in Wisej projects? For now, I am forced to copy the directory with all my common files in every project, and that is clearly not a good approach.

  • You must to post comments
0
0

Hi Adrian… yes you can do it… currently I work under that concept… I have my own library of classes, controls, interfaces, functions, security, etc, I have created it in an independent solution referencing Wisej, I compile and the dll that is generated is the one that I share for the other projects…

I currently use version 2.5.x

Regards

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.