17
I Use This!
Inactive

News

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Posted almost 15 years ago by [email protected] (Thomas Üblacker)
Thank you for the hint - i really need some holidays :) Best regards Thomas
Posted almost 15 years ago by [email protected] (Sadık Eser)
You didn't specify the language (c# or vb) for generated code. you may specifty it with "code=file_name" parameter (it will recognize the language from extension) or with "language= c# | c#2 | vb" parameter. 2010/12/27 Thomas Üblacker <[email protected]>
Posted almost 15 years ago by [email protected] (Thomas Üblacker)
Hey, sorry for the delay! I tried following command: DbMetal.exe -u:user -p:pw -s:server -d:db -provider=MySql Best regards Thomas
Posted almost 15 years ago by [email protected] (Jonathan Pryor)
I would imagine that on your other machine MySql.Data is NOT installed into the GAC. You should double-check this. Alternatively, you have MySql.Data.dll installed, but it's a different version. Again, you should double-check this. System.Data.Linq ... [More] is implemented in terms of the DbLinq source. DbLinq.dll will NOT help you; you'd need to use a different System.Data.Linq.dll (if the error were truly in that assembly), OR you'd have to rebuild your app against DbLinq.dll instead of using System.Data.Linq.dll. Migrating between the two should not be terribly difficult, and should mostly involve changing namespace references. (Using DbMetal.exe instead of sqlmetal will also be helpful, as sqlmetal won't generate DbLinq references.) [Less]
Posted almost 15 years ago by [email protected] (El)
Hi, I have written a mono app in Ubuntu 10.04 using Linq-2-SQ. The MySql.Data.dll provider is installed on the GAC and I generated the dbcontext using sqmetal. On one machine, I am able to run the application without any problem. On another machine with the same set up, I get the following error:
Posted almost 15 years ago by [email protected] (Dotblock. com)
*Scalable Cloud Hosting by Dotblock Join Now and Get a 15 Day Trial for $1.00 - Design, Develop, Deploy* <[link]> Can't see this image? Click here to start your 15 day trial <[link]>
Posted almost 15 years ago by [email protected] (Sadık Eser)
Hi Thomas, can sou write parameters you have been used. 2010/12/21 Thomas Üblacker <[email protected]>
Posted almost 15 years ago by [email protected] (Thomas Üblacker)
Hey guys, I am trying to install dblinq with mysql adapter and followed the instructions on the homepage. When running DbMetal to create the c# files, following error is thrown: "DbMetal: Es ist kein CodeDom-Anbieter für die Sprache definiert.", which means that for the actual language (i guess is means mysql) is
Posted almost 15 years ago by [email protected] (Miss karo1ina)
Hello, I have the feeling that this piece of mail will reach you in a perfect state of mind and better healthy condition. I believe and also have the feeling that in todayâs world, neither race, nationality nor religion will any longer posse a ... [More] barrier to relationships. Although, we do not know each other well but I will really like to have you as a friend I am a single lady,I think I am sensitive and kind to people,  also I think I have a good sense of humor,concerts and be a good Christian [Less]
Posted almost 15 years ago by [email protected] (chacal)
Is posible to use dblinq with asp.net dynamic data? i need the subsonic's + scaffold combo, but using dblinq with asp.net dynamic data. Is it posible?