Pale Musings

Thoughts from a mind twisted by tech and sports

In Search Of…

A solution!  Since I have yet to find one, I’ll settle for a little rant.

<rant>
If you are a developer using the Visual Studio 2005 IDE you may have run across the infamous “unable to copy file…..” error when trying to compile your solution.  If you work on anything somewhat complex with many projects in one solution, you may have experienced this a lot.

Formerly I put the blame on Visual Studio itself.  I have been informed that it is not a problem with VS, but rather an issue with the .NET Frameowork.   I’ve ready many posts about the issue, but have yet to find anything that fixes the problem.  It wouldn’t be so bad, however the project I’m currently working on has 18 projects in the solution and reloading VS every time this happens is a real productivity killer!
</rant>

Whew, now that I’ve got that off my chest…if anyone finds a solution that works, please leave me a comment about it!

December 29, 2006 Posted by palehorse | .NET, C#, Development, VB.NET | Leave a Comment

SSMS Productivity!

I have to admit that I am not very impressed yet with the current version of Microsoft’s Sql Server tools.  Sql Server Management Studio (SSMS) seems to be a bulky application with reduced functionality from the previous version.  My aversion to SSMS let me to find a lightweight replacement for the good old Sql Query Analyzer.

Recently I have run across  a couple of add-ins for SSMS, thanks to The Daily Grind, which have increased the functionality a bit to a degree where I am becoming more apt to use it.

CRUD Stored Procedure Generator generates the SELECT, INSERT, UPDATE and DELETE stored procedures for a selected table.

Enisly Add-in generates INSERT scripts for the data in a selected table similar to the way you can do it in Firebird and MySQL.

Bravo to the authors of these add-ins!

December 29, 2006 Posted by palehorse | Development | Leave a Comment