0

I have added the DLL into my ASP.NET Core 6 Web API project, but I'm unable to get the data from referenced dll - please provide a solution.

How to establish connection between the referenced VB.net dll with my ASP.NET Core 6 Web API project?

And is vb.net4 framework supported by .NET 6?`

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • 1
    If you want to use a library in both .NET Framework and .NET Core projects, it needs to target .NET Standard. That's exactly what .NETY Standard is for. – jmcilhinney Aug 19 '23 at 09:05
  • 1
    The accepted answer to [this question](https://stackoverflow.com/questions/60390796/mixing-net-framework-app-with-net-core-library) may or may not be of help. – jmcilhinney Aug 19 '23 at 09:07

0 Answers0