Reputation: 449
I have edmx-model that have been created on another computer. On another computer creation SQL-DB was successful.
After import edmx on current machine - I have been deleted next files: model.designer.cs model.edmx.sql
Then I select - generate DB from model.
model.designer.cs and model.edmx.sql then regenerated.
But when I try to open model.edmx.sql file in VS to execute it - nothing happens. Just blank work area in VS and nothing more.
What should I do? Thanks.
Upvotes: 1
Views: 1494
Reputation: 2325
Please try right clicking on the SQL file, select 'Open With', then select 'Notepad', and see if the file opens in Notepad.
[EDIT] The thread here seems to have a solution.
To paraphrase:
To fix the issue of not being able to load the RadLangSvc.Package here is what you need to do:
1. Load up your ISO or DVD VS2010 Installer in an explorer window
2. Go to the WCU foldler
3. Go to the DAC folder
4. Install MSI's
i. DACFramework_enu.msi
ii. DACProjectSystemSetup_enu.msi
iii. TSqlLanguageService_enu.msi
Upvotes: 4