You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I build the solution in VS2022 and try to run it but received the error
I run SharedFlatSample but not in IIS etc
Any ideas how to fix?
The text was updated successfully, but these errors were encountered: