-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I build the solution in VS2022 and try to run it but received the error
System.InvalidOperationException: Startup assembly SharedFlat.Sample.Abc failed to execute. See the inner exception for more details.
---> System.IO.FileNotFoundException: Could not load file or assembly 'SharedFlat.Sample.Abc, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'SharedFlat.Sample.Abc, Culture=neutral, PublicKeyToken=null'
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.ExecuteHostingStartups()
I run SharedFlatSample but not in IIS etc
Any ideas how to fix?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels