Browse by Tags

WiX - Painful at best
Tuesday, April 29, 2008 4:35 PM
So I finally got WiX to create an installer for me after many hours of poor documentation, obscure errors and bizarre angle bracket syntax. The latest error I have really annoyed me as there was no obvious indication what the error was and how to resolve it, which is really the purpose of this post. To share this so that others may benefit, and because my memory... Read More...
Why wont you just work....
Monday, February 25, 2008 8:32 AM
In a previous post on some problems I had with VS2005 and unit testing where running unit tests always gave me this: I reported that uninstalling and re-installing the test components of Visual Studio fixed it up. Well I am getting the exact same behaviour with VS2008 now. So, I thought I would uninstall the unit test component of VS2008, then re-install it,... Read More...
by Glav | with no comments
Filed under: ,
WCF and interoperability
Sunday, December 16, 2007 9:04 PM
I was trying to create an endpoint using WCF that was to look almost identical to an existing endpoint hat was created using some java tools (we were creating a new .Net app and had to mimic some older endpoints).The endpoint seemed ok at first glance according to the WSDL so I generated a client from it using the SVCUTIL.EXE tool and was going to use the interface... Read More...
Visual Studio 2008 - Install Problems and Solutions
Thursday, November 22, 2007 12:19 PM
Ok, maybe this has already been blogged about in various places, but I am going to list my steps that were required for me to get Visual Studio 2008 to install properly under Vista. My previous situation was: Had Installed VS2008 Release Candidate I tried the following when I went to install VS2008 RTM: Uninstalled VS2008 RC Install of RTM failed. Uninstalled... Read More...
Liquid XML - The good juice
Monday, November 19, 2007 9:54 PM
I haven't used Liquid XML in some time and had forgotten how good value this little tool is. XML editing, instance document generation, schema validation and more, XPath query tool, all for free. The schema document visualisation is really strong too. Awesome tool, and hats off to Liquid Technologies for making such an awesome tool available free to use. Thanks... Read More...
Some more JavaScript Intellisense issues in VS2008
Monday, September 24, 2007 4:10 PM
I was experiencing the issues described here where I was getting no colourisation of JavaScript and no Intellisense. I applied the fix mentioned in the post but it didn't work. Turned out I was missing the file itself file C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.JScript.AuthoringServices.dll and a complete search of the hard drive yielded... Read More...
Obscure ASP.NET Problem - AJAX Control Toolkit, CollapsiblePanelExtender, Image controls pages loading more than once....
Sunday, September 09, 2007 10:05 PM
Had an issue on a current project where a page was being loaded twice for each request, although it was a little different for each browser. Under IE, this particular page was loaded, then the 'Default.aspx' page in the same directory was loaded. In Firefox, the same page was loaded twice. This was verified by simply placing breakpoints in the Page_Load events... Read More...
Beginning ASP.NET 2.0 AJAX Book is out!
Friday, July 13, 2007 1:12 PM
The past year or so I have been working with a number of excellent co-authors on another book called Beginning ASP.NET 2.0 AJAX and as you can imagine, is solely devoted to the topic of the Microsoft ASP.NET 2.0 AJAX Extensions . Well its out and you can go and grab yourself a copy . You probably want at least 2, perhaps 3 or 4. If you can tear yourself away... Read More...
VSTS for Database Professionals on my current project
Monday, May 28, 2007 11:24 PM
On a current project I was interested in using VSTS for Database professionals to see if it could add any value with database management. Traditionally its been a very manual process as Visual Studio has not had any real support for it. I also knew that Nick Weinholt is due to present at SDNUG on the topic of all things data related, one of which is VSTS for... Read More...
VSTS and VSTestHost.Exe - not on talking terms
Tuesday, May 22, 2007 12:02 PM
Thought I would install some optional updates to try and resolve some issues I was having with Vista and Visual Studio 2005. It seems I continually get the VSTestHost.exe has stopped unexpectedly error when trying to run any tests within Visual Studio. It seems there are not too many instances of this around as I can't find too much beyond simple fix suggestions... Read More...
More Posts Next page »