and here is the top of my cs file, i had been tinkering with it a bit
since there were errors about the namespace dblinq.linq not existing:
namespace @public
{
using System;
using System.ComponentModel;
using System.Data;
//using System.Data.Linq.Mapping;
using System.Diagnostics;
using DbLinq;
public partial class PostGReS : DbLinq.Data.Linq.DataContext
{
On May 2, 3:06 am, jeff <[email protected]> wrote:
> hi. new to dblinq, working to get my own test running. generated a .cs
> file from my postgres schema. included that in a project. on building
> it i get:
>
> The type or namespace name 'Linq' does not exist in the namespace
> 'System.Data' (are you missing an assembly reference?)
>
> did not see anything when googling this. do you have any suggestions?
>
> thanks,
> jk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---