Sven's Blog

MemoryStream ms = new MemoryStream(MyBrain); // Management and technology considerations

Subscriptions

<January 2009>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

News

Welcome to my spot on the 'Net. I am the Principal Consultant at Adduxis, a management and IT consulting firm. This blog will provide you with some (hopefully) useful information and links to tidbits found on the Internet.

Navigation

Post Categories

Microsoft Bloggers

Thursday, June 30, 2005 - Posts

VS 2005 Beta 2 and June CTP

I wrote before that I would validate fixes for the bugs I found previously in VS 2005. Unfortunately, many had not been fixed in the Beta 2 release. The two most annoying ones are documented in [1] and [2]. They are particularly annoying because they deal with cryptography. As such, any application that relies on one of these cryptography features (a major project I am working on relies on both) won't run properly.

Now, the good news is that in the June 2005 Community Technology Preview, many bugs are fixed, including the PasswordDeriveBytes one. The memory leak in the VB.NET background compiler [3] also seems to be gone. These fixes result in a much more workable environment. I will be trying (again) to port the project to VS 2005. Hopefully for good this time.

[1]: PasswordDeriveBytes returns different results than .NET 1.1

[2]: RSACryptoServiceProvider.SignHash fails with "Keyset does not exist"

[3]: Memory Leak in VS 2005 Beta 2 (possibly related to vb background compiler)

posted Thursday, June 30, 2005 8:12 AM by SvenAelterman with 0 Comments

Powered by Community Server, by Telligent Systems