jonpryor / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
0 stars 0 forks source link

run_myMetal.bat error: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass embly 'DbLinq... #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open DBLinQ\src\DBLinQ.sln and build.
2. Edit run_myMetal.bat as: obj\Release\DbMetal.exe -provider=MySql 
-database:Northwind -server:localhost -user:root -namespace:nwind 
-code:Northwind.cs -sprocs
3. Run run_myMetal.bat in Command Line.

Error: 

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'DbLinq, Version=0.20.0.0, Culture=neutral, PublicKeyToken=61e015a67077348
b' or one of its dependencies. The system cannot find the file specified.
File name: 'DbLinq, Version=0.20.0.0, Culture=neutral, PublicKeyToken=61e015a670
77348b'
   at DbMetal.Program.Main(String[] args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].

Info:
Visual Studio 2008 Team.
Windows 7.

Please help me on this case?

Original issue reported on code.google.com by mig...@gmail.com on 13 Jun 2011 at 3:04