Land Rovers, .Net en meer!
Sander
Deze gebruiker deelt geen profiel informatie
Berichten door Sander
VS2010 HatPackage did not load correctly
11 nov
This morning when I started Visual Studio 2010 it threw a wobbly at me. It seemed the Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage did not load correctly. Of course I tried to Google for this error but I was unable to find anything useful apart from trying to repair the Visual Studio installation. Fortunately I have the /Log option set in the shortcut so I had a logfile with the errors. Unfortunately, apart from the error that the package did not load the log contained nothing useful.
After trying a few times (hoping it would go away) there was one time where a dialog popped up Meer >
TFDP – T4 For Database Projects
05 sep
After working on this for some time, I’ve decided that it was time to publish TFDP to a wider audience. TFDP provides T4 template processing in Visual Studio 2010 database projects. Something that isn’t possible in the current versions.
The extension can be found in the Visual Studio Gallery and on Codeplex.
Export Locals
11 mei
In this forum thread (warning: Dutch) someone was complaining that it’s not really easy to export the contents of the Locals debug window to a XML file. I’ve neved had the need for that myself but I thought, it can’t be that hard. Turns out it isn’t.
I’ve written a VS2010 add-in that adds a menu item to the Tools menu in Visual Studio that will export all the locals for the current stack frame and open the XML file in Visual Studio. As always a picture says more than a thousand words so see for yourself:
A program in debug mode, Meer >
Custom WSDL for WCF Workflow Service
26 nov
I’m currently working on a webservice layer for our main application so we can interface with our existing BizTalk applications. Because I like using new technologies I’ve decided to use WCF Workflow services to implement the logic of these services. With WF4 and the FlowDiagram features it’s very easy to do this and really, really quick to build the services.
One slight problem I’ve discovered is that the C# types we use in the ReceiveRequest activity are generated from a custom XSD and the WSDL generated by the workflow service doesn’t reference that schema but generates a new one. Normally this Meer >