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

Table Wizard and Table Properties error

3 Answers 83 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
claudz
Top achievements
Rank 1
claudz asked on 17 Mar 2008, 10:28 PM
Hi Telerik Team,

When clicking on Table Wizard or Table Properties in r.a.d Editor, I receive the following error:

Server Error in '/' Application.

Could not load file or assembly 'App_Web_3enw81zx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_3enw81zx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_Web_3enw81zx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Stack Trace:

[FileNotFoundException: Could not load file or assembly 'App_Web_3enw81zx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
   ASP._wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_controls_tablepropertiescontrol_ascx.__BuildControlTree(_wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_controls_tablepropertiescontrol_ascx __ctrl) +0
   ASP._wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_controls_tablepropertiescontrol_ascx.FrameworkInitialize() +34
   System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
   System.Web.UI.UserControl.InitializeAsUserControl(Page page) +14
   ASP._wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_dialogs_tablewizard_ascx.__BuildControltheTablePropertiesControl() +49
   ASP._wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_dialogs_tablewizard_ascx.__BuildControlTree(_wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_dialogs_tablewizard_ascx __ctrl) +52
   ASP._wpresources_radeditorsharepoint_4_5_0_0__1f131a624888eeed_radcontrols_editor_dialogs_tablewizard_ascx.FrameworkInitialize() +34
   System.Web.UI.UserControl.InitializeAsUserControlInternal() +31
   System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) +442
   System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +119
   System.Web.UI.TemplateControl.LoadControl(String virtualPath) +23
   Telerik.WebControls.Dialogs.DialogLoaderBase.OnLoad(EventArgs e) +112
   Telerik.WebControls.Dialogs.DialogLoaderJavascript.OnLoad(EventArgs e) +189
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint

Any ideas on what might be causing this error?

Thanks heaps,
Claudz

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 18 Mar 2008, 01:20 PM
Hi Claudz,

Can you please, remove the RadControls folder from MOSS and add it again? If you receive a message that asks for modifying the RadControls files, please, deny it.

I hope this helps.


Best regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
claudz
Top achievements
Rank 1
answered on 18 Mar 2008, 10:20 PM
Hi Telerik Team,

Thankyou for you reply. Could you please provide more information on how to remove the RadControls folder from MOSS and add it again. How is this to be done correctly? Will it cause any problems to Telerik web parts that already exist on our MOSS site?

Thanks,
Claudz
0
Accepted
Lini
Telerik team
answered on 26 Mar 2008, 04:11 PM
Hi Claudz,

The easiest way to reset the RadControls folder is to retract the editor solution, delete the leftover files from C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\ and finally deploy the editor solution again. Do not forget to save any modifications you made before you retract the solution.

Have you made any modifications to the IIS configuration? In order to work properly, the editor dialogs need to be in the same web application as the editor itself. That is why we put the dialogs in the _wpresources folder, which is configured as a virtual directory without its own application under the SharePoint web app. 

Best Regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
claudz
Top achievements
Rank 1
Answers by
George
Telerik team
claudz
Top achievements
Rank 1
Lini
Telerik team
Share this question
or