Skip to content

Instantly share code, notes, and snippets.

@extrawurst
Created February 7, 2014 16:07
Show Gist options
  • Save extrawurst/8865825 to your computer and use it in GitHub Desktop.
Save extrawurst/8865825 to your computer and use it in GitHub Desktop.
System.IO.FileLoadException: Eine von "DebugEngineWrapper.dll" importierte Prozedur konnte nicht geladen werden.
Dateiname: 'DebugEngineWrapper.dll'
bei System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
bei System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
bei System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
bei System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
bei System.Reflection.Assembly.LoadFrom(String assemblyFile)
bei Mono.Addins.RuntimeAddin.LoadModule(ModuleDescription module, ArrayList asmList)
bei Mono.Addins.RuntimeAddin.EnsureAssembliesLoaded()
bei Mono.Addins.RuntimeAddin.GetType(String typeName, Boolean throwIfNotFound)
bei Mono.Addins.TypeExtensionNode.get_Type()
bei Mono.Addins.TypeExtensionNode.CreateInstance()
bei Mono.Addins.InstanceExtensionNode.GetInstance()
bei MonoDevelop.Debugger.DebuggerEngine.LoadEngine()
bei MonoDevelop.Debugger.DebuggerEngine.CanDebugCommand(ExecutionCommand cmd)
bei MonoDevelop.Debugger.DebuggingService.GetFactoryForCommand(ExecutionCommand cmd)
bei MonoDevelop.Debugger.DebuggingService.CanDebugCommand(ExecutionCommand command)
bei MonoDevelop.Debugger.DebugExecutionHandlerFactory.CanExecute(ExecutionCommand command)
bei MonoDevelop.D.Projects.Dub.DubProject.OnGetCanExecute(ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.DefaultProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(SolutionEntityItem item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.NUnit.NUnitProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(SolutionEntityItem item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(SolutionEntityItem item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(SolutionEntityItem item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(SolutionEntityItem item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(SolutionEntityItem item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.ProjectServiceExtension.CanExecute(IBuildTarget item, ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Projects.SolutionItem.CanExecute(ExecutionContext context, ConfigurationSelector configuration)
bei MonoDevelop.Ide.ProjectOperations.CanExecute(IBuildTarget entry, ExecutionContext context)
bei MonoDevelop.Debugger.Extensions.CanDebug(ProjectOperations opers, IBuildTarget entry)
bei MonoDevelop.Debugger.DebugHandler.Update(CommandInfo info)
bei MonoDevelop.Components.Commands.CommandHandler.InternalUpdate(CommandInfo info)
bei MonoDevelop.Components.Commands.CommandManager.DefaultUpdateCommandInfo(ActionCommand cmd, CommandInfo info)
bei MonoDevelop.Components.Commands.CommandManager.GetCommandInfo(Object commandId, CommandTargetRoute targetRoute)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment