I am trying to upload my Visual Studio code to Azure to update my Chat bot that I have created, but keep getting ther error:
Severity Code Description Project File Line Suppression State Error Copying file obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs to obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Release\Package\PackageTmp\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs failed. The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. Microsoft.Bot.Sample.QnABot 0
I am simply trying to do a single time publish not continuous deployment, but this error is halting my development.
Any help or insight into this problem would be much appreciated!