namespace bug

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
bryanc
Posts: 11
Joined: Tue 23 Dec 2008 04:30

namespace bug

Post by bryanc » Mon 11 May 2009 21:41

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{

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 13 May 2009 10:43

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?

bryanc
Posts: 11
Joined: Tue 23 Dec 2008 04:30

Post by bryanc » Wed 13 May 2009 19:11

e-mailed steps to reproduce.

Post Reply