Linq to SQL Beta 2 to RTM Diagram Error
After installing RTM on my laptop, I all of my Beta 2 Linq to SQL diagrams refused to open and save the error.
"Cannot load 'path': Error encountered, check Error List window for details".
The error list had the following error
"Error 2 There is no Unicode byte order mark. Cannot switch to Unicode. 1 1 TestingLinqToSQL"
In the properties for the dialog, it was already set as Unicode. To fix this, in the xml header for the diagram, in Beta 2 it was "<?xml version="1.0" encoding="utf-16"?>". RTM requires the encoding to be utf-8 (<?xml version="1.0" encoding="utf-8"?>). Set the xml declaration to this, save and reopen and your diagram should be working again.
Technorati Tags: Linq
Labels: Linq





Blogger comments