Particular / ServiceMatrix

Visual Studio integrated modeling tools for NServiceBus [State: Deprecated]
8 stars 9 forks source link

Bug in deployment: "Operation cannot be performed on a file with a user-mapped section open" #169

Closed dannycohen closed 10 years ago

dannycohen commented 10 years ago

Repro

Reported by @udidahan -

  1. Started a new project.
  2. Created an MVC endpoint called FrontEnd.
  3. Had FrontEnd send a command called PurchaseItem in the Sales service.
  4. Went to deploy the PurchaseItemProcessor to an NSB Host endpoint called BackEnd.
  5. Result: "Operation failed – The requested operation cannot be performed on a file with a user-mapped section open"

Tested on: Particular.ServiceMatrix-2.0.0-beta280

dannycohen commented 10 years ago

@esculli - I believe this is caused when some files are open I encountered a similar message when trying to build a solution I closed all open documents and the problem did not repeat itself

dannycohen commented 10 years ago

@esculli - Some more Repro data:

Exception dialog

image

Copy Details:

-----------------------------
[General Info]

Application: ServiceMatrix
Version:     2.0.0
Region:      English (United States)
Date: 12/17/2013
Time: 7:04 AM

[Exception Info 1]

Top-level Exception
Type:        System.IO.IOException
Message:     The requested operation cannot be performed on a file with a user-mapped section open.

Source:      mscorlib
Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
   at NuPattern.VisualStudio.Solution.VsFileTemplate.Unfold(String name, IItemContainer parent)
   at NuPattern.VisualStudio.Solution.VsFileContentTemplate.Unfold(String name, IItemContainer parent)
   at NuPattern.VisualStudio.Solution.VsItemContainerExtensions.AddContent(IItemContainer parent, String content, String name, Boolean overwrite, Boolean openFile, Encoding encoding)
   at NuPattern.Runtime.UriProviders.TextTemplate.Unfold(String name, IItemContainer parent)
   at NuPattern.Library.Commands.GenerateModelingCodeCommand.Execute()
   at NuPattern.Library.Commands.GenerateProductCodeCommand.Execute()
   at NuPattern.Library.Automation.CommandAutomation.Execute(IDynamicBindingContext context, Boolean withAutomation)
   at NuPattern.Library.Automation.CommandAutomation.Execute()
   at NuPattern.Library.Commands.AggregatorCommand.Execute()
   at NuPattern.Library.Automation.CommandAutomation.Execute(IDynamicBindingContext context, Boolean withAutomation)
   at NuPattern.Library.Automation.CommandAutomation.Execute()
   at NServiceBusStudio.Automation.Commands.ChildCommandReference.Execute()
   at NuPattern.Library.Automation.CommandAutomation.Execute(IDynamicBindingContext context, Boolean withAutomation)
   at NuPattern.Library.Automation.CommandAutomation.Execute()
   at NuPattern.Library.Commands.AggregatorCommand.Execute()
   at NuPattern.Library.Automation.CommandAutomation.Execute(IDynamicBindingContext context, Boolean withAutomation)
   at NuPattern.Library.Automation.CommandAutomation.Execute()
   at NuPattern.Library.Automation.EventAutomation.ExecuteCommand()
   at NuPattern.Library.Automation.EventAutomation.<>c__DisplayClassd.<Execute>b__a()
   at NuPattern.VisualStudio.TraceSourceExtensions.DoShield(ITracer traceSource, Action action, String format, Boolean showUI, String[] args)

-----------------------------

[Assembly Info]

Microsoft.VisualStudio.Shell.11.0, Version=11.0.0.0
System.Windows.Forms, Version=4.0.0.0
NuPattern.Runtime.Extensibility, Version=1.3.21.0
mscorlib, Version=4.0.0.0
Particular.ServiceMatrix.Automation, Version=1.0.0.0
System, Version=4.0.0.0
Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0
System.Core, Version=4.0.0.0
PresentationFramework, Version=4.0.0.0
NuPattern.VisualStudio, Version=1.3.21.0
Microsoft.VisualStudio.ExtensibilityHosting, Version=11.0.0.0
System.Drawing, Version=4.0.0.0
System.ComponentModel.Composition, Version=4.0.0.0
PresentationCore, Version=4.0.0.0
Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0
Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0, Version=11.0.0.0
ExceptionReporter.WinForms, Version=2.1.1.0
mscorlib, Version=2.0.0.0
NuPattern.Common, Version=1.3.21.0
Microsoft.VisualStudio.ComponentModelHost, Version=11.0.0.0

-----------------------------

[Config Settings]

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!-- *************************************************************************** -->
<!-- ************** NOTE: This is a generated file. Do not modify.************** -->
<!-- ********* Modifications will be overwritten during regeneration. ********** -->
<!-- *************************************************************************** -->

