Looking for some new sounds – checkout this freebee
Click to download new music, completely free, brought to you by your music loving friends at Windows. You'll see (but not hear) some ads on your screen in addition to the album's cover art, which is...
View ArticleAn error occurred in the Microsoft .NET Framework while trying to load...
Server Error in '/' Application. An error occurred in the Microsoft .NET Framework while trying to load assembly id 65551. The server may be running out of resources, or the assembly may not be trusted...
View ArticleSQL Server : TSQL Return start/end price and start/end date time by product name
As part of trying to monitor my power usage and to know when my power prices change I download the power prices online from my power provider every 15 minutes and store this in a database.I have been...
View ArticleLooking for a way to find text in your SQL Database objects, then try the...
To start I should mention that you can not search the actual data in your tables for text, but you can search your SQL Objects – Tables, Views, Stored Procedures, Constraints, Triggers and Functions...
View ArticleWebMatrix - a complete Web development stack that integrates a Web server,...
WebMatrix includes a complete Web development stack that integrates a Web server (IIS Developer Express), database (Microsoft SQL Server Compact 4.0), programming model (ASP.NET Web pages with Razor...
View ArticleThe row value(s) updated or deleted either do not make the row unique or they...
I had a user ask me today how they can delete a duplicate row from their database table. They were receiving the following error message when they tried to delete the duplicate row.The row value(s)...
View ArticleMicrosoft Office Outlook has encountered a problem and needs to close when...
I recently has a user who found that email messages from specific people would cause her Outlook 2010 to crash 100% of the time. Most peoples emails were perfectly fine and others were not.There were...
View ArticleGoogle Maps–without the labels
Some times it is nice to have a clean map without any labels all over the map.You can do this with just a small bit of code and it works for the standard Map, Satellite and Terrain models.Map Examples...
View ArticleUsing the SQL Server Dedicated Admin Connection
I installed a test install of SharePoint 2010 Foundation for myself today at work . As part of the installation it installed an instance of SQL Server Express 2008 with SP1.I then installed SQL Server...
View Articleasp.net - output cache – optional caching
This post is about using the asp.net output cache but also having a small bit of flexibility to allow some requests not to be cached – sort of.In my case I wanted my dynamically generated charts to be...
View Article