-
Notifications
You must be signed in to change notification settings - Fork 686
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
[ERROR] Error: Failed to start OmniSharp #83
Closed
jrieken opened this issue
Mar 14, 2016
· 3 comments
· May be fixed by TheRealPiotrP/omnisharp-vscode#49, TheRealPiotrP/omnisharp-vscode#55 or TheRealPiotrP/omnisharp-vscode#58
Closed
[ERROR] Error: Failed to start OmniSharp #83
jrieken opened this issue
Mar 14, 2016
· 3 comments
· May be fixed by TheRealPiotrP/omnisharp-vscode#49, TheRealPiotrP/omnisharp-vscode#55 or TheRealPiotrP/omnisharp-vscode#58
Labels
Comments
@egenita, is this still an issue? |
I have a similar problem "Error starting OmniSharp"
|
This is pretty stale at this point, especially given that DNX, DNU, DNVM and all of that are going and .NET Core is here to stay. I'm going to close this issue, but please let me know if it's still a problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @egenita on March 10, 2016 6:28
[INFO] Starting OmniSharp at 'd:\dev\aspnet vnext\MovieAngularJsApp'...
[INFO] Started OmniSharp from 'C:\Users\EGenita.vscode\extensions\ms-vscode.csharp-0.3.3\bin\omnisharp.cmd' with process id 3228...
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeAssembly.get_DefinedTypes()
at System.Composition.Hosting.ContainerConfiguration.b__0(Assembly a)
at System.Linq.Enumerable.d__14
2.MoveNext() at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable
1 types, AttributedModelProvider attributeContext)at System.Composition.Hosting.ContainerConfiguration.CreateContainer()
at Microsoft.CodeAnalysis.Host.Mef.MefHostServices.Create(IEnumerable
1 assemblies) at OmniSharp.OmnisharpWorkspace..ctor(HostServicesBuilder builder) at lambda_method(Closure , LifetimeContext , CompositionOperation ) at System.Composition.TypedParts.ActivationFeatures.DisposalFeature.<>c__DisplayClass1.<RewriteActivator>b__0(LifetimeContext c, CompositionOperation o) at System.Composition.Hosting.Core.LifetimeContext.GetOrCreate(Int32 sharingId, CompositionOperation operation, CompositeActivator creator) at System.Composition.TypedParts.ActivationFeatures.LifetimeFeature.<>c__DisplayClass2.<RewriteActivator>b__0(LifetimeContext c, CompositionOperation o) at System.Composition.Hosting.Core.CompositionOperation.Run(LifetimeContext outermostLifetimeContext, CompositeActivator compositionRootActivator) at System.Composition.Hosting.Core.LifetimeContext.TryGetExport(CompositionContract contract, Object& export) at System.Composition.Hosting.CompositionHost.TryGetExport(CompositionContract contract, Object& export) at System.Composition.CompositionContext.GetExport(CompositionContract contract) at System.Composition.CompositionContext.GetExport[TExport](String contractName) at OmniSharp.Startup.Configure(IApplicationBuilder app, IServiceProvider serviceProvider, ILibraryManager manager, IOmnisharpEnvironment env, ILoggerFactory loggerFactory, ISharedTextWriter writer, IOptions
1 optionsAccessor)[ERROR] Error: Failed to start OmniSharp
Copied from original issue: microsoft/vscode#3949
The text was updated successfully, but these errors were encountered: