Jaret Brower
2005-05-23 17:41:11 UTC
Is it possible to have a MDX9 UserControl in an ASP.NET Web Application?
I've tried to embed the control in the .aspx file using the <object> tag.
When the web app is running it finds the UserControl assembly but it seems
like it won't run any of the lines of code that have anything to do with MDX.
I have a label sitting in the control and this shows w/o a problem when I
have all MDX code commented out, as soon as I uncomment this code, I'm unable
to see anything (including the label). I get the little Icon with the
triangle/circle/square. Is this problem due to some sort of security?
I've tried to embed the control in the .aspx file using the <object> tag.
When the web app is running it finds the UserControl assembly but it seems
like it won't run any of the lines of code that have anything to do with MDX.
I have a label sitting in the control and this shows w/o a problem when I
have all MDX code commented out, as soon as I uncomment this code, I'm unable
to see anything (including the label). I get the little Icon with the
triangle/circle/square. Is this problem due to some sort of security?