I have taken the sources from the Google CVN, compiled the projects
separately, and taken the dlls and the metal Exe from the build folder
(file date indicates that they are created only some minutes before)
to my folder with the batch file. (T:\DBMetal) After executing I got
this error:
T:\DBMetal>DbMetal.exe -provider=MySql -database:mydb -
server:localhost -user:root -password:root -namespace:mydb -code:"T:
\Test\mydb.cs" -sprocs
DbLinq Database mapping generator 2008 version 0.19
for Microsoft (R) .NET Framework version 3.5
Distributed under the MIT licence (http://linq.to/db/license)

DbMetal failed:System.NullReferenceException: Der Objektverweis wurde
nicht auf eine Objektinstanz festgelegt.
   bei
DbMetal.Generator.Implementation.SchemaLoaderFactory.GetLoaderAndConnection
(String& dbLinqSchemaLoaderType, String& databaseConnectionType,
String provider)
   bei
DbMetal.Generator.Implementation.SchemaLoaderFactory.GetLoaderAndConnection
(String& dbLinqSchemaLoaderType, String& databaseConnectionType,
Parameters parameters)
   bei DbMetal.Generator.Implementation.SchemaLoaderFactory.Load
(Parameters parameters)
   bei DbMetal.Generator.Implementation.Processor.ReadSchema
(Parameters parameters, ISchemaLoader& schemaLoader)
   bei DbMetal.Generator.Implementation.Processor.ProcessSchema
(Parameters parameters)


The mydb.cs file was not created.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to