The ability to generate DDL from a Visio ER diagram was removed sometime ago. However it must be a task that is required in many projects.
After a quick search on the Internet I can across the following Office 2010 plug-in: Visio Forward Engineer by Alberto Ferrari. It may not do everything but it will might do all you need.
Friday, 26 November 2010
Friday, 5 November 2010
Console Applications and SharePoint 2010
Recently I tried to create a Console Application that accessed a SharePoint 2010 site. I could not get the application to run. I'd added a reference to Microsoft.SharePoint.dll and included Microsoft.SharePoint as a using clause. After some head-scratching I realised that the following project settings were required.
Application | Target framework = .Net Framework 3.5
Build | Platform target = x64
BTW, The SharePoint dlls can usually be found in the following folder:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI
Application | Target framework = .Net Framework 3.5
Build | Platform target = x64
BTW, The SharePoint dlls can usually be found in the following folder:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI
Subscribe to:
Posts (Atom)