Hi,
Currently working on some documentation, so had to generated some class diagrams. Visual Studio 2013 provides us modelling project which can be used for generating the class diagram.
Check this article
Hope it helps..
Hi,
Currently working on some documentation, so had to generated some class diagrams. Visual Studio 2013 provides us modelling project which can be used for generating the class diagram.
Check this article
Hope it helps..
Hi,
Got this issue today while working on a visual studio solution downloaded from web.
To fix this
In Visual Studio
Go to à Tools à Options

Hope it helps ..
Hi,
VS 2012 was repeatedly getting crashed when attaching debugger for debugging the plugins.
Tried out unsuccessfully so many things suggested over the internet, however the only thing that worked was installing the VS 2012 update 4
http://www.microsoft.com/en-in/download/details.aspx?id=39305
Hope it helps.
Hi,
I was getting the above message while analyzing the code coverage for a Unit Test case written for a Plugin using Microsoft Fakes.
Followed this article
And also deleted the .SUO file (hidden file in the root of the solution) and also restarted the Visual Studio. Re-running the code coverage worked properly this time.
Hope it helps.
To resolve this issue, download and install .NET Framework 3.5 sp1.
Or if it is Windows Server 2008 R2, just enable the .NET Framework 3.5.1 Features using Server Manager or else you will get the following error
“You must use role management tool to install or configure Microsoft .NET Framework 3.5”
Bye.
Hi,
Check out these wonderful posts !
http://weblogs.asp.net/scottgu/archive/2009/08/25/vs-2010-and-net-4-series.aspx
Bye..