<configuration>
    <configSections>
        <section name="msbuildToolsets" type="Microsoft.Build.BuildEngine.ToolsetConfigurationSection, Microsoft.Build.Engine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
        <section name="system.drawing" type="System.Drawing.Configuration.SystemDrawingSection, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    </configSections>
    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
    </startup>
    <runtime>
        <relativeBindForResources enabled="true"/>
        <UseSmallInternalThreadStacks enabled="true"/>
        <DisableMSIPeek enabled="true"/>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <probing privatePath="PublicAssemblies;PrivateAssemblies;CommonExtensions\Microsoft\TemplateProviders;CommonExtensions\Platform\Debugger;PrivateAssemblies\DataCollectors;PrivateAssemblies\DataCollectors\x86"/>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.UnitTestFramework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.1.0.0-11.1.0.0" newVersion="10.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="11.1.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="11.1.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="11.1.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.ComponentModelHost" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.CoreUtility" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Editor" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.Data" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.Logic" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.UI" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.UI.Wpf" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="EnvDTE" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="7.0.3300.0" newVersion="8.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Shell" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Settings" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Package.LanguageService.10.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-11.0.0.0" newVersion="10.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Shell.10.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Shell.9.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VSDesigner" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WizardFramework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.EnterpriseTools.SdmDesigners" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.EnterpriseTools.SdmDesigners" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.EnterpriseTools.TypeSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.EnterpriseTools.TypeSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Modeling" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Modeling" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Modeling.Diagrams" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Modeling.Diagrams" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Publish" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Tools.Office.Designer.Office2007" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Tools.Office.Designer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Tools.Office.Ribbon" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.SharePoint" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.SharePoint.Commands" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.SharePoint.Explorer.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Web" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Data" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Data.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.Data.ConnectionUI" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.Data.ConnectionUI.Dialog" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Data.Interop" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.DataTools.Interop" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="office" publicKeyToken="71e9bce111e9429c" culture="neutral"/>
                <codeBase version="12.0.0.0" href="PrivateAssemblies\Office12\Office.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Shell.Design" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="2.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.ReportingServices.Interfaces" publicKeyToken="89845dcd8080cc91" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.ReportingServices.Designer" publicKeyToken="89845dcd8080cc91" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.ReportingServices.QueryDesigners" publicKeyToken="89845dcd8080cc91" culture="neutral"/>
                <bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.LoadTest" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.LoadTestFramework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-11.0.0.0" newVersion="10.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.WebTestFramework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-11.0.0.0" newVersion="10.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.QualityTools.Vsip" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="8.0.0.0-10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.CoreUtility" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Editor" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Language.Intellisense" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Language.StandardClassification" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.Data" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.Logic" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.UI" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Text.UI.Wpf" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="WindowsFormsIntegration.Design" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="1.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Language.NavigateTo.Interfaces" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
            <qualifyAssembly partialName="Microsoft.VisualStudio.HistoricalSearchMargin" fullName="Microsoft.VisualStudio.HistoricalSearchMargin,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.HistoricalSearchMargin" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="Extensions\Microsoft\Historical Search\11.0\Microsoft.VisualStudio.HistoricalSearchMargin.dll"/>
            </dependentAssembly>
            <qualifyAssembly partialName="Microsoft.VisualStudio.Language.NavigateTo.Implementation" fullName="Microsoft.VisualStudio.Language.NavigateTo.Implementation,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <dependentAssembly>
                <assemblyIdentity version="11.0.0.0" name="Microsoft.VisualStudio.Language.NavigateTo.Implementation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="CommonExtensions\Platform\NavigateTo\Microsoft.VisualStudio.Language.NavigateTo.Implementation.dll"/>
            </dependentAssembly>
            <qualifyAssembly partialName="Microsoft.VisualBasic.Editor" fullName="Microsoft.VisualBasic.Editor,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <qualifyAssembly partialName="Microsoft.VisualStudio.VisualBasic.LanguageService" fullName="Microsoft.VisualStudio.VisualBasic.LanguageService,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <qualifyAssembly partialName="Microsoft.VisualStudio.HpcDebugger.Impl" fullName="Microsoft.VisualStudio.HpcDebugger.Impl,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <dependentAssembly>
                <assemblyIdentity version="11.0.0.0" name="Microsoft.VisualStudio.HpcDebugger.Impl" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="CommonExtensions\Microsoft\Project\Microsoft.VisualStudio.HpcDebugger.Impl.dll"/>
            </dependentAssembly>
            <qualifyAssembly partialName="Microsoft.VisualStudio.CodeAnalysis.VCPlugin" fullName="Microsoft.VisualStudio.CodeAnalysis.VCPlugin,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <dependentAssembly>
                <assemblyIdentity version="11.0.0.0" name="Microsoft.VisualStudio.CodeAnalysis.VCPlugin" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="CommonExtensions\Microsoft\CodeAnalysis\Microsoft.VisualStudio.CodeAnalysis.VCPlugin.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity version="11.0.0.0" name="Microsoft.XmlEditor" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="Xml\Microsoft.XmlEditor.dll"/>
            </dependentAssembly>
            <qualifyAssembly partialName="Microsoft.VisualStudio.PerformanceTools.CounterInfo" fullName="Microsoft.VisualStudio.PerformanceTools.CounterInfo,version=11.0.0.0,publicKeyToken=b03f5f7f11d50a3a,culture=neutral"/>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.PerformanceTools.CounterInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="..\..\Team Tools\Performance Tools\Microsoft.VisualStudio.PerformanceTools.CounterInfo.dll"/>
            </dependentAssembly>
            <!-- *************************************************************************** -->
            <!-- ******************* Merged dependentAssembly entries ********************** -->
            <!-- *************************************************************************** -->
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.Internal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.Internal.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.IntelliTrace.DebuggerMargin.11.0.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\11.0.0\Microsoft.IntelliTrace.DebuggerMargin.11.0.0.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TraceConfigUi" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="10.1.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\10.1\Microsoft.VisualStudio.TraceConfigUi.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TestPlatform.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TestPlatform.Fakes" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestPlatform.Fakes.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.AspNet.Scaffolding.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Web Tools\Scaffolding\Microsoft.AspNet.Scaffolding.Core.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.AspNet.Scaffolding.EntityFramework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Web Tools\Scaffolding\Microsoft.AspNet.Scaffolding.EntityFramework.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.CloudService.Wizard" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.CloudService.Wizard.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Contracts.2.1" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="2.1.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Contracts.2.1.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TestWindow.Interfaces" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.Interfaces.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.DefaultDataQueries" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\10.1\Microsoft.VisualStudio.DefaultDataQueries.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.Diagnostics.TfsSymbolResolver" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\11.0.0\Microsoft.VisualStudio.Diagnostics.TfsSymbolResolver.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Package" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Package.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.IntelliTrace.ConfigUI" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\11.0.0\Microsoft.IntelliTrace.ConfigUI.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TraceLogPackage" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="10.1.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\10.1\Microsoft.VisualStudio.TraceLogPackage.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.IntelliTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="10.1.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\10.1\Microsoft.VisualStudio.IntelliTrace.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Services" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.1.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Services.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Explorer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="2.2.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Explorer.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Contracts.1.7" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.7.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Contracts.1.7.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
                <codeBase version="2.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Contracts.2.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="2.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Contracts.2.0.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.IntelliTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\11.0.0\Microsoft.IntelliTrace.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Contracts.1.8" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="1.8.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Contracts.1.8.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Common.2.2" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="2.2.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Common.2.2.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.IntelliTrace.SearchMargin.11.0.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\11.0.0\Microsoft.IntelliTrace.SearchMargin.11.0.0.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.WindowsAzure.Contracts.2.2" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="2.2.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Microsoft.VisualStudio.WindowsAzure.Contracts.2.2.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.VsipSupport.PlaceholderProject" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\VsipSupport\Microsoft.VisualStudio.VsipSupport.PlaceholderProject.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
                <codeBase version="2.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.IdentityModel.Clients.ActiveDirectory.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TraceDebugger" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="10.1.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\10.1\Microsoft.VisualStudio.TraceDebugger.dll"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.VisualStudio.TestWindow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
                <codeBase version="11.0.0.0" href="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.dll"/>
            </dependentAssembly>
        </assemblyBinding>
        <disableNativeImageLoad>
            <assemblyIdentity name="System.Design"/>
            <assemblyIdentity name="System.IdentityModel"/>
            <assemblyIdentity name="System.Runtime.Caching"/>
            <assemblyIdentity name="System.ServiceModel"/>
            <assemblyIdentity name="System.ServiceModel.Internals"/>
            <assemblyIdentity name="System.Web.DataVisualization"/>
            <assemblyIdentity name="System.Web.Extensions"/>
        </disableNativeImageLoad>
    </runtime>
    <system.data>
        <DbProviderFactories>
            <remove invariant="Microsoft.SqlServerCe.Client"/>
            <remove invariant="Microsoft.SqlServerCe.Client.3.5"/>
            <remove invariant="Microsoft.SqlServerCe.Client.4.0"/>
            <add name="Microsoft SQL Server Compact 4.0 Client Data Provider" invariant="Microsoft.SqlServerCe.Client.4.0" description=".NET Framework Data Provider for Microsoft SQL Server Compact 4.0 Client" type="Microsoft.SqlServerCe.Client.SqlCeClientFactory, Microsoft.SqlServerCe.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
        </DbProviderFactories>
    </system.data>
    <system.net>
        <settings>
            <ipv6 enabled="true"/>
        </settings>
    </system.net>
    <appSettings>
        <add key="TestProjectRetargetTo35Allowed" value="true"/>
    </appSettings>
    <system.drawing bitmapSuffix=".VisualStudio.11.0"/>
