The value for the property
You might also get a related error when building your ASP.NET project with a Linq to SQL class:
Build failed due to validation errors in myfile.dbml. Open the file and resolve the issues in the Error List, then try rebuilding the project.
This issue can be resolved by **removing all dots **from the connection string key in web.config, see here, so
becomes
**<connectionStrings>
** **<add name="MyConnectionString" connectionString="blah"/>
</connectionStrings>**
Then the build should succeed. If you then **reset the connection string key **to the one with dots and **it will still build **but you'll get this message
upon opening the dbml file and the "dotless" connection string will be added to your web.config.
So Linq to SQL doesn't like the dotted connection string key for some reason.
Ashura: Thanks a lot, it works well !
Edulliset Lennot: hehehhe ei paha sit ollenkaan :D
Huyvu: Thanks you very much . i am looking it .
Arminda Membreno: Great Blog I love the lay out and the color scheme is it possible to get a copy of your theme?
Posted: 20 April 2008