You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(info.Method.DeclaringType.FullName.StartsWith("Microsoft.DataWarehouse."))//remove this event handler. We will call it from our AssemblyResolve code
209
+
{
210
+
Log.Debug("removed this AssemblyResolve event handler from the list and will call in our AssemblyResolve event handler");
// foreach (string sPath in System.IO.Directory.GetFiles(SSISExtensionInstallPath, assemblyname.Name + ".dll", System.IO.SearchOption.AllDirectories))
749
+
// {
750
+
// if (!sPath.ToUpper().Contains("\\BISHARED\\")) continue;
751
+
// var assembly = Assembly.Load(System.IO.File.ReadAllBytes(sPath));
752
+
// if (assembly.GetName().Version.Major == assemblyname.Version.Major) //some SSIS subfolders have multiple versions of the assembly... make sure we match the major version number... it appears there may be an assembly redirect in operation, but this is probably safer
753
+
// {
754
+
// Log.Debug("AssemblyResolveSuccessSSIS-BIShared: " + args.Name + " to version " + assembly.GetName().Version.ToString() + " at " + sPath + " in " + DateTime.Now.Subtract(dtStart).TotalMilliseconds + "ms");
if(assembly.GetName().Version.Major==assemblyname.Version.Major)//some SSIS subfolders have multiple versions of the assembly... make sure we match the major version number... it appears there may be an assembly redirect in operation, but this is probably safer
<DisplayName>BI Developer Extensions for Visual Studio 2017</DisplayName>
6
6
<Descriptionxml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT that includes numerous enhancements for SQL Server BI projects</Description>
<DisplayName>BI Developer Extensions for Visual Studio 2019</DisplayName>
6
6
<Descriptionxml:space="preserve">BI Developer Extensions (formerly BIDS Helper) is an extension for BIDS / SSDT that includes numerous enhancements for SQL Server BI projects</Description>
0 commit comments