On Mon, 2010-04-12 at 11:15 -0700, Sasha Voloschuk wrote:
> I use DbMetal.exe to generate dbml file from cookies.sqlite (mozilla
> cookies storage) file. When I add it to VS2008 project and try to
> generate cs ([context menu]/Run Custom Tool) the error occurred:
> 
>      "The custom tool 'MSLinqToSQLGenerator' faild. Request value
> 'INTEGER' was not found."

http://code.google.com/p/dblinq2007/wiki/VisualStudioAndDbmlFiles

My guess is that you added the .dbml file to Visual Studio.  Visual
Studio will use .NET SQLMETAL.EXE to process the .dbml file, which won't
generate references to DbLinq.

You need to use DbMetal to generate your source code.

 - Jon


-- 
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