Tagged Questions
0
votes
1answer
294 views
Removing CompilerOptions directive for an interop
I've created an interop for a COM dll via tlbimp and added it to the assembly cache. To use this in an ASP.net page i need to include the following
<%@ Page Language="VB" Debug="true" ...