You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a '#' in the path (I used 'C#' as one of the parent folders) the build fails with the following error:
Severity Code Description Project Path File Line Column Suppression State
Error CreatePkgDef : error : ProvideCodeBaseAttribute: Could not load specified assembly: 'Community.VisualStudio.Toolkit' reason: Could not load file or assembly 'file:///C:\Users\xxxx\Documents\Code\Community.VisualStudio.Toolkit.dll' or one of its dependencies. The system cannot find the file specified. VSIXProject1 C:\Users\xxxx\.nuget\packages\microsoft.vssdk.buildtools\17.0.5232\tools\VSSDK C:\Users\xxxx\.nuget\packages\microsoft.vssdk.buildtools\17.0.5232\tools\VSSDK\Microsoft.VsSDK.targets 1193 5
Solution file is located at: C:\Users\xxxx\Documents\Code\C#\PathTest\VSIXProject1\VSIXProject1.sln
Project file is located at: C:\Users\xxxx\Documents\Code\C#\PathTest\VSIXProject1\VSIXProject1\VSIXProject1.csproj
Renaming the 'C#' to 'C$" causes the project to successfully build.
The text was updated successfully, but these errors were encountered:
If there is a '#' in the path (I used 'C#' as one of the parent folders) the build fails with the following error:
Solution file is located at: C:\Users\xxxx\Documents\Code\C#\PathTest\VSIXProject1\VSIXProject1.sln
Project file is located at: C:\Users\xxxx\Documents\Code\C#\PathTest\VSIXProject1\VSIXProject1\VSIXProject1.csproj
Renaming the 'C#' to 'C$" causes the project to successfully build.
The text was updated successfully, but these errors were encountered: