Programming in languages older than you are is fun...and now I need to start your IV.
Pages
▼
Thursday, January 24, 2008
Where the &%$@ is HashSet?
If you've created a .Net 3.5 project in Expression Blend 2 (December Preview) and then opened it up in VS2k8, you may have noticed that using System.Collections.Generic does not give you HashSet.
The type or namespace name 'HashSet' could not be found.
You may be gnashing your teeth over this, but the simple solution is to add System.Core.dllas a reference to your project because it appears Blend 2 leaves this out.
You are a life saver dude. I am about to bang my head on the wall. Thanks.
ReplyDeleteI meant "I was about to". Sorry for the typo
ReplyDelete