Hi all,
I'm rather new to QlikView and seem to be running into issues getting WorkBench to work in an ASP.NET Web Forms solution.
I went through the documentation/examples and was able to create a new "website" and use the QvObjects to view charts in my .aspx page (although I kept seeing a strange alert that said "no connection", but that's another problem).
I have another solution that is not a "website" project in Visual Studio, it's a ASP.NET Web Application "project" using Web Forms. I added the WorkBench.dll, referenced it, added everything to the Web.config and move my Proxy.aspx over. Two things are happening:
1.) When I drag a QvObject from the toolbox to the design view nothing happens (I have to manually type in the control code to see it appear in design view).
2.) More importantly, when I run the solution all I see is an alert that says "empty request".
Would love some advice on how to overcome this! Thank you.