This is a migrated thread and some comments may be shown as answers.

ScriptManager error

1 Answer 27 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Per
Top achievements
Rank 1
Per asked on 23 Feb 2011, 10:09 PM
Hi!

I have a fresh installed Windows 7 x64 machine where I hade Telerik OpenAccess installed (2010 Q3).
I recently uninstalled it because my project decided to use Linq (dont ask me why) and now when everytime start my Webb Application (written in C# .Net 4.0) I get a error saying:

Could not load file or assembly 'Telerik.OpenAccess, Version=2010.3.1110.3, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified.


Line 8:  <body>
Line 9:      <form id="form1" runat="server">
Line 10:     <telerik:RadScriptManager ID="RadScriptManager1" runat="server" EnablePageMethods="true">
Line 11:         <Scripts>
Line 12:             <%--Needed for JavaScript IntelliSense in VS2010--%>

How can I get rid of this error?

Regards
Per

1 Answer, 1 is accepted

Sort by
0
Per
Top achievements
Rank 1
answered on 23 Feb 2011, 10:17 PM
I found the problem.
There were old .dll files left in the bin folder of the web application.

For some reason this interfered with the scriptmnager.
The problem went away after delete all files in the bin folder.

//Per
Tags
Getting Started
Asked by
Per
Top achievements
Rank 1
Answers by
Per
Top achievements
Rank 1
Share this question
or