Ho all.

 

[First I’m newby on this please be condescentdant...]

 

I’ve reproducted the exact code from de FAQ and I’ve done it changing  this
line:

 

System.Data.Design.TypedDataSetGenerator.Generate(dataSet, codeNamespace,
csharpCodeProvider);

 

 

To this one (with variables of  the example)

 

System.Data.Design.TypedDataSetGenerator.Generate(employees, cn, cs);
 

 

The code generated a xsd code and a cs library. Well the problem is when I
try to reference it from another VB2005 project. The compiler always says:

 

Error      1             The type 'DiboschTestCRM.Clients' already contains
a definition for 'ClientsRowChangeEventHandler'                H:\Documents
and Settings\Pere Castanyer\Mis documentos\Visual Studio
2005\Projects\DiboschTestCRM\DiboschTestCRM\Clients07.Designer.cs
219         30           DiboschTestCRM

 

Error      2             The type 'DiboschTestCRM.Clients' already contains
a definition for 'ClientsRowChangeEvent'                H:\Documents and
Settings\Pere Castanyer\Mis documentos\Visual Studio
2005\Projects\DiboschTestCRM\DiboschTestCRM\Clients07.Designer.cs
4234      22           DiboschTestCRM

 

There are a problem with the XML  generator ?

--

Pere Castanyer  Sardà

Serveis Informàtics DIBOSCH, S.L.

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to