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

Issue with Rad controls

10 Answers 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vivek
Top achievements
Rank 1
Vivek asked on 01 May 2012, 02:28 PM
Hello

I have a Telerik installation on server. Earlier all controls were fine, but now all of a sudden none of them work.
I have copied the Telerik.Web.UI.dll file to the bin folder.

Any quick help will he appreciated.

Screenshot for reference

Controls visible in the image:
1. RadTree
2. RadEditor

10 Answers, 1 is accepted

Sort by
0
M. R.
Top achievements
Rank 1
answered on 01 May 2012, 05:06 PM
Just an ideea: check the IIS web site (or project) properties. Is it using the right .net framework?

Regards,
M.R.
0
Vivek
Top achievements
Rank 1
answered on 02 May 2012, 08:59 AM
The website has been configured to run under. NET 4.0 (there has been no change to it when it was working).
0
M. R.
Top achievements
Rank 1
answered on 02 May 2012, 04:18 PM
I was thinking that it may be a mismatch between the Telerik DLL you are using (that comes in two versions, 35 and 40) and the site .net settings... If this is not the case you can also check for multiple DLL versions (one in Bin and another one in Assembly).
0
Dobromir
Telerik team
answered on 03 May 2012, 01:37 PM
Hi Vivek,

Do you experience this problem only under Internet Explorer? If so, it is possible that you have reached the limit of CSS files that can be loaded by the browser. Please take a look at the following blog post for more information on the subject and a possible solution:
Internet Explorer CSS limits

If this is not the case, could you please provide more detailed information on the specific scenario?

  • Which version of RadControls for ASP.NET AJAX is used in the application?
  • Under which browser and its version the problem occurs?
  • Could you please check if any of the requests to WebResource handlers do not return an error? If so, could you please try to enable CDN support for the skins and see if the problem still occurs?
  • Could you please provide a simple fully runnable project and / or a live URL reproducing the problem so we can investigate it further?

Kind regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vivek
Top achievements
Rank 1
answered on 03 May 2012, 01:55 PM
I can confirm the project has been built with .NET 4.0 and also the Telerik DLL i'm using is for 4.0.
0
Dobromir
Telerik team
answered on 03 May 2012, 02:13 PM
Hi Vivek,

The screenshot and the provided information is not enough to determine the exact cause of the problem. In order to be able to provide assistance on the matter we will need detailed regarding the case. Could you please answer to all the questions for my previous reply?

All the best,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vivek
Top achievements
Rank 1
answered on 03 May 2012, 02:22 PM
I'm working on setting up the project for you. I would not want to disclose the URL and/or other details. Can I PM you instead ?
0
Dobromir
Telerik team
answered on 03 May 2012, 02:45 PM

Yes Vivek, you can open formal support ticket where you can attach the project or provide the live URL. The tickets are not public but are visible only to the sender and Telerik Support Staff.

Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vivek
Top achievements
Rank 1
answered on 03 May 2012, 02:53 PM
I have created a ticket with # 540506Any quick help would be appreciated.
Thanks
0
Vivek
Top achievements
Rank 1
answered on 04 May 2012, 09:42 AM
Adding an exception to the URL-Rewite module helped:

<rule name="WebResource" stopProcessing="true">
<match url="^.*WebResource.*$" />
<action type="None" />
</rule>
Tags
General Discussions
Asked by
Vivek
Top achievements
Rank 1
Answers by
M. R.
Top achievements
Rank 1
Vivek
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or