Browse by Tags

VSTS 2008, Web Tests and using Fiddler
Tuesday, June 03, 2008 5:04 PM
I have been doing some performance and load testing of a web application I have been working on lately. Most of my previous experience was with the 2005 flavour of VSTS and I was keen to play with the 2008 version to see what improvements have been made. This web application is quite heavy in terms of Javascript and AJAX feature usage. I am happy to report that... Read More...
Visual Studio 2008 Team Test Issues
Wednesday, May 21, 2008 12:15 PM
I have had ongoing problems getting various tests to work using my installation of VS2008 Team Suite. Initially, I had a problem running unit tests (see here), then sometime after that, I had other niggling issues with code coverage and had to copy assemblies from Private folders to public folders and vice versa. Recently, I tried recording some web tests so... Read More...
by Glav | with no comments
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 | 1 comment(s)
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...
More Posts Next page »