</configuration>
-----------------------------

[System Info]

Operating System
-Microsoft Windows 8.1
--CodeSet = 1252
--CSDVersion = 
--CurrentTimeZone = 120
--FreePhysicalMemory = 2999280
--OSArchitecture = 64-bit
--OSLanguage = 1033
--ServicePackMajorVersion = 0
--ServicePackMinorVersion = 0
--Version = 6.3.9600
ezesculli commented 10 years ago

I tried to repro this, but yet I couldn't. I tried opening different files but I cannot make it fail when creating an endpoint, deploying a component or rebuilding the solution.

@dannycohen / @udidahan do you have any other clue of how this can be reproduced?

udidahan commented 10 years ago

I don’t know – it hasn’t happened again for me recently.

dannycohen commented 10 years ago

Despite the no-repro, Lets leave it open for a while. I'd like to play with it a bit more.

ezesculli commented 10 years ago

Ok, moving this to the bottom in Huboard

udidahan commented 10 years ago

It actually crashed on me again just yesterday when I was demo’ing it.

dannycohen commented 10 years ago

@udidahan - what was the symptom of the crash ? Was it this bug or https://github.com/Particular/ServiceMatrix/issues/162 ?

udidahan commented 10 years ago

I went to deploy a message processing component to a new NSB Host endpoint.

