Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » C# 3.0 » Tips & Tricks (RSS)
Bug in Visual Studio 2008 SP1?
This is just a quick post. I had a bug where any time I tried to compile a WPF project on my laptop I got the following pair of errors: Error Message 1: The "SplashScreen" parameter is not supported by the "MarkupCompilePass1" task...
Avoiding Circular Dependencies
The term "circular dependency" may be foreign to some programmers (especially if you do Java as it is a pretty common practice). However, anyone who has done some scripting for a referential database knows that you have to run scripts in a certain...