This is a migrated thread and some comments may be shown as answers.

Trouble Installing Open Access ORM version 13.2.611.0

6 Answers 117 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Peter Costantino
Top achievements
Rank 1
Peter Costantino asked on 13 Dec 2013, 04:25 PM

I am having trouble installing the latest Telerik Open Access ORM version 13.2.611.0.  After installing and uninstalling several times, it appears that when Open Access installed, Visual Studio can no longer start.  Please see attached screen shots of error message that appears when VS2012 crashes. I am running this in VS 2012 version 4 update and Windows 7 Professional 64bit with 8gb of RAM.

Below are screen shots of what happens after installing Open Access ORM and attempting to open VS 2012 Professional.


Any help appreciated.
Peter




Peter

6 Answers, 1 is accepted

Sort by
0
Peter Costantino
Top achievements
Rank 1
answered on 18 Dec 2013, 02:15 AM
ANY ONE HAVE ANY IDEA WHY THIS IS HAPPENING?

0
Alexander
Telerik team
answered on 18 Dec 2013, 08:25 AM
Hello Peter,

Please note that version 2013.2.611 is actually our Q2 release and the latest available version at the moment it 2013 Q3 SP1 (2013.3.1211.3). As a first step I would recommend you to try installing the new version by downloading the msi file from our website and not via the Telerik Control Panel, in case you are using it.

If this does not help, please create a log file from Visual Studio the following way:
- From Start -> Microsoft Visual Studio 2012 -> Visual Studio Tools open a Developer command prompt for VS2012.
- Execute the following command: devenv /log C:\vsLog.xml

Wait until VS crashes and send us the log file, hopefully we will be able to see the cause of the problem there.

Regards,
Alexander
Telerik
OpenAccess ORM Q3 2013 simplifies your model operations even further providing you with greater flexibility. Check out the list of new features shipped with our latest release!
0
Peter Costantino
Top achievements
Rank 1
answered on 19 Dec 2013, 02:59 AM
Thank you for replying.  Unfortunately, no log file was produced.  I also downloaded the latest version as you instructed.    It appears that VS2012 crashes even before it gets a chance to write to a log.  Any other suggestions?

Thank you.
Peter

 
 
0
Alexander
Telerik team
answered on 19 Dec 2013, 04:33 PM
Hi Peter,

Ok, let's try another approach by debugging Visual Studio.
 - Open a VS2012 command prompt and execute the command: devenv /SafeMode
In this mode VS would not load any 3rd party packages and I hope it would be able to load.
 - Create a console application and open its Properties from the project's context menu. Go to the Debug tab and select Start external program, then browse and select devenv.exe, usually available at C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE. Save and close the Properties window.
- Go to Tools -> Options -> Debugging and uncheck Enable Just My Code. This will allow you to debug VS without having its source code.
- Go to Debug -> Exceptions and enable both checkboxes next to Common Language Runtime Exceptions.
- Press F5 to start the console application and a new instance of Visual Studio will show up. The debugger should begin breaking at different exceptions. Please copy the details of each exception (as well as its stack trace) to a text file. Continue pressing F5 and logging the errors until VS crashes.

Most likely one of the last exceptions would be the cause for the crash. Please send us the list with exception details, so we can have a look at it and try to narrow down the problem.

Regards,
Alexander
Telerik
OpenAccess ORM Q3 2013 simplifies your model operations even further providing you with greater flexibility. Check out the list of new features shipped with our latest release!
0
Peter Costantino
Top achievements
Rank 1
answered on 20 Dec 2013, 04:47 AM
Hi Alexander,

Thank you for your latest effort to try to solve my problem.  I followed your instructions to the letter, but I have to admit that I found that there were a multitude of errors to copy!  I did as many as I could copy, but never really saw a point at which VS 2012 crashed.  The following
is a copy of all the error messages I collected:

System.IO.FileLoadException occurred
  HResult=-2146234297
  Message=The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
  Source=mscorlib
  StackTrace:
       at System.Reflection.AssemblyName.nInit(RuntimeAssembly& assembly, Boolean forIntrospection, Boolean raiseResolveEvent)
       at System.Reflection.AssemblyName..ctor(String assemblyName)
  InnerException: 

  System.Resources.MissingManifestResourceException occurred
  HResult=-2146233038
  Message=Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "VSPackage.resources" was correctly embedded or linked into assembly "Microsoft.VisualStudio.Data.Tools.SqlLanguageServices" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  Source=mscorlib
  StackTrace:
       at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
  InnerException: 

  System.ArgumentException occurred
  HResult=-2147024809
  Message=Cannot find the requested resource.
  Source=Microsoft.VisualStudio.CommonIDE
  StackTrace:
       at Microsoft.VisualStudio.CommonIDE.ResourceLoader.TryEachApplicableNamespace[T](String resourceName, GetResourceDelegate`1 getResource)
  InnerException: 

  System.IO.FileLoadException occurred
  HResult=-2146234297
  Message=The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
  Source=mscorlib
  StackTrace:
       at System.Reflection.AssemblyName.nInit(RuntimeAssembly& assembly, Boolean forIntrospection, Boolean raiseResolveEvent)
       at System.Reflection.AssemblyName..ctor(String assemblyName)
  InnerException: 

  System.Resources.MissingManifestResourceException occurred
  HResult=-2146233038
  Message=Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "VSPackage.resources" was correctly embedded or linked into assembly "Attrice.TeamFoundation.Sidekicks.Package.2012" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  Source=mscorlib
  StackTrace:
       at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
  InnerException: 
  
  System.Resources.MissingManifestResourceException occurred
  HResult=-2146233038
  Message=Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Attrice.TeamFoundation.Sidekicks.Package.2012.VSPackage.resources" was correctly embedded or linked into assembly "Attrice.TeamFoundation.Sidekicks.Package.2012" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  Source=mscorlib
  StackTrace:
       at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
  InnerException: 
  
  System.IO.FileLoadException occurred
  HResult=-2146234297
  Message=The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
  Source=mscorlib
  StackTrace:
       at System.Reflection.AssemblyName.nInit(RuntimeAssembly& assembly, Boolean forIntrospection, Boolean raiseResolveEvent)
       at System.Reflection.AssemblyName..ctor(String assemblyName)
  InnerException: 

  System.IO.FileNotFoundException occurred
  HResult=-2147024894
  Message=Could not load file or assembly 'DevExpress.Menu.Package, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35c9f04b7764aa3d' or one of its dependencies. The system cannot find the file specified.
  Source=mscorlib
  FileName=DevExpress.Menu.Package, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35c9f04b7764aa3d
  FusionLog==== Pre-bind state information ===
LOG: User = PETERCOSTAN89EF\petercostantino
LOG: DisplayName = DevExpress.Menu.Package, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35c9f04b7764aa3d, processorArchitecture=MSIL
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\petercostantino\AppData\Local\Microsoft\VisualStudio\11.0\devenv.exe.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: DevExpress.Menu.Package, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35c9f04b7764aa3d, processorArchitecture=MSIL
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.Menu.Package/DevExpress.Menu.Package.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.Menu.Package.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.Menu.Package/DevExpress.Menu.Package.EXE.

  StackTrace:
       at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
       at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  InnerException: 

  System.IO.FileNotFoundException occurred
  HResult=-2147024894
  Message=Could not load file or assembly 'DevExpress.ProjectUpgrade.Package.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
  Source=mscorlib
  FileName=DevExpress.ProjectUpgrade.Package.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
  FusionLog==== Pre-bind state information ===
LOG: User = PETERCOSTAN89EF\petercostantino
LOG: DisplayName = DevExpress.ProjectUpgrade.Package.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\petercostantino\AppData\Local\Microsoft\VisualStudio\11.0\devenv.exe.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: DevExpress.ProjectUpgrade.Package.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/DevExpress.ProjectUpgrade.Package.XmlSerializers/DevExpress.ProjectUpgrade.Package.XmlSerializers.EXE.

  StackTrace:
       at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
       at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  InnerException: 

  System.IO.FileNotFoundException occurred
  HResult=-2147024894
  Message=Could not load file or assembly 'Microsoft.VisualStudio.TeamFoundation.PowerTools, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
  Source=mscorlib
  FileName=Microsoft.VisualStudio.TeamFoundation.PowerTools, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  FusionLog==== Pre-bind state information ===
LOG: User = PETERCOSTAN89EF\petercostantino
LOG: DisplayName = Microsoft.VisualStudio.TeamFoundation.PowerTools, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\petercostantino\AppData\Local\Microsoft\VisualStudio\11.0\devenv.exe.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: Microsoft.VisualStudio.TeamFoundation.PowerTools, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/Microsoft.VisualStudio.TeamFoundation.PowerTools/Microsoft.VisualStudio.TeamFoundation.PowerTools.EXE.

  StackTrace:
       at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
       at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  InnerException: 

  System.NotSupportedException occurred
  HResult=-2146233067
  Message=The invoked member is not supported in a dynamic assembly.
  Source=mscorlib
  StackTrace:
       at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
  InnerException: 

  System.NotSupportedException occurred
  HResult=-2146233067
  Message=The invoked member is not supported in a dynamic assembly.
  Source=mscorlib
  StackTrace:
       at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
       at RedGate.SQLConnect.VsPackage.Logging.StartOfDayLogging.LogManagedAssemblies(ILogger logger)
  InnerException: 

  System.NotSupportedException occurred
  HResult=-2146233067
  Message=Old style licence found in binary
  Source=RedGate.SQLConnect.Package
  StackTrace:
       at RedGate.Licensing.Client.Licence..ctor(Byte[] , String , DateTime , Nullable`1 )
  InnerException: 

  System.NotSupportedException occurred
  HResult=-2146233067
  Message=Old style licence found in binary
  Source=RedGate.SQLConnect.Package
  StackTrace:
       at RedGate.Licensing.Client.Licence..ctor(Byte[] , String , DateTime , Nullable`1 )
  InnerException: 

  System.NotSupportedException occurred
  HResult=-2146233067
  Message=Old style licence found in binary
  Source=RedGate.SQLConnect.Package
  StackTrace:
       at RedGate.Licensing.Client.Licence..ctor(Byte[] , String , DateTime , Nullable`1 )
  InnerException: 

  System.NotSupportedException occurred
  HResult=-2146233067
  Message=Old style licence found in binary
  Source=RedGate.SQLConnect.Package
  StackTrace:
       at RedGate.Licensing.Client.Licence..ctor(Byte[] , String , DateTime , Nullable`1 )
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ConnectedEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ConnectedEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ProjectEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ProjectEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ProjectEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ProjectEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ProjectEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ProjectEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
  InnerException: 

  RedGate.Shared.Utils.IO.Serialization.SerializationParameterMissingException occurred
  HResult=-2146233088
  Message=Failed to find parameter ProjectEditorBeakyShown.
  Source=RedGate.Shared.Utils
  Parameter=ProjectEditorBeakyShown
  StackTrace:
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadString(String name, Boolean isOptional)
       at RedGate.Shared.Utils.IO.Serialization.XMLSerializeFormatter.ReadBool(String name, Boolean isOptional)
  InnerException: 

  System.IO.FileNotFoundException occurred
  HResult=-2147024894
  Message=Could not load file or assembly 'RedGate.Update.Client.XmlSerializers, Version=2.3.0.171, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' or one of its dependencies. The system cannot find the file specified.
  Source=mscorlib
  FileName=RedGate.Update.Client.XmlSerializers, Version=2.3.0.171, Culture=neutral, PublicKeyToken=7f465a1c156d4d57
  FusionLog==== Pre-bind state information ===
LOG: User = PETERCOSTAN89EF\petercostantino
LOG: DisplayName = RedGate.Update.Client.XmlSerializers, Version=2.3.0.171, Culture=neutral, PublicKeyToken=7f465a1c156d4d57, processorArchitecture=MSIL
 (Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\petercostantino\AppData\Local\Microsoft\VisualStudio\11.0\devenv.exe.config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: RedGate.Update.Client.XmlSerializers, Version=2.3.0.171, Culture=neutral, PublicKeyToken=7f465a1c156d4d57, processorArchitecture=MSIL
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PublicAssemblies/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/CommonExtensions/Platform/Debugger/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/RedGate.Update.Client.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/RedGate.Update.Client.XmlSerializers/RedGate.Update.Client.XmlSerializers.EXE.

  StackTrace:
       at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
       at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  InnerException: 

System.Exception occurred
  HResult=-2146233088
  Message={report}
  Source=RedGate.SQLConnect.Package
  StackTrace:
       at #JJb.#IJb. (Exception )
  InnerException: RedGate.Shared.Utils.InvalidStateException
       HResult=-2146233088
       Message=We must have a name for anything we intercept
       Source=RedGate.Shared.Utils
       StackTrace:
            at RedGate.Shared.Utils.Aver.True(Boolean condition, String message)
            at RedGate.SQLConnect.VsPackage.CommandInterception.VsPriorityCommandTarget.ValidateCommandDescriptors()
            at RedGate.SQLConnect.VsPackage.CommandInterception.VsPriorityCommandTarget..ctor(DTE2 dte, ICommandInterceptManager commandInterceptManager)
            at RedGate.SQLConnect.VsPackage.SQLConnectProjectPackage.RegisterCommandHooks(DTE2 dte2)
            at RedGate.SQLConnect.VsPackage.SQLConnectProjectPackage.<>c__DisplayClass4.<Initialize>b__3()
            at RedGate.SQLConnect.VsPackage.ErrorReporting.ErrorReporter.RunAndSilentlyReportExceptions(Action action)
       InnerException: 

  System.Xml.Schema.XmlSchemaValidationException occurred
  HResult=-2146231999
  Message=The 'http://schemas.microsoft.com/developer/vsx-schema/2010:Name' element is invalid - The value 'DevExpress.ExpressApp.Design.DesignDynamicPackage.v13.2' is invalid according to its datatype 'String' - The actual length is greater than the MaxLength value.
  Source=System.Xml
  LineNumber=4
  LinePosition=68
  SourceUri=""
  StackTrace:
       at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(XmlSchemaValidationException e, XmlSeverityType severity)
  InnerException: System.Xml.Schema.XmlSchemaException
       HResult=-2146231999
       Message=The actual length is greater than the MaxLength value.
       LineNumber=0
       LinePosition=0
       InnerException: 


Thank you,

Peter
0
Alexander
Telerik team
answered on 21 Dec 2013, 03:03 PM
Hello Peter,

Thank you for your cooperation on this problem. It is true that these exceptions are quite a lot but this is normal (most of them are probably handled internally) and you have to be patient - there is certainly one of them which causes the crash.
Please try the same procedure again, but this time when the debugger stops at an exception, uncheck the "Break when this exception type is thrown" option. This way you will not get the same error twice and should be able to get to the actual error quickly.

If you are still unable to see the error, please open Help -> About Microsoft Visual Studio and use the Copy Info button to send us the full list of installed packages in your VS. We will try to reproduce the issue by installing all of them on one of our test machines. There is a good chance that a conflict between OpenAccess and another package causes the crash.

Regards,
Alexander
Telerik
OpenAccess ORM Q3 2013 simplifies your model operations even further providing you with greater flexibility. Check out the list of new features shipped with our latest release!
Tags
Getting Started
Asked by
Peter Costantino
Top achievements
Rank 1
Answers by
Peter Costantino
Top achievements
Rank 1
Alexander
Telerik team
Share this question
or