-
Mary Jo beat me to it . Visual Studio 2010 Beta 2 is available. RTM March 22, 2010 (exact date? crazy! :) ) Interesting is the new naming that includes “Visual Studio Ultimate”.
-
(German version may be written at a later time / Deutsche Version wird gegebenenfalls später geschrieben) This post combines several concepts from several posts about BizTalk Workflow Services . You should read the intro , about flow control , about send&receive activities and about the little...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
10-02-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, .NET 3.0, VS 2005, Visual Studio 2005, BizTalk, .NET, Visual Studio 2008, VS 2008, .NET 3.5, BPM, Workflow, WF, Windows Workflow Foundation, Cloud Computing, Cloud, BizTalk Services, Cloud Services, OSLO, BizTalk Workflow Services
-
(German version maybe coming later / deutsche Version folgt eventuell später) http://workflow.biztalk.net now offers a CTP of BizTalk Workflow Services. Let's look at what that means. First you should download the latest version of the SDK. Right now this is the file " BizTalk Services...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
08-05-2008
Filed under:
Filed under: .NET 3.0, VS 2005, Visual Studio 2005, BizTalk, BizTalk Server, .NET, Visual Studio 2008, VS 2008, .NET 3.5, BPM, Workflow, WF, Windows Workflow Foundation, SOA, Cloud Computing, Cloud, BizTalk Services, Cloud Services
-
If you receive a ‚Unrecoverable build error‘ when trying to build a Setup Project in Visual Studio 2005 or 2008 try at first the official resolution of MS http://support.microsoft.com/kb/329214/EN-US/ . If its still produces this error try this: regsvr32 ole32.dll greets nadine
-
Damir recently posted about a WCF designer, or rather that there is no WCF designer yet and it does not seem to be on the immediate roadmap for Orcas / Visual Studio 2008. Let me look deeper into the promise of the WCF designer.. Chris Smith said in early 2006 he is working on the WCF designer experience...
-
Today i ran into problems with the visual studio 2005 designer and custom controls. The only error message which was shown to me was not so helpfull so I beginn to search the internet for problems with the designer and i found a nice page from a german guy. He is explaining a few problems with the designer...
-
In the previous posts I offered some sample code for motor movement and dealing with sensors of the LEGO MINDSTORMS NXT product used with Bram Fokke's .NET API NXT#. One important feature of the API was not covered before: Eventing For each sensor you can register an event handler for when the data...
-
In the previous post I offered some sample code for motor movement of the LEGO MINDSTORMS NXT product used with Bram Fokke's .NET API NXT#. In this post I will give info about how to use the different types of sensors. Out-of-the-box you get 4 different sensors. Pressure (button) Sound Light Sonar...
-
We found that LEGO did a great job in delivering the MINDSTORMS NXT products (note that this link might point to the next version of MINDSTORMS products in the future and not to NXT anymore). It is a great for learning purposes and can actually be used with Microsoft Robotics Studio. However, you might...
-
It is painful to post code to your blog without any special considerations. In the worst case you have to edit the resulting HTML yourself. Working with Community Server gave me quite some pain here, so I looked around for some options that exist. I found those methods: Copy from Visual Studio to Word...
-
Using WebSphere MQ (still MQSeries for most of us) and the related products abbreviated WPM and alike from Microsoft .NET applications can be painstaking. While there are enterprise application integration solutions and BizTalk Server can help quite a bit with connecting to the IBM MQ world, you are...
-
When working with Windows Presentation Foundation (WPF) you quickly run into limitations of current tool support and also encounter unexpected limitations. This may or not change with the release of "Orcas", however, at the time of the initial post, Orcas is not available. This post will be...
-
Today i receive a nice error message and i was a little bit confused about it. The error message looks as follows: Error 18 Unable to create a manifest resource name for "AdminService.asmx.resx". Access to the path ':\MyProjects\WebDavService\AdminService.asmx.cs' is denied. I'm...
-
Yes, I know – Visual Studio 2005 is not yet supported under Vista. Visual Studio 2005 SP1 for Vista is not yet out and only then it is promised that it will be supported. But I am getting my doubts it will work smoothly after SP1 is released. Too much is not quite right. Simple things are often...
-
In a WCF project we recently received a WSDL from our customer that we needed to build a client/proxy to. So we used svcutil.exe to generate the C#-code we wanted. To our surprise, the code did not contain the types of the contract we expected, but something like this: [System.CodeDom.Compiler.GeneratedCodeAttribute...