Visual Studio Express Startup Error -3xAVCore.dll

I you get this error on Win7-64 with the new Visual Studio 2010 : Problem Event Name: BEX Application Name: vcsexpress.exe Fault Module Name: 3xAVCore.dll then its the fault of MySpeed from Enounce (a very handy tool with which you can watch Flash in variable speeds)...

MS SQL Server: How to create Insert Scripts

There are a lot of scripts out there promising to create insert scripts. You pass in the name of the table, and the scripts create an insert statement for each record contained. Only problem they have: the more columns there are, the greater the chance of lines being...

Visual Studio Setup Projects

There are some things about Deployment/Setup project everybody knows, but when you need them nobody can remember them. For example: deploying an application with an specific .Net Framewok: you need to set both: prerequisits launch conditions here a good article about...