Search code examples
c#asp.netweb-servicesdotnetnuke-5

adding web reference in dotnetnuke package creation?


i am trying to create a dotnetnuke module which will be installable .in this module i am using a web service but when i am installing this module on another dnn portal it shows error which is in following image you can find below

on dnn forum my situation is similar to this but i didnt find the soluiton yet. enter image description here


Solution

  • I have seen this problem before with my module not being able to access a web service. Please make sure the portal you are installing the module on, can access the said web service to rule this out.