This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I have created a new empty MVC application and added a simple class to the Models folder as well as a repository to get a List<> of simple class. Now I add a Report to the Content folder and I can drag properties of my simple class from the Website Data Sources onto the report design surface. Now when I add a reference to Mindscape.LightSpeed.dll my Website Data Sources become empty! What on Earth is happening here? I've attached my project. Regards, Diego |
|
|
P.S. I'm using VS2008/MVC1 |
|
|
This is an issue with the way the "Website Data Sources" determines what should be in that list (there is/was a similar issue with determining strongly typed view models in one of the MVC wizards), its likely throwing up on an obfuscated class name which it shouldnt even be showing the first place. Try adding a reference to something like Lucene and refresh and see what its bringing in for you - its not being particularly smart about how it scopes that list (or how it handles errors it would seem). Sorry not much we can do about this since its outside of our control.
Jeremy |
|