RedGate_SQLSourceControl_Engine_EngineOptions.xml Missing

Simon HarrisSimon Harris Posts: 2
I'm trying to link a database with source control. I followed the intsructions here: but the RedGate_SQLSourceControl_Engine_EngineOptions.xml file was missing. I searched my HDD for it, but got nothing. How is this file created, or how can I generate one?

My setup is:
- SQL Source Control 3.1.0.4829
- Microsoft SQL Server 2012 - 11.0.2100.60 (X64) 
	Feb 10 2012 19:39:15 
	Copyright (c) Microsoft Corporation
	Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
- Visual Studio 2012 Premium 11.0.50727.1 RTMREL
- Microsoft Team Explorer for Visual Studio 2012

Comments

  • You can create the file in the following way:

    1.) Create a blank file called RedGate_SQLSourceControl_Engine_EngineOptions.xml
    2.) Open the file in a text editor
    3.) Paste in the following code:
    <?xml version="1.0" encoding="utf-16" standalone="yes"?>
    <!---->
    <EngineOptions version="3" type="EngineOptions">
    </EngineOptions>
    

    4.) Save the file.

    These are generic instructions for setting up a blank EngineOptions file - for your purposes, you'll want to add
    <TeamFoundationServerDllOverride>RedGate.SQLSourceControl.Engine.SrcC.TFS2012</TeamFoundationServerDllOverride>
    

    inside the <EngineOptions> tag.
    Andy Campbell Smith

    Red Gate Technical Support Engineer
Sign In or Register to comment.