-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with running Composer created project from VS2017 #1816
Comments
@vovanb Thanks for the suggestions. At this moment, the bot runtime created under each bot folder could not be executed as many resources have not been included. eg. bot assets - SecretsId and also other assets - luis related. Could you share the requirements why you are using VS instead of composer run ? |
@hibrenda below number of reasons:
|
@vovanb this issue has been solved, please sync with latest updates. If your bot is using luis, please make sure do following steps before run by VS.
|
We use windows service to host bot. Before test it in windows service I decided to use Composer output in IISExpress host: I created in Composer new empty project and just added simple response on beginning, then tried to open Composer output from BotFramework-Composer\MyBots\ folder using VS 2017. It compiled correct but then when I tried to debug it in IISExpress I got below error: System.InvalidOperationException: 'Could not find 'UserSecretsIdAttribute' on assembly 'BotProject'. Check that the project for 'BotProject' has set the 'UserSecretsId' build property. –
Version
4.6.0-preview2
Windows
To Reproduce
Steps to reproduce the behavior:
System.InvalidOperationException: 'Could not find 'UserSecretsIdAttribute' on assembly 'BotProject'. Check that the project for 'BotProject' has set the 'UserSecretsId' build property.
Screenshots
The text was updated successfully, but these errors were encountered: