Comments
7 comments
-
Hi @Thakkx
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
-
I did install and uninstall the software but didnt work. It looks like the issue is when i link to my TFS source control to one of the branch. It works fine when link to UAT branch but it throw this error message when link to my Dev branch. Seems something in Dev branch that it doesnt like it. I have the same issue when i try to do sql compare!!!
-
Hi @Thakkx
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! -
I have the same error message, but only on databases with temporal tables (system versioning).
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. -
Hi @PatrickW16
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 7Inside 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>
-
Hi,
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 -
Hi @PatrickW16
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.
Add comment
Please sign in to leave a comment.
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