Page 1 of 1
namespace bug
Posted: Mon 11 May 2009 21:41
by bryanc
if you create a new linq to sql data context and use dots in your namespace, e.g. MyCompany.DL.Whatever, your code creator creates an empty namespace in the data context class:
namespace {
partial class MyDataContextClass{
Posted: Wed 13 May 2009 10:43
by AndreyR
This problem is not reproducible with the recent 5.20.29 version of dotConnect for MySQL.
I have created LINQ to SQL model and tried setting Custom Tool Namespace as I have already recommended in this post:
http://devart.com/forums/viewtopic.php?t=14804
The generated Model.Designer.cs class in Visual Studio contained the namespace set by the Custom Tool Namespace property.
Could you please give a detailed description of the steps to reproduce the problem?
Posted: Wed 13 May 2009 19:11
by bryanc
e-mailed steps to reproduce.