Feed on
Posts
Comments

Archive for the ‘Visual Studio .Net 2008’ Category

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

Read Full Post »

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

Read Full Post »

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

Read Full Post »

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

Read Full Post »