M
Martin Emanuelsson
Hello!
I'm having a problems when trying to make a DLL in VB6.
The code is using ScriptingContext to access the Cookies-collection from the
asp-pages, but when I try making the DLL I get the following error-message:
**************
Compile error:
Function of interface marked as restricted, or the function uses an
Automation type not supported in Visual Basic.
**************
When I click OK, ScriptingContext.Request.Cookies is marked. Could anyone
please help me with this problem? I'm more of a .NET guy but some of the
applications that I'm in charge of are still using ASP and COM+ so
unfortunately I'm not too familiar with these techniques.
/Martin
I'm having a problems when trying to make a DLL in VB6.
The code is using ScriptingContext to access the Cookies-collection from the
asp-pages, but when I try making the DLL I get the following error-message:
**************
Compile error:
Function of interface marked as restricted, or the function uses an
Automation type not supported in Visual Basic.
**************
When I click OK, ScriptingContext.Request.Cookies is marked. Could anyone
please help me with this problem? I'm more of a .NET guy but some of the
applications that I'm in charge of are still using ASP and COM+ so
unfortunately I'm not too familiar with these techniques.
/Martin