microsoft / BuildAnIntelligentBot

This is the sample of the Talk to My Bot implementation of a smart bot that can interact with other bots.
25 stars 24 forks source link

Getting error on sending message for the first time #10

Open SanaWaseem opened 5 years ago

SanaWaseem commented 5 years ago

I am getting the error on sending first message after setting up application, InvalidOperationException: Unable to resolve service for type 'ChatBot.Services.BotServices' while attempting to activate 'ChatBot.EchoWithCounterBot'.

gsegares commented 5 years ago

Could you try reproducing the issue using the code from the new repo? We couldn't reproduce this issue but you shouldn't get that error using the latest code. Give it a try and let me know if that works.