Author Topic: Getting Exception in WDE - Custom module  (Read 3736 times)

Offline GoodONE

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Getting Exception in WDE - Custom module
« on: April 16, 2018, 11:18:29 PM »
Hi guys,

I'm developing a module in WDE, but I'm getting an exception when I execute the application, please look at below paragraph:

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)

Has somebody else faced this issue so you can help me to troubleshoot it?

Regards.

Sent from my VKY-L09 using Tapatalk


Offline GoodONE

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Re: Getting Exception in WDE - Custom module
« Reply #1 on: April 17, 2018, 08:14:37 PM »
I'll close this thread by myself,

The issue for me was a missing dll file in the root folder, for some reason it was not added so we added it and it works now.

Offline Konoli34

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Getting Exception in WDE - Custom module
« Reply #2 on: August 03, 2022, 08:17:09 AM »
Hi ,

I'm pretty new to Genesys
I'm getting the same error, which dll did you add?
Thanks