Attempted to read or write protected memory in a .NET application
Now this got me puzzled today for some time. I started up Visual Studio 2008 and opened a solution I had been working on for some time. But when trying to debug the application,...
Now this got me puzzled today for some time. I started up Visual Studio 2008 and opened a solution I had been working on for some time. But when trying to debug the application,...
I got sick of manually attaching to the webserver (either aspnet_wp.exe on WinXP or w3wp.exe on Win2003 or later). You can have a macro for that, incl. a shortcut key. I got this from...
I regularly forget, after re-installing my desktop or laptop, what settings I had configured in Visual Studio. Today I was looking for another one and decided to blog about it, for a personal reference....
I’m doing some work with TypeMock and I start to love it more and more. For example, how about removing your database completely from your continuous tests? Sure you can do some database testing...
A little snippet that I use from time to time when I need information on how long something takes. Type ‘sw’ (without the quotes) and tab-tab. Installation is easy, just create a file called...
This has taken us some time; depending on which environment you are, telling Visual Studio 2008 for Database Professionals Edition (or simply DataDude) what user it should use to deploy the SQL scripts, during...
UPDATE : CopySourceAsHtml can be obtained from CodePlex. I was looking for CopySourceAsHtml for Visual Studio 2008, but for some reason it’s not on the ‘official’ page so I had to search for it....
In Visual Studio 2008 you can right-click a project and choose for “Add service reference” to create a proxy class for your web service. WCF preferred, of course. But for some reason, the Visual...
When people want start learning about .NET in general or a specific subject like Silverlight or security, can be send to the “How Do I?” videos. I do this myself a lot of times,...
David, Alex and me just needed to get a load of data from some Excel sheets and work with the data. What’s better than to load the data into a DataSet using OleDB and...
Recent Comments