Hello,
first here is my sln in VS2010:
- BigBrother.DataAccess project: in there I have a DataService class that is used to expose my data. Accessing the data is used via Entity Framework. Currently, im simply calling a member that is used to fetch a list of Establishments.
- BigBrother.MVC.Intranet: in there I have a full intranet website where I want to serve some reports. I have a report folder where I'm trying to create my first report that lists the Establishments that are fetched from my DataService.
So here's the error im getting when im checking the preview pane:
An error has occurred while processing Report '':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.
I know it has something to do with my the connectionString, but ive tried various solutions but none worked...Anyone have been able to do something similar to me?
first here is my sln in VS2010:
- BigBrother.DataAccess project: in there I have a DataService class that is used to expose my data. Accessing the data is used via Entity Framework. Currently, im simply calling a member that is used to fetch a list of Establishments.
- BigBrother.MVC.Intranet: in there I have a full intranet website where I want to serve some reports. I have a report folder where I'm trying to create my first report that lists the Establishments that are fetched from my DataService.
So here's the error im getting when im checking the preview pane:
An error has occurred while processing Report '':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.
I know it has something to do with my the connectionString, but ive tried various solutions but none worked...Anyone have been able to do something similar to me?