Showing results for Rebuild - .NET Blog

Mar 11, 2010
0
0

Issue with dependent assemblies when rebuilding a WAP and the Workarounds

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio 2010, the dependent assembly of a custom control assembly will be deleted from the project’s Bin folder on project clean or rebuild if the project does not contain a reference to that dependent assembly. The result will be a WAP that successfully builds but fails at runtime. When adding a control from such a custom control assemb...

ASP.NET
Jun 16, 2008
0
0

Anti-virus programs can affect VS build performance

Web Development Tools Microsoft
Web Development Tools Microsoft

We have had complaints from some customers saying that their Web Project build performance with VS is very slow and it turns out that for some of the complaints the actual issue was anti-virus programs running on their machines. So, how do anti-virus programs affect VS build? Please take a look at the following snippet from ScottGu's blog to u...

ASP.NET