Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading Assembly info inside VS fails when assembly does not exist #1645

Open
RobertvanderHulst opened this issue Nov 28, 2024 · 0 comments
Open
Assignees
Milestone

Comments

@RobertvanderHulst
Copy link
Member

Report from customer:

heute hatte ich einen Crash in Visual Studio. Ich habe nichts besonderes gemacht. Im Eventlog habe ich die folgende Info gefunden:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at System.IO.__Error.WinIOError(Int32, System.String)
   at System.IO.FileInfo.get_Length()
   at XSharpModel.XAssembly.Read()
   at XSharpModel.XProject.RefreshAssemblyReferences()
   at XSharpModel.XProject.ResolveReferences()
   at XSharpModel.ModelWalker.WalkReferences()
   at XSharpModel.ModelWalker.Walker()
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ThreadHelper.ThreadStart()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs testing
Development

No branches or pull requests

1 participant