Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
147 views
Guys,

Today, I have nearly pulled all of my hair out. After hours of searching and recreation, etc, I have nailed my problem down to a mixture of this article and one line in my web.config.

<add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode" />
Here is a detailed version of the problem!

I have 2 windows open, one pointing to "http://www.xyz.com/" (a) and "http://www.xyz.com/default.aspx" (b).

If I try to login from (a), the events are not caught (basically causing a refresh).
If I try to login from (b), the events are caught.

If I remove the web.config entry above, (a) begins to work (events are working).

Is this a known problem? If so, is there a fix?

Thanks
Ryan
Alex
Top achievements
Rank 1
 answered on 23 Feb 2011
5 answers
254 views
I have windows 7, which has visual studio 2005, 2008 and 2010.
and Telerik Asp.net Ajax controls.

I am trying to run an visual studio 2010 asp.net application and I am getting this(shown in the image) error now days.

I am not able to find any working solution till now.

could you please help me out here.

Here is my config file code.

=============================================================================
<?xml version="1.0"?>
<!--
    Note: As an alternative to hand editing this file you can use the
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in
    machine.config.comments usually located in
    \Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
  <appSettings>
    <add key="ViewStateTimeout" value="61" />
    <add key="LicensesLocation" value="D:\Inetpub\www\CEMG\Licenses\" />
    <add key="UploadsLocation" value="D:\Inetpub\www\CEMG\Uploads\" />
    <add key="WebDirectory" value="D:\Inetpub\www\CEMG\" />
    <add key="BaseURL" value="https://cemgpms.cemginc.com/" />
    <add key="ExchangeAddress" value="https://gdmail.gd-ltd.com/exchange/"/>
    <add key="DomainName" value="gd-ltd"/>
    <!--This Belongs to Aaron-->
    <add key="Aaron_LicensesLocation" value="C:\Inetpub\wwwroot\CEMG\Licenses\" />
    <add key="Aaron_UploadsLocation" value="C:\Inetpub\wwwroot\CEMG\Uploads\" />
    <add key="Aaron_WebDirectory" value="C:\Inetpub\wwwroot\CEMG\" />
    <add key="Aaron_BaseURL" value="http://aaronspilman/" />
    <add key="Aaron_ExchangeAddress" value="https://gdmail.gd-ltd.com/exchange/"/>
    <add key="Aaron_DomainName" value="gd-ltd"/>
    <add key="AARONSPILMAN" value="Aaron" />
    <!--This Belongs to Deepka81-->
   <add key="Deepak_LicensesLocation" value="D:\work\CEMG Data\CEMG\Licenses\" />
    <add key="Deepak_UploadsLocation" value="D:\work\CEMG Data\CEMG\Uploads\" />
    <add key="Deepak_WebDirectory" value="D:\work\CEMG Data\CEMG\" />
    <add key="Deepak_BaseURL" value="http://DeepakYadav81/" />
    <add key="Deepak_ExchangeAddress" value="http://exch.stylus.net/exchange/"/>
    <add key="Deepak_DomainName" value="stylus"/>
    <add key="DeepakYadav81" value="Deepak" />

    
    <add key="ProductionConnectionString" value="CEMGConnectionString" />
    <add key="ChartImageHandler" value="storage=file;timeout=20;dir=D:\Inetpub\www\CEMG\images\;" />
  </appSettings>

  <system.web>
    <sessionState timeout="60" />
    <!-- Fix the Timeout issue when uploading a large file -->
    <httpRuntime maxRequestLength="512000" executionTimeout="54000" />
    <!--
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.

            Visual Basic options:
            Set strict="true" to disallow all data type conversions
            where data loss can occur.
            Set explicit="true" to force declaration of all variables.
        -->
    <!--
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.
        -->
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
      </assemblies>
      <buildProviders>
        <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      </buildProviders>
    </compilation>
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <namespaces>
        <clear />
        <add namespace="System" />
        <add namespace="System.Collections" />
        <add namespace="System.Collections.Generic" />
        <add namespace="System.Collections.Specialized" />
        <add namespace="System.Configuration" />
        <add namespace="System.Data" />
        <add namespace="System.Data.SqlClient" />
        <add namespace="System.Text" />
        <add namespace="System.Text.RegularExpressions" />
        <add namespace="System.Web" />
        <add namespace="System.Web.Caching" />
        <add namespace="System.Web.SessionState" />
        <add namespace="System.Web.Security" />
        <add namespace="System.Web.Profile" />
        <add namespace="System.Web.UI" />
        <add namespace="System.Web.UI.WebControls" />
        <add namespace="System.Web.UI.WebControls.WebParts" />
        <add namespace="System.Web.UI.HtmlControls" />
        <add namespace="System.Linq" />
        <add namespace="System.Xml.Linq" />
      </namespaces>
      <controls>
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
        <add tagPrefix="asp" namespace="System.Web.UI.DataVisualization.Charting" assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </controls>
    </pages>
    <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
    <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
    <authentication mode="Windows" />
    <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
    <customErrors mode="Off" />
    <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
    <httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource"
        validate="false" />
      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler"
        validate="false" />
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler"
        validate="false" />
      <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler"
        validate="false" />
      <add path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.RadUploadProgressHandler"
        validate="false" />
      <add path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        validate="false" />
      <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
        validate="false" />
      <add path="ImageThumbnail.ashx" verb="*" type="Thumbnails" validate="false"/>
      
    </httpHandlers>
    <httpModules />
  </system.web>
  <!--
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0.  It is not necessary for previous version of IIS.
    -->
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
      <remove name="ChartImage_axd" />
      <remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
      <remove name="Telerik_Web_UI_DialogHandler_aspx" />
      <remove name="Telerik_RadUploadProgressHandler_ashx" />
      <remove name="Telerik_Web_UI_WebResource_axd" />
      <remove name="ChartImageHandler" />
      <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode" />
      <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode" />
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode" />
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
      <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode" />
      <add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </handlers>
    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="524288000" />
      </requestFiltering>
    </security>
    <modules runAllManagedModulesForAllRequests="true" />
  </system.webServer>
