| 
	  	
						 				
		
				      		    
		
		| By William Fields - 11/21/2013 
 I'm reviewing/running the sample app and am getting the following error when it goes to create a new database. Note, I had to change out the StrataFrame assembly references in the projects, and I'm assuming that was because the existing ones were older than what I have installed. Also, I had to run through the Visual Studio 2010 project conversion process to get the projects to load into VS in the first place.
 
 I'm running the sample app against a SQL 2012 Express server.
 
 Thanks.
 
 • 11/21/2013 1:34:19 PM -> Deploying meta-data for database 'StrataFrameSampleTest'
 X 11/21/2013 1:34:19 PM -> An error occurred while deploying the meta-data to the server.
 X 11/21/2013 1:34:19 PM -> ArgumentException
 X 11/21/2013 1:34:19 PM ->   Column 'fg_IsFileStream' does not belong to table DBEFileGroups.
 X 11/21/2013 1:34:19 PM ->
 X 11/21/2013 1:34:19 PM -> Source     : System.Data
 X 11/21/2013 1:34:19 PM ->
 X 11/21/2013 1:34:19 PM -> Stack Trace:
 X 11/21/2013 1:34:19 PM ->
 X 11/21/2013 1:34:19 PM ->    at System.Data.DataRow.get_Item(String columnName)
 X 11/21/2013 1:34:19 PM ->    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.CreateSmoFileGroup(Database FgParent, FileGroupInfo FgInfo, DatabaseInfo DbInfo)
 X 11/21/2013 1:34:19 PM ->    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.CreateSmoFileGroups(Database FgParent, DatabaseInfo DbInfo)
 X 11/21/2013 1:34:19 PM ->    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.CreateSmoDatabase(DatabaseInfo DbInfo)
 X 11/21/2013 1:34:19 PM ->    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.EnsureDatabases()
 X 11/21/2013 1:34:19 PM ->    at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeployMetaDataThread()
 X 11/21/2013 1:34:19 PM ->
 |  |