D
Daniel vom Saal
I've searched for this but can't find an answer: is it possible to use a
wrapped COM component in a windows.forms class that is then loaded using
ASP.NET?
Specifics: we have a control that we build in VB.NET that uses WIALib. The
reference was created using Visual Studio, so there is a reference to
InteropServices and a new dll created in the bin directory when built.
We copy the dll to the root of an ASP.NET app, then have a page that
references it using <OBJECT>... notation. However, it doesn't appear on the
page. Is this a security issue? How will the app know to get the wrapper
dll?
If there is a good doc on this I'd welcome a pointer; nothing I found
discusses what to do if you are using multiple DLLs as part of the control.
Thanks,
DvS
wrapped COM component in a windows.forms class that is then loaded using
ASP.NET?
Specifics: we have a control that we build in VB.NET that uses WIALib. The
reference was created using Visual Studio, so there is a reference to
InteropServices and a new dll created in the bin directory when built.
We copy the dll to the root of an ASP.NET app, then have a page that
references it using <OBJECT>... notation. However, it doesn't appear on the
page. Is this a security issue? How will the app know to get the wrapper
dll?
If there is a good doc on this I'd welcome a pointer; nothing I found
discusses what to do if you are using multiple DLLs as part of the control.
Thanks,
DvS