Hi all,
I have a wpf windows application with PRISM framework. I need to convert this application in to dll for using in some other application.
Following is the project structure (modules)
For converting i tried the following
Can any one tell me how to convert wpf application to DLL and how to use this dll in some sample application.
Regards,
Nidheesh
I have a wpf windows application with PRISM framework. I need to convert this application in to dll for using in some other application.
Following is the project structure (modules)
- Customer
-
Address
For converting i tried the following
-
Removed the app.xaml class
-
Changed the project propery to class library
-
Build the application and build was successful and got the dll.
-
Added this dll in to another wpf application and called the constructor method of one class in main application (it calls the bootstrapper)
Can any one tell me how to convert wpf application to DLL and how to use this dll in some sample application.
Regards,
Nidheesh