Back from one week holiday and I get the following error... Not nice, is it?
Error Creating Control - RadAjaxManagerProxy1
'AjaxSettings' could not be initialized. Details: [A]Telerik.Web.UI.RadAjaxManagerProxy cannot be cast to [B]Telerik.Web.UI.RadAjaxManagerProxy.
Type A originates from 'Telerik.Web.UI, Version=2009.1.311.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' in the context 'LoadNeither' at location 'C:\Documents and Settings\eric.mamet\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies\tft-xrhv01\telerik.web.ui.dll'.
Type B originates from 'Telerik.Web.UI, Version=2009.1.311.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' in the context 'LoadNeither' at location 'C:\Documents and Settings\eric.mamet\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies\mjybnklh01\Telerik.Web.UI.dll'.
How come it can cast one to the other if the DLL is exactly the same version, even if a different file.
Any idea how I can fix this, please?
Eric
PS: not sure if that helps but the master page also shows an error in design mode, as below:
Error Creating Control - RadSplitterMaster '95' could not be set on property 'HeightOffset'.
Error Creating Control - RadAjaxManagerProxy1
'AjaxSettings' could not be initialized. Details: [A]Telerik.Web.UI.RadAjaxManagerProxy cannot be cast to [B]Telerik.Web.UI.RadAjaxManagerProxy.
Type A originates from 'Telerik.Web.UI, Version=2009.1.311.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' in the context 'LoadNeither' at location 'C:\Documents and Settings\eric.mamet\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies\tft-xrhv01\telerik.web.ui.dll'.
Type B originates from 'Telerik.Web.UI, Version=2009.1.311.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' in the context 'LoadNeither' at location 'C:\Documents and Settings\eric.mamet\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies\mjybnklh01\Telerik.Web.UI.dll'.
How come it can cast one to the other if the DLL is exactly the same version, even if a different file.
Any idea how I can fix this, please?
Eric
PS: not sure if that helps but the master page also shows an error in design mode, as below:
Error Creating Control - RadSplitterMaster '95' could not be set on property 'HeightOffset'.
8 Answers, 1 is accepted
0
Eric
Top achievements
Rank 1
answered on 14 Apr 2009, 01:25 PM
Although I don't have a clue how it started not working while I was on holiday... It seemed to have been fixed by applying VS2008 sp1.
I wonder if genious understand what they're doing?...
If not, then I am one!!!
Cheers
Eric
I wonder if genious understand what they're doing?...
If not, then I am one!!!
Cheers
Eric
0
Hello Eric,
Please close your Visual Studio and delete the entire contents of the following folder:
C:\Documents and Settings\eric.mamet\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies\
Afterward start VS again and rebuild the project.
Let us know whether this helps.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Please close your Visual Studio and delete the entire contents of the following folder:
C:\Documents and Settings\eric.mamet\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies\
Afterward start VS again and rebuild the project.
Let us know whether this helps.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Eric
Top achievements
Rank 1
answered on 15 Apr 2009, 12:47 PM
Actually,
Yesterday's upgrade to VS8sp1 seemed to have done the trick but the problem is back today.
I closed Visual Studio, cleared everything in that folder and restarted VS.
The problem is still there and I have 4 new sub-folders in there...
I have both Telerik v 2009 Q1 and v2008 Q3 installed on my machine because I develop using 2009 Q1 but there are older apps that may still be using 2008 Q3.
Any idea?
Eric
Yesterday's upgrade to VS8sp1 seemed to have done the trick but the problem is back today.
I closed Visual Studio, cleared everything in that folder and restarted VS.
The problem is still there and I have 4 new sub-folders in there...
I have both Telerik v 2009 Q1 and v2008 Q3 installed on my machine because I develop using 2009 Q1 but there are older apps that may still be using 2008 Q3.
Any idea?
Eric
0
Eric
Top achievements
Rank 1
answered on 16 Apr 2009, 09:00 AM
I am not too sure whether this is the answer but...
I had problems with my RadWindowManager as I could not access the Windows collection anymore.
I moved the RadWindow (only one so far) outside of the RadWindowManager and downgraded RadWindowManager to an enabler of RadAlert() and RadPrompt() and everything seemed to get back in shape.
I did not take the decision to use Telerik and I am now wondering how clever that move was...
Although I am not an expert, I have the feeling that I could have done all I wanted with simpler AJAX.
A bit more work but less hassle...
I had problems with my RadWindowManager as I could not access the Windows collection anymore.
I moved the RadWindow (only one so far) outside of the RadWindowManager and downgraded RadWindowManager to an enabler of RadAlert() and RadPrompt() and everything seemed to get back in shape.
I did not take the decision to use Telerik and I am now wondering how clever that move was...
Although I am not an expert, I have the feeling that I could have done all I wanted with simpler AJAX.
A bit more work but less hassle...
0
Hello Eric,
We are sorry to hear that you had troubles with RadControls for ASP.NET AJAX. Please don't hesitate to contact us if we can assist you further.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We are sorry to hear that you had troubles with RadControls for ASP.NET AJAX. Please don't hesitate to contact us if we can assist you further.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Eric
Top achievements
Rank 1
answered on 21 Apr 2009, 09:36 AM
Since you offer...
I tried your new control but it is not entirely suitable for my requirements.
Would it be possible to send you some docs and explain what I am trying to achieve because I am a bit confused about how best to do it...
I was thinking of
I know you it would be much simpler to send you a simple app reproducing my "problem" but this is not really possible as my difficulties come from the underlying complexity...
I am trying to supply my users with a Windows Explorer like interface.I tried your new control but it is not entirely suitable for my requirements.
Would it be possible to send you some docs and explain what I am trying to achieve because I am a bit confused about how best to do it...
I was thinking of
- a screen shot of my page rendered
- a visio diagram representing the underlying master page
- a visio diagram representing the page
- an explanation of what I am having difficulties with
Of course, I don't mind if you want to publish these here.
Regards
Eric
0
Hello Eric,
In my opinion it would be enough if you provide a screenshot and a detailed explanation. If your questions are more general, you can search our support resources.
I recommend you examine the following blog:
Support Dept's blog > New support resources search facilities on telerik.com
To find an answers to your questions immediately, your could use the Telerik Support Portal link which is available in the bottom of each answer.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
In my opinion it would be enough if you provide a screenshot and a detailed explanation. If your questions are more general, you can search our support resources.
I recommend you examine the following blog:
Support Dept's blog > New support resources search facilities on telerik.com
To find an answers to your questions immediately, your could use the Telerik Support Portal link which is available in the bottom of each answer.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Eric
Top achievements
Rank 1
answered on 24 Apr 2009, 12:04 PM
Thanks