Source Control Not working
Thakkx
Posts: 2 New member
I installed the source control 7 as part of the tool belt, but not able to use it. The error message is around
Could not load file or assembly 'SmartAssembly.ReportException, Version=8.0.0.0, culture=neutral, PublickKeyToken=7f......' or one of its dependencies. The system cannot find the file specified.
Please advise.
Thanks
Could not load file or assembly 'SmartAssembly.ReportException, Version=8.0.0.0, culture=neutral, PublickKeyToken=7f......' or one of its dependencies. The system cannot find the file specified.
Please advise.
Thanks
Tagged:
Answers
Do you recall which version where you using before?
Does this error appear straight away when you open SSMS or when you carry out a specific action?
Are you connecting to Azure?
Please can you try uninstalling and reinstalling the latest version and see if that fixes the issue:
https://download.red-gate.com/checkforupdates/SQLSourceControl/SQLSourceControl_7.2.16.11965.exe
Victoria Wiseman | Redgate Software
Have you visited our Help Center?
I suspect there may be an object in your Dev branch that's an issue, if you don't mind I'm going to reach out via a support ticket!
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
If I disable System versioning on the table, I can see and commit changes, but if I enable it again the error message is back.
Sorry to hear you're also experiencing this issue!
We solved the issue for the original poster, if it's the same issue please try the following solution:
Go to the SQL Source Control config files folder: %localappdata%\Red Gate\SQL Source Control 7
Inside the EngineOptions version
tags, add:<TeamFoundationServerDllOverride>TfsExtendedClient</TeamFoundationServerDllOverride><br>
So it should look like the following:
- <EngineOptions version="3" type="EngineOptions">
- <TeamFoundationServerDllOverride>TfsExtendedClient</TeamFoundationServerDllOverride>
- </EngineOptions>
If that's not the case, let me know!Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
Thank you for the quick response!
Unfortunately, the fix doesn't work. Same error.
It is a local database and I am connected to TSF, what information do you need more?
Kind regards,
Patrick
You're welcome and sorry about that, was worth a shot!
In this case, I'm going to create a ticket under your forum email and reach out for additional information and we can troubleshoot this.
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?