Dear reader,
I am a beginner with Prism and I start to write my first experimental code. I
have the following statements in my code:
BUT:
In the folder Prism\Bin\Desktop the dll Unity.Configuration is not available.
Instead I found this dll in the folder Prism\Lib\Desktop.
I am confused. What is in the Bin-Folder and what is in the Lib-Folder?
I am a beginner with Prism and I start to write my first experimental code. I
have the following statements in my code:
IUnityContainer container = new UnityContainer();
container.LoadConfiguration();
The IUnityContainer could not be resolved. After a long search I found out, that I have to reference the dll ...Unity.Configuration then it worked.BUT:
In the folder Prism\Bin\Desktop the dll Unity.Configuration is not available.
Instead I found this dll in the folder Prism\Lib\Desktop.
I am confused. What is in the Bin-Folder and what is in the Lib-Folder?