</configuration>
Dominios Molinos
Top achievements
Rank 1
 answered on 23 Feb 2011
1 answer
171 views
Sorry but I have to open a new thead because I'm gettin an error when I try to reply the previous post (http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/site-don-39-t-work-after-update-telerik-libraries-2010-2-929-35-gt-2010-3-1317-35.aspx).

Yesterday I read this page (http://www.telerik.com/help/aspnet-ajax/troubleshooting.html), I tried adding permision to Telerik.Web.UI.WebResource.axd, others things related to the exception (sys is udefined and ajax load) but It still not working.

It's really very strange because I just changed the Telerik.Web.UI.dll.


When I view the source's page and I open the link to Telerik.Web.UI.WebReference.axd (http://localhost:3022/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=radscriptmanager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aes-ES%3afab31106-1bd6-4491-9a14-59e0fc4a7081%3aea597d4b%3ab25378d2%3btelerik.web.ui%3aes-ES%3ad7b88a55-4248-43ee-a9ed-d9058fd97467%3a6c89d69d%3a678692ff%3bTelerik.Web.UI%2c+Version%3d2010.3.1317.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aes-ES%3ad7b88a55-4248-43ee-a9ed-d9058fd97467%3a16e4e7cd%3a86526ba7%3a874f8ea2%3af7645509%3aed16cbdc%3a58366029%3a24ee1bba%3af46195d3%3a1e771326%3aaa288e2d%3a19620875%3a490a9d4e%3abd8f85e4)

I'm getting this exception:

[NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.]
   Telerik.Web.UI.ScriptEntry.GetSerializedAssemblyInfo() +164
   Telerik.Web.UI.ScriptEntrySlot.SerializeScriptEntry(ScriptEntry scriptEntry) +25
   Telerik.Web.UI.ScriptEntryUrlBuilder.TryAddScriptEntry(ScriptEntry scriptEntry) +30
   Telerik.Web.UI.ScriptEntryUrlBuilder.RegisterScriptEntry(ScriptEntry scriptEntry) +162
   Telerik.Web.UI.CombinedScriptWriter.FilterValidScripts(List`1 scriptEntries) +160
   Telerik.Web.UI.CombinedScriptWriter.WriteCombinedScriptFile() +1155
   Telerik.Web.UI.WebResource.ProcessRequest(HttpContext context) +74
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Thank you very much!

BR,
Alejandro

Dominios Molinos
Top achievements
Rank 1
 answered on 23 Feb 2011
1 answer
59 views
If I want to use my skin , i read i should use 2 properties:
EnableEmbeddedSkins=false;
Skin="MySkin";

but also 
EnableEmbeddedBaseStylesheet ?
Kate
Telerik team
 answered on 23 Feb 2011
1 answer
57 views
I am having a problem with an image displaying correctly in my RadRotator.  It appears that the image is zoomed in and far too large.  Below is my code for the RadRotator, now what could possibly be the problem?:

 

 

 

 

<telerik:RadRotator ID="RadRotator1" runat="server" FrameDuration="4000"

 

 

 

Width="100%" ItemWidth="100%" Height="400px" ItemHeight="400px" ScrollDirection="Left">

 

 

 

<Items>

 

 

 

<telerik:RadRotatorItem ID="item1" runat="server" >

 

 

 

<ItemTemplate>

 

 

 

<asp:Image ID="Image1" runat="server" Width="100%" ImageUrl="~/images/managedservices.jpg" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadRotatorItem>

 

 

 

<telerik:RadRotatorItem ID="item2" runat="server" >

 

 

 

<ItemTemplate>

 

 

 

<asp:Image ID="Image2" runat="server" Width="100%" ImageUrl="~/images/ANTON.jpg" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadRotatorItem>

 

 

 

<telerik:RadRotatorItem ID="item3" runat="server" >

 

 

 

<ItemTemplate>

 

 

 

<asp:Image ID="Image3" runat="server" Width="100%" ImageUrl="~/images/BOTTM.jpg" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadRotatorItem>

 

 

 

</Items>

 

 

 

</telerik:RadRotator>

 

Marin Bratanov
Telerik team
 answered on 23 Feb 2011
2 answers
75 views
We have some namespace-qualified tags which users enter in the radeditor (using some custom buttons and editing windows), but it turns out that the browser or the editor is automatically adding <?xml:namespace prefix="myprefix"?> before these elements in IE8 and Chrome. (But not in Firefox.)

Any idea what it is?  I can't find a standards document that defines "xml:namespace", mostly because colons don't seem to work in Google.) 

More importantly, is there an elegant way to turn it off, or to I need to write a content filter to remove it?

Thanks,

-Mike
Mike Bridge
Top achievements
Rank 1
 answered on 23 Feb 2011
1 answer
95 views
I am having a problem with an image displaying correctly in my RadRotator.  It appears that the image is zoomed in and far too large.  Below is my code for the RadRotator, now what could possibly be the problem?:

 

 

 

<telerik:RadRotator ID="RadRotator1" runat="server" FrameDuration="4000"

 

 

 

Width="100%" ItemWidth="100%" Height="400px" ItemHeight="400px" ScrollDirection="Left">

 

 

 

<Items>

 

 

 

<telerik:RadRotatorItem ID="item1" runat="server" >

 

 

 

<ItemTemplate>

 

 

 

<asp:Image ID="Image1" runat="server" Width="100%" ImageUrl="~/images/managedservices.jpg" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadRotatorItem>

 

 

 

<telerik:RadRotatorItem ID="item2" runat="server" >

 

 

 

<ItemTemplate>

 

 

 

<asp:Image ID="Image2" runat="server" Width="100%" ImageUrl="~/images/ANTON.jpg" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadRotatorItem>

 

 

 

<telerik:RadRotatorItem ID="item3" runat="server" >

 

 

 

<ItemTemplate>

 

 

 

<asp:Image ID="Image3" runat="server" Width="100%" ImageUrl="~/images/BOTTM.jpg" />

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadRotatorItem>

 

 

 

</Items>

 

 

 

</telerik:RadRotator>

 

Marin Bratanov
Telerik team
 answered on 23 Feb 2011
12 answers
502 views
Hi,

I'm working with the RadMaskedTextBox to input telephone numbers with ext.
The problem that I have is when my phone number doesn't have a extension the value of the control is right aligned. 

Here are my lines : 

<telerik:RadMaskedTextBox ID="rmtbTel" runat="server" Width="103px"  Skin="Default2006" DisplayFormatPosition="left" DisplayMask="###.###.####x#####" Mask="###############" Enabled="False">
</telerik:RadMaskedTextBox>

I'm using ASP.NET AJAX Q1 2008 SP2 (Version Number 2008.1.619):.

Thanks for helping,

JB
Top achievements
Rank 1
 answered on 23 Feb 2011
2 answers
176 views
I am trying to drag a "Status" column to the Grouping header and I get the Javascript error  below:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: <target>.Expense and <source>.Expense have conflicting properties: DataType property mismatch.

The Expense column is a Decimal column.  I entered all of the data so I know it is a number.  Some of the Expense values might be null, but that is it.  Any ideas?  Below is my grid HTML on the Aspx page.

thanks

mark

 <telerik:RadGrid ID="radGridProjects" Width="1400px" runat="server" AllowFilteringByColumn="True"
                            AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" GridLines="None"
                            ShowGroupPanel="True" PageSize="50" Skin="WebBlue"                   OnSelectedIndexChanged="radGridProjects_SelectedIndexChanged"
                            OnItemDataBound="radGridProjects_ItemDataBound" ShowFooter="True" 
                            OnNeedDataSource="radGridProjects_NeedDataSource" 
                            EnableLinqExpressions="False">
                            <ClientSettings AllowDragToGroup="True" AllowColumnsReorder="True">
                                <Scrolling AllowScroll="True" UseStaticHeaders="True" ScrollHeight="380" />
                            </ClientSettings>
                            <MasterTableView ShowGroupFooter="true" >
                                <GroupByExpressions>
                                    <telerik:GridGroupByExpression>
                                        <SelectFields>
                                            <telerik:GridGroupByField FieldAlias="Team" FieldName="Team" SortOrder="Ascending"
                                                HeaderText="Team"></telerik:GridGroupByField>
                                        </SelectFields>
                                        <GroupByFields>
                                            <telerik:GridGroupByField FieldAlias="Team" FieldName="Team" SortOrder="Ascending"
                                                HeaderText="Team"></telerik:GridGroupByField>
                                        </GroupByFields>
                                    </telerik:GridGroupByExpression>
                                </GroupByExpressions>
                                <CommandItemSettings ExportToPdfText="Export to Pdf" />
                                <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                                    <HeaderStyle Width="20px" />
                                </RowIndicatorColumn>
                                <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                                    <HeaderStyle Width="20px" />
                                </ExpandCollapseColumn>
                                <Columns>
                                    <telerik:GridButtonColumn CommandName="Select" DataTextField="Name" FilterControlAltText="Filter ProjectColumn column"
                                        SortExpression="Name" Text="Select" UniqueName="ProjectColumn" HeaderText="Project">
                                        <HeaderStyle Width="150px" />
                                        <ItemStyle Width="150px" VerticalAlign="Top" />
                                    </telerik:GridButtonColumn>
                                    <telerik:GridBoundColumn DataField="Category.Name" FilterControlAltText="Filter column1 column"
                                        HeaderText="Category" UniqueName="colCategory" SortExpression="Category.Name">
                                        <HeaderStyle Width="115px" />
                                        <ItemStyle Width="115px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Priority" FilterControlAltText="Filter column column"
                                        HeaderText="Priority" SortExpression="Priority" UniqueName="colPriority" FilterControlWidth="25px">
                                        <HeaderStyle Width="65px" />
                                        <ItemStyle Width="65px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="StartDate" DataFormatString="{0:d}" DataType="System.DateTime"
                                        FilterControlAltText="Filter column2 column" HeaderText="Start Date" UniqueName="colStartDate"
                                        FilterControlWidth="60px" SortExpression="StartDate">
                                        <HeaderStyle Width="100px" />
                                        <ItemStyle Width="100px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="EndDate" DataFormatString="{0:d}" FilterControlAltText="Filter column3 column"
                                        HeaderText="End Date" UniqueName="colEndDate" FilterControlWidth="60px" SortExpression="EndDate">
                                        <HeaderStyle Width="100px" />
                                        <ItemStyle Width="100px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="ParStatus.Name" FilterControlAltText="Filter column4 column"
                                        HeaderText="Status" SortExpression="ParStatus.Name" UniqueName="colStatus">
                                        <HeaderStyle Width="115px" />
                                        <ItemStyle Width="115px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Team" FilterControlAltText="Filter column5 column"
                                        HeaderText="Team" SortExpression="Team" UniqueName="colTeam" FilterControlWidth="30px">
                                        <HeaderStyle Width="70px" />
                                        <ItemStyle Width="70px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="ProjectManager" FilterControlAltText="Filter column6 column"
                                        HeaderText="PM" SortExpression="ProjectManager" UniqueName="colPM" FilterControlWidth="30px">
                                        <HeaderStyle Width="70px" />
                                        <ItemStyle Width="70px" VerticalAlign="Top" HorizontalAlign="Center" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Resource" FilterControlAltText="Filter column7 column"
                                        HeaderText="Resources" SortExpression="Resource" UniqueName="colResource" 
                                        AllowFiltering="False">
                                        <HeaderStyle Width="125px" />
                                        <ItemStyle Width="125px" VerticalAlign="Top" HorizontalAlign="Left" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Expense" DataType="System.Int32" FilterControlAltText="Filter column8 column"
                                        HeaderText="Expense" SortExpression="Expense" UniqueName="colExpense" DataFormatString="{0:C0}"
                                        FilterControlWidth="50px" FooterText="Totals: " Aggregate="Sum">
                                        <HeaderStyle Width="90px" />
                                        <FooterStyle HorizontalAlign="Right" />
                                        <ItemStyle Width="90px" VerticalAlign="Top" HorizontalAlign="Right" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Capital" DataType="System.Int32" FilterControlAltText="Filter column9 column"
                                        HeaderText="Capital" SortExpression="Capital" UniqueName="colCapital" DataFormatString="{0:C0}"
                                        FilterControlWidth="50px" FooterText="$" Aggregate="Sum">
                                        <HeaderStyle Width="90px" />
                                        <FooterStyle HorizontalAlign="Right" />
                                        <ItemStyle Width="90px" VerticalAlign="Top" HorizontalAlign="Right" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Total" DataType="System.Int32" FilterControlAltText="Filter column10 column"
                                        HeaderText="Total" SortExpression="Total" UniqueName="colTotal" DataFormatString="{0:C0}"
                                        FilterControlWidth="50px" FooterText="$" Aggregate="Sum">
                                        <HeaderStyle Width="90px" />
                                        <FooterStyle HorizontalAlign="Right" />
                                        <ItemStyle Width="90px" VerticalAlign="Top" HorizontalAlign="Right" />
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Notes" FilterControlAltText="Filter column11 column"
                                        HeaderText="Notes" SortExpression="Notes" UniqueName="colNotes" 
                                        AllowFiltering="False">
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="Id" FilterControlAltText="Filter column12 column"
                                        UniqueName="colId" Visible="False">
                                    </telerik:GridBoundColumn>
                                    <telerik:GridBoundColumn DataField="LastUpdate" DataFormatString="{0:d}" 
                                        FilterControlAltText="Filter column column" SortExpression="LastUdate" HeaderText="Updated" 
                                        UniqueName="colLastUpdate" FilterControlWidth="60px">
                                        <HeaderStyle Width="100px" />
                                        <ItemStyle HorizontalAlign="Center" VerticalAlign="Top" />
                                    </telerik:GridBoundColumn>
                                </Columns>
                                <EditFormSettings>
                                    <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                                    </EditColumn>
                                </EditFormSettings>
                            </MasterTableView>
                            <FilterMenu EnableImageSprites="False">
                            </FilterMenu>
                            <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default">
                            </HeaderContextMenu>
                        </telerik:RadGrid>
mark baer
Top achievements
Rank 1
 answered on 23 Feb 2011
1 answer
74 views
Hi!  I'm receiving the following error when clicking on 'Table Wizard' in the RadEditor...

System.IO.FileLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2010.3.1215.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)


This is the only place I receive the error even though we have Telerik controls embedded throughout our web application.  I have checked the web.config file and the Editor, Widgets, and Dialog namespaces all have "assembly="Telerik.Web.UI, Version=2010.3.1215.35..."

Could someone provide some suggestions as to reasons I am receiving this error and/or possible solutions?
Thanks!
Amy
Top achievements
Rank 1
 answered on 23 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?