Hi,
I am new to telerik products so excuse me if this is a simple / faq question.
I am building my reports using my own custom strongly typed collections, etc. This works great.
This custom collection class is located in another project, thus it's a project reference. ( I followed the documentation suggestion of using a special report project which i totally agreed).
My only problem is that in the preview is not working giving the following error: Could not load file or assembly [BoLayer.dll ] which off course is my own dll.
How can I fix this? (don't tell me to add the dll to GAC because that's not an option). Is there a way to add a config file to include this dll reference so the previewer is aware of it?
Could it be because my DLL is not strongly named? (no assemblyinfo.cs)
What I think happens (if anybody cares. :) )
I think that the preview mode uses it's own ApplicationDomain and the dlls loaded into that domain are not included the current project references (which i think it should) or it's only using GAC.
Thanks in advance.
I am new to telerik products so excuse me if this is a simple / faq question.
I am building my reports using my own custom strongly typed collections, etc. This works great.
This custom collection class is located in another project, thus it's a project reference. ( I followed the documentation suggestion of using a special report project which i totally agreed).
My only problem is that in the preview is not working giving the following error: Could not load file or assembly [BoLayer.dll ] which off course is my own dll.
How can I fix this? (don't tell me to add the dll to GAC because that's not an option). Is there a way to add a config file to include this dll reference so the previewer is aware of it?
Could it be because my DLL is not strongly named? (no assemblyinfo.cs)
What I think happens (if anybody cares. :) )
I think that the preview mode uses it's own ApplicationDomain and the dlls loaded into that domain are not included the current project references (which i think it should) or it's only using GAC.
Thanks in advance.