Hello friends,
come up with new query about customized IWS. I have started with new project added the “workspace interaction.exe” in the start up location when I run the project I am getting the error as below
Microsoft.Practices.Unity.ResolutionFailedException’ occurred in Microsoft.Practices.Unity.dll
Additional information: Resolution of the dependency failed, type = “Genesyslab.Desktop.Infrastructure.IBootstrapController”, name = “”. Exception message is: The current build operation (build key Build Key[Genesyslab.Desktop.Infrastructure.IBootstrapController, null]) failed: The current type, Genesyslab.Desktop.Infrastructure.IBootstrapController, is an interface and cannot be constructed. Are you missing a type mapping? (Strategy type BuildPlanStrategy, index 3)
Why do you start with adding the “interactionworkspace.exe” file? Why do you not follow the documentation for developers which helps you to understand how it works and how easily make your own customization (and also provide some examples)?
Thanks Kubig for your reply.
I already added “interactionworkspace.exe” in the solution property i.e. Property>Startup external program. in the config file I added the module also
but still its not running. while running it shows the splash screen and gives above error.
I think you are wrong in your procedure (there is no requirement to add .exe file). Try to check the documentation and available examples to better understand how it works.
The way I use is to copy all my InteractionWorkspace files including dlls and directories such as images, resources, sounds etc (and the SIP Endpoint directory if using SIP EP) into the debug folder of my project where your custom dll and module.config are located.
The in the Project Properties configure the ‘Start External program’ to be the InteractionWorkspace.exe in your debug folder.
Thanks for your reply. @PeteHoyle I have done the same thing already which you have suggested to me. But when I am trying to debug the project the break point is not get hit. I am struggling for this issue since last to last week. :‘( :’(