Problem importing a . net framework project into a . net core project

Asked

Viewed 81 times

0

hello, I’m creating a . net core application but I need to use a . net framework project. i can import it without any error but at runtime an exception is fired.

img

The Exception says that it was not possible to load System.Web.Services, but when I was testing the system on the . net framework it did not trigger this exception.

I tried to import it two ways:

-The simplest importing dll from the project.

-The longer they told me I created the . net framework project within my solution and imported the project to the other.

Here’s the Issues I had opened in git for the project I imported link

  • What error occurred when you tried to import the DLL? What does this project do in general?

  • when importing the project no error occurs, the error happens only at runtime.

  • the project I am importing is Zeus. https://github.com/ZeusAutomacao/DFe.NET

  • From what I read here (https://github.com/ZeusAutomacao/DFe.NET) that project Currently uses . Netframework in version 4.5. .Net Core does not support . Netframework 4.5

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.