Can I use .manifest in ASP.NET for dependency control

G

Guest

Hi,

I have 2 different versions of COM libraries (version 1 and version 2). They
both are allowed to exist in the system and the caller (.exe) uses .manifest
file to decide which version of COM libraray to call. This works fine if I
use C# to make a console app (.exe) to test.

Now, I need to call the COM library from ASP.NET and I follow the necessary
steps to do COM interop in .NET. But it always loads the default version and
I am not able to control ASP.NET with .manifest file to load the expected
version of COM library.

Does anyone know how to do this in ASP.NET?

Many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top