0

I have an assembly(dll) which is pre complied and i have no idea who built it and have no access to the source code yet.

Now this assembly(dll) is used in a Windows Application.

Currently we are working on a project where we want to covert the assembly part of the functionality to be made available in a Web Application.

However, the functions used in the assembly are Shared Functions and do not support multi-threading which will fail in the Web Application.

How can i use this assembly(.dll) in a Web Application.? Is there a work around to accomplish this?

Will creating a class and moving the function used in the assembly to a function in the new class and using the instance of this class resolve the issue?

The assembly in question converts the dxf images to emf files.

I created a multi threading environment within my windows application and the dll crashes.
It gives the following error.

Attempted to read or write protected memory. This is often an indication that other memory is corrupt

4

0 回答 0