skip to Main Content

Xbim IFC Viewer ASP.NET

I successfully implemented an IFC viewer in NodeJs and am now trying to implement it in ASP.NET MVC Core 2.1 Here are my codes: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ASP.NET test IFC Viewer</title> </head> <body> <script src="/js/index.js"></script> <canvas id="aaa" style="height:…

VIEW QUESTION

Asp.net – Project .net framework to .net 6 core

I'm facing an issue in my C# project where I'm getting the following error message: Severity Code Description Project File Line Suppression State Priority Error CS1705 Assembly 'Application' with identity 'Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' which…

VIEW QUESTION
Back To Top
Search