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

Q3 2008 update problem

4 Answers 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 28 Nov 2008, 04:39 PM
has anyone had problems dragging components onto webforms with the Q3 2008 update ?
When I try to do this in code view I get an error  'The operation could not be completed'
in code view, nothing happens at all !

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 01 Dec 2008, 08:43 AM
Hello Mark,

Please try to remove the assemblies/references from your project (website/web application) and add them again.

Let us know if you need more information.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Roberto
Top achievements
Rank 1
answered on 30 Jan 2009, 01:02 PM
I recieve the same issue, removing all assemblies doesnt seem to address the issue for me.
0
Daniel
Telerik team
answered on 30 Jan 2009, 02:15 PM
Hello Roberto,

Please try to delete the contents of the following folders, restart your computer and let us know whether the problem still persists:

  • C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
  • C:\Documents and Settings\MACHINENAME\VSWebCache\MACHINENAME
  • C:\Documents and Settings\MACHINENAME\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sbe
Top achievements
Rank 1
answered on 07 Aug 2009, 12:54 PM
I had the same problem with telerik reporting 2009 Q2

I solved the problem:

Add the tagprefix for the controls in your web.config in the pages section:

    <pages validateRequest="false" enableEventValidation="false">
      <controls>
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
        <add tagPrefix="telerik" namespace="Telerik.ReportViewer.WebForms" assembly="Telerik.ReportViewer.WebForms" />
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </controls>
    </pages>

After this you can now drag and drop your controls on the webform

Good luck
Stefan Besteman

 
Tags
General Discussions
Asked by
mww
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Roberto
Top achievements
Rank 1
sbe
Top achievements
Rank 1
Share this question
or