Browse by Tags

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...
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...
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