Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello.

I started learining Databases and Entity Framework.

Created a solution. Installed from NuGet packeges Entity Framework lastest version.
Then I had to install EFTools6.1.2ForVS2012.msi in order to make a ado entity data model file.

Connecting to the SQL server and the database was no problem
After the wizard setup finished in the generated context file i was getting:
ErrorGeneratingOutput.
Posted
Comments
BillWoodruff 26-Dec-14 8:23am    
When you have a problem like this, remember that a lot of other people will probably have it also:

https://www.google.com/search?q="Entity+FrameWork"+ErrorGeneratingOutput
Afzaal Ahmad Zeeshan 26-Dec-14 8:38am    
Error in generating the output can be caused by many other factors too. Dependancy libraries and assemblies are also a reason. What do you think Bill?
Zhivko Kabaivanov 27-Dec-14 1:48am    
The problem was that Visual Studio was installed on non-default location, therefore Can't find the entity framework tools.
Afzaal Ahmad Zeeshan 27-Dec-14 8:28am    
I have never seen any option in which Visual Studio would let me decide where to install it.
Zhivko Kabaivanov 28-Dec-14 2:11am    
See this link http://i.imgur.com/95SrP.png

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