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
Correct way to change code in CustomControlLibrary.WpfCore.DesignTools project to avoid blocking CustomControlLibrary.WpfCore.DesignTools.dll by IDE.
#38
Closed
dmitrybv opened this issue
Jan 23, 2021
· 2 comments
What is the correct way to change code in CustomControlLibrary.WpfCore.DesignTools project?
Every time I change code in files of CustomControlLibrary.WpfCore.DesignTools project and try to recompile solution I get the error
Severity Code Description Project File Line Suppression State
Warning Unable to delete file "C:\DelphiStuff\DotNet Samples\github-ms-xaml-dsgn-ext\Prj\samples\CustCntLib.WpfCore\CustomControlLibrary.WpfCore\bin\Debug\netcoreapp3.0\CustomControlLibrary.WpfCore.DesignTools.dll". Access to the path 'C:\DelphiStuff\DotNet Samples\github-ms-xaml-dsgn-ext\Prj\samples\CustCntLib.WpfCore\CustomControlLibrary.WpfCore\bin\Debug\netcoreapp3.0\CustomControlLibrary.WpfCore.DesignTools.dll' is denied. CustomControlLibrary.WpfCore.DesignTools
So I should to close and reopen Visual Studio to recompile changed code.
What is the correct way to change code in CustomControlLibrary.WpfCore.DesignTools project?
Every time I change code in files of CustomControlLibrary.WpfCore.DesignTools project and try to recompile solution I get the error
So I should to close and reopen Visual Studio to recompile changed code.
Looks like it is a duplicate of issue #13.
The text was updated successfully, but these errors were encountered: