Extensibility sample code for the Visual Studio XAML Designer
MIT License
67
stars
29
forks
source link
Correct way to change code in CustomControlLibrary.WpfCore.DesignTools project to avoid blocking CustomControlLibrary.WpfCore.DesignTools.dll by IDE. #38
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.