dannycohen commented 10 years ago

full VS crash or exception ?

udidahan commented 10 years ago

Exception resulting in VS hanging.

dannycohen commented 10 years ago

@esculli - Occurred again (build 291).

Note that the exception is raised when I clicked debug, and then when I closed the exception message windows, debug continued as usual.

ezesculli commented 10 years ago

Ok, I'll spend more time trying to repro this. If you face this again, please send me the list of opened file names.

ezesculli commented 10 years ago

More investigation about this:

To try to repro this, In VS I opened all generated files using T4 files, and trying different operations, such as: building, running, running with SI, etc. but I cannot repro it.

The only way I could repro this was by creating a different and new console app which locks one of the T4 generated files. Once that console app is terminated, the issue is gone.

I'm not quite sure which process is locking the file on your scenarios. Since I've already spent so much time on this, my suggestions is add an entry into the Known Issues document, explaining if this problem appears, there is a process locking a file and that file cannot be updated. User should close related process to unlock the file.

dannycohen commented 10 years ago

I'm not quite sure which process is locking the file on your scenarios.

can you add logging data so i can repro and get more info on which file is locked ?

my suggestions is add an entry into the Known Issues document, explaining if this problem appears, there is a process locking a file and that file cannot be updated. User should close related process to unlock the file.

in my an Udi's experience that would not work. i had nothing locking any related file.

we need to continue investigating.

ezesculli commented 10 years ago

I modified the code to try this exception differently and be able to detect which is the file locked. Unfortunately, we cannot detect which process is locking the file. So that should be calculated manually using a tool like Handle (http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx)

If you can repro this again, please let me know which File is locked and if possible, which process is locking it. Also, don't forget to attach the exception details and the Output in the Output Window.

dannycohen commented 10 years ago

@esculli -

Also, don't forget to attach the exception details and the Output in the Output Window.

Is there a way for you to catch the exception / output in a log file, so this info is not lost when the user closes VS / VS crashes (as happens on @udidahan's machine) ?

ezesculli commented 10 years ago

I was able to include the output information, from the Output Window on the Exception details. So, when the exception is reported it will be automatically included the log.

dannycohen commented 10 years ago

@esculli - Great. what's the location of the log file ?

ezesculli commented 10 years ago

I meant, I didn't include the exception details on the log file (yet). I added the Output from the Output Window, so, when exception details are copied, it includes output log.

I will work on tracking exception details on the log.

dannycohen commented 10 years ago

@esculli - See latest email from @udidahan on repro of this using the latest build.

dannycohen commented 10 years ago

@esculli - Can you run a test VM with Resharper and Typemock and verify ?

ezesculli commented 10 years ago

Ok, I'll run the test.

ezesculli commented 10 years ago

Description about the test run on #170

dannycohen commented 10 years ago

@esculli - I think we worked around this bug, but its not closed yet (exception is not blocking; it is logged and ignored. I am moving it to next milestone.

ezesculli commented 10 years ago

Agree. I'll take a look at it again since the new approach for installing NuGet packages will help us with this problem.

indualagarsamy commented 10 years ago

@dannycohen - Closing this issue. This scenario should now work. Please re-open if you encounter this issue again.