I'm coveting my PivotViewer project to v2, but I want to keep the cxml loading option.
I created a CxmlCollectionSource and gave it url to the cxml (the url and cxml are valid)
and on the StateChanged event, I got a SecurityException with message:
Security Error... The stacktrace leads to WebRequest.GetResponse().
The username and password are correct for sure... the same credentials are still working in my old v1 project.
EDIT: I removed the security settings so the username and password are not asked.. still the same error
Any ideas?
Thank you