Are you running in Debug mode? Or from the business_service/BusinessServiceConsole/bin/debug directory?
If so there is three ways to fix this? 1. Don't run those, run from business_service/bin/debug 2. Explicitly Add a reference to Trade.DalSQLServer to your BusinessServiceConsole project 3. Create a post-build action that copies the Trade.DALSQLServer.dll to the Console output folder. -----Original Message----- From: Daniel Warren [mailto:[email protected]] Sent: Thursday, April 16, 2009 4:57 PM To: [email protected] Subject: Could not load error... I just ran into a new problem. I'm not sure what caused it, but I'm getting a "Could not load file or assembly 'Trade.DALSQLServer' or one of its dependencies. The system cannot find the file specified." The error occurs when I attempt to login as user- uid:0 password-xxx inside of the StockTraderDALFactory project in Customer.cs. Any tips or suggestions? Daniel Warren
