Hi, I have a custom assembly (C#) and we have been using it for a while. The dll file is located in reporting server >bin directory. I have added a new method into our collections which uses LINQ to access our databases. When I build my solution I get myAssebmly.dll.config file generated as well as dll file. In the myAssebmly.dll.config I can see the <connectionStrings> <add name=...../> </connectionStrings> When I run a test report to access my new method I get #Error. I know somewhere I have to modify an xml file to some config file. But where, how....
Thank you for your help.