My application and controls work fine on my local machine, the local dev server, and the remote dev server. I put the dlls in the bin directory and not the GAC to minimize the issues as the application goes through testing on different servers. I moved it to the next step - the link server and it stopped working.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.
Source Error:
|
Source File: /nchs/nhanes/bibliography/key_statistics.aspx Line: 3
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Web.UI' could not be loaded.
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
I searched the forums and added httphandlers, updated, removed, and added version numbers, put "fresh" versions of the dlls in the server's bin directory, but nothing changed.
I followed Atana's blog post - http://blogs.telerik.com/AtanasKorchev/Posts/08-07-18/Web_Resources_demystified_Part_3_Troubleshooting.aspx
and Installed Firebug and when I browse the page, I get a 500 internal error, but nothing like the errors the blog post outlines...I attached a screenshot.
What to do next?
Thanks!
Jen