c# - Bot emulator calling/accessing the wrong Message Controller -
in vs solution, there 3 projects below:
1) bot2015 2) bot2015_2 (startup project) 3) db
bot2015_2 startup project whenever try test bot2015_2 bot application via emulator, calls message controller of first project i.e. bot2015 (that issue here). should access message controller of start project i.e. bot2015_2. if unload bot2015 , test application, same thing happening, never calls correct message controller i.e. of bot2015_2.
please me on this!
thank you.
double check port using communicate emulator. emulator use communicate controllers.
to specify port web application project uses iis express
in solution explorer, right-click name of application , select properties. click web tab.
in servers section, under use local iis web server, in project url box change port number.
to right of project url box, click create virtual directory, , click ok.
in file menu, click save selected items.
to verify change, press ctrl+f5 run project. new port number appears in address bar of browser.
you can check more info here: msdn
wiki

Comments
Post a Comment