| Author |
Message |
Simon Harris
Joined: 21 Nov 2012 Posts: 1
|
Posted: Wed Nov 21, 2012 3:15 pm Post subject: RedGate_SQLSourceControl_Engine_EngineOptions.xml Missing |
|
|
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:
| Code: |
- 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
|
|
|
| Back to top |
|
 |
andy.campbell.smith
Joined: 20 Oct 2011 Posts: 124 Location: Red Gate Software
|
Posted: Fri Nov 23, 2012 4:38 pm Post subject: |
|
|
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:
| 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
| Code: |
| <TeamFoundationServerDllOverride>RedGate.SQLSourceControl.Engine.SrcC.TFS2012</TeamFoundationServerDllOverride> |
inside the <EngineOptions> tag. _________________ Andy Campbell Smith
Red Gate Technical Support Engineer |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group