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] (Sid Price)
I have a DBML file and associated VB.Net classes generated by DbLinq that does not compile. I have problems in two areas and I don't seem to be able to figure out what reference I may be missing from my solution. The first error is a "Missing ... [More] Type" error from the 'GetType' statement: <System.Data.Linq.Mapping.Data baseAttribute(Name:="dcinema") , _ [Less]
Posted almost 15 years ago by [email protected] (Sid Price)
Thank you, the command ran correctly after that correction. Note that I copied and pasted the command from your email so didn't notice the error. Again, thanks, hopefully I can now make some progress with my research. Sid. Avian Ambassadors - Flights of Education [link] The Bird Training Blog
Posted almost 15 years ago by [email protected] (Jonathan Pryor)
You mis-spelled the /dbml parameter ("dml" != "dbml"), so DbLinq is trying to open the file /dml:foo.dbml, and Windows doesn't like that filename. Correct the option name. :-) - Jon
Posted almost 15 years ago by [email protected] (HitarPetar.bg)
Здравейте, Ние от HitarPetar.bg бихме искали да ви поканим да се включите в 2 конкурса със страхотни награди на нашия сайт, но ни е необходимо Вашето съгласие: В „Бъди откривател и спечели...” ви каним да откриете най-добрата обява в сайта. Повече за регламента и наградите (включват вълшебната дума „СПА”), можете да научите тук!
Posted almost 15 years ago by [email protected] (Sid Price)
Now a different error: C:\DATA_R~1\Temp\DBLINQ~1.1>db metal.exe /provider:MySQL /server:192.168.0.7 /database:in_out /user:sid /password:xxxxxx /dml:foo.dbml /debug DbLinq Database mapping generator 2008 version 0.20 for Microsoft (R) .NET Framework version 3.5 Distributed under the MIT licence ([link])
Posted almost 15 years ago by [email protected] (Jonathan Pryor)
On the relevant line of code, it's accessing the variables `fieldType` and `field`. `field` is constructed via `new`, and thus can't be null, so I'd bet that `fieldType` is null: var fieldType = TypeLoader.Load(column.Type); which doesn't help much, as we don't know what type it's trying to load.
Posted almost 15 years ago by [email protected] (Sid Price)
Sorry for the overload of information; Here is the debug dump: C:\DATA_R~1\Temp\DBLINQ~1.1>db metal.exe --provider=Mysql --server=192.168.0.7 -- database=in_out --user=sid --password=eziome --code=files\dblinq_mysql.vb --debug DbLinq Database mapping generator 2008 version 0.20 for Microsoft (R) .NET Framework version 3.5
Posted almost 15 years ago by [email protected] (Sid Price)
01/08/2011 06:41 PM <DIR> Microsoft.SqlServer.SQLTask 12/11/2010 04:33 PM <DIR> Microsoft.TeamFoundation.WorkI temTracking .Client.Cache 12/11/2010 04:33 PM <DIR> Microsoft.TeamFoundation.WorkI temTracking .Client.DataStore 12/11/2010 04:33 PM <DIR> Microsoft.TeamFoundation.WorkI temTracking
Posted almost 15 years ago by [email protected] (Jonathan Pryor)
A full stack trace would be useful. :-) - Jon
Posted almost 15 years ago by [email protected] (Sid Price)
OK, I finally figured out how to gain access to the DLL using a command window and I have copied it to the same folder as DbMagic.exe. Now, with the same command line as before I get a different error: DbMetal: Object reference not set to an instance of an object. Sid. Avian Ambassadors - Flights of Education