DCSIMG
SQL Server 2008 - Gilad Lavian's Blog

Gilad Lavian's Blog

In Development

Browse by Tags

All Tags » SQL Server 2008 (RSS)
SmartClient: Changing the Projects File System Structure
When creating a new smart client project by GAT (Guidance Automation Toolkit) the projects structure hierarchy on the file system is also created by the GAT. Suppose I move the projects to another location on the file system and to and include this projects in different solution, then, I try to add a new BusinessModule, I will get the following exception: Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe CreateBusinessModuleCS...
Download Microsoft AdventureWorks Database
Usually when we start writing a new program, or just playing with LINQ, we need a database with some information on it like tables, stored procedures and some data to play with. Microsoft offers a complete database called AdventureWorks just for that cause. The database contains more then 50 tables, 9 stored procedures and a few views and functions. For SQL Server 2005, you can download it from here: http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004 I downloaded...