Monday, November 19, 2007

I've just installed Visual Studio 2008 RTM and opened the project I was working on in Visual Studio 2008 Beta 2 a few hours ago and what happens?
VS2008 cannot load my .dbml-file

Of course there are changes in the framework between beta 2 and RTM - but I hate changes in designer generated files. The same thing happened when I moved from beta 1 to beta 2 :-( I think I'll wait till tomorrow trying to figure out what it is Visual Studio 2008 is trying to tell me :-)
There is no Unicode byte order mark. Cannot switch to Unicode.

Update:
The fix was just to remove the encoding attibute in the XML document description:
<?xml version="1.0" encoding="utf-16"?>

11/19/2007 10:12:55 PM (Romance Standard Time, UTC+01:00)  #    Comments [2]  | 
Related Posts:
Webcast about C# 3.0 and LINQ