Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I would like to create a Simple MVC Application with SQL Server 2008 connectivity.

Instead of creating classes (Models). I have added a dll as Reference which inturn refers a Business class Library of some other project(not MVC).

Now, How can i manage myself to create a database with tables using the dll i have added.

Meanwhile i found the Error while Adding a Controller;

The error was: "unable to retrieve metadata"

Any help regarding this would be appreciated a lot!! Thanks in advance!!
Posted
Updated 22-Mar-13 3:27am
v2

1 solution

Did you write this .DLL?? What does it do, exactly?? Does it implement a EntityFramework model??

Without knowing ANYTHING at all about this .DLL, it's impossible to tell you anything useful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900