In my recent development I’ve been using msmq to store messages that can’t reach a wcf service when it’s not available. I was setting the Message (System.Messaging) property Priority so that the queue would prioritize the incoming messages.
However when I looked at the queue all the messages their priorities where 0 or “Lowest”. It seems [...]
Archive for the ‘Visual Studio .Net 2008’ Category
MSMQ Message priority
Posted in .net 3.5, MSMQ, Visual Studio .Net 2008, WCF on October 22, 2008 | No Comments »
WCF: msmqIntegrationBinding
Posted in .net 3.5, Visual Studio .Net 2008, WCF on October 22, 2008 | No Comments »
Today I discovered the msmqintegrationbinding in the windows communication framework.
This binding is especially to allow wcf services to process message that are put in a message queue by some legacy program. The advantage of this is that you can do this without the need to change the legacy client.
If you want more information on how [...]
var crash = from feature in visual studio where feature.name.Contains(Silverlight 2.0 tools) select feature
Posted in .net, .net 3.5, Silverlight, Visual Studio .Net 2008, tagged Silverlight, Visual Studio .Net 2008 on October 22, 2008 | No Comments »
i’ve been struggling to get the RC1 of the silverlight tools for visual studio .net 2008 going. So far I’ve tried the following:
- turning off UAC
- Repairing Visual studio setup
- SubinAcl from the following blog: http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html
- Running vs.net as administrator
I always get the following error message:
Personally I really am starting to hate the whole silverlight technology. [...]
Download alternative for Visual Studio .Net 2008 beta 2
Posted in Visual Studio .Net "Orcas", Visual Studio .Net 2008, msdn on July 26, 2007 | 1 Comment »
Most of you know the problem with downloading big files from the microsoft site. at least I do. Most of the time it’s not very fast and downloads also get interrupted frequently. I’m not saying this only due to the microsoft site so don’t get me wrong here
Now microsoft is testing a new piece [...]
