• Hi

    The new version works fine within Visual Studio. But if i deploy it to my local report server (Expresion Edition). I had first this error:

    "The 'ServerName' parameter is missing a value "

    -> so i changed the default Paramter for ServerName from default "NULL" to

    ="localhost"

    But now i have to following error when running the report outside from VS:

    "An error has occurred during report processing.

    Cannot create a connection to data source 'test'.

    The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services."

    -> Maybe this reports don't run with express edition?

    Regards

    Any