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.
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?
– Andre.Santarosa
when importing the project no error occurs, the error happens only at runtime.
– Rodrigo Quero De Castro
the project I am importing is Zeus. https://github.com/ZeusAutomacao/DFe.NET
– Rodrigo Quero De Castro
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
– Renan