-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open SQL 4 CDS #1276
Comments
In the latest version I stopped using ILMerge to combine all the assemblies, and load the dependencies at runtime using the AssemblyResolve event. Because all plugins are loaded when XTB starts, they can all add their own handlers to this event. I believe the error you’re seeing will be being thrown by one of them - you’ll need to attach a debugger and look at the call stack of the exception to see which. There’s probably a change I could make to avoid this particular error, but it’s likely there will be other related problems depending on which tools you have installed. I’m planning to see if I can isolate SQL 4 CDS into a separate app domain to avoid anything similar in the future. In the meantime if you’re experiencing this problem with 7.4 you should be able to downgrade to 7.3 to avoid it for now. |
Attempt to fix MscrmTools/XrmToolBox#1276
Works fine now!
Closing this issue. |
It's been a while since I last opened it, and I got the update to new version (7.4.0.0) so I got the update, no problems there.
But when trying to open SQL 4 CDS, I always get this:
Not sure if this error is in XTB or in the tool, so I also ping @MarkMpn.
The text was updated successfully, but these errors were encountered: