Could not load file or assembly System.Web.Services in oqtane module #4282
Unanswered
pnicosia80
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@pnicosia80 I did some browsing and found this for connecting Blazor to SOAP: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@pnicosia80 this type of error is usually caused when the DLL you are referencing in your module has not been copied to the Oqtane.Server /bin folder. The debug.cmd file in your module's Package project should include references to all assemblies that your module relies on so that they are automatically copied to the Oqtane /bin when you compile your module. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening,
in my oqtane module, within the server project, I need to reference a library that uses the service model, therefore which contains references to System.Web.Services.
Unfortunately when running I get this error:
Could not load file or assembly 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Reference assemblies cannot be loaded for execution. (0x80131058).
Obviously the module project is in .Net Core and I'm trying to use a .Net Framework dll, I understand it, but I can't convert the library from .Net Framework to .Net Standard.
What other workaround do you recommend??
The management software we use uses SOAP services and so it becomes impossible to continue in Oqtane.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions