--------------------------------------------------------------------------------------------------------
I am using the RadCalendar.Net2 control Version 2.2.4.0 and RadInput.Net2 control version 2.1.4.0 both with App_Licenses with Visual Studio 2.0.50727 SP1 VB is the language
I am experiencing the following new problems with the controls.
1. I am using three radInput edit mask controls inside a Panel control one a zip code and two for phone numbers with the following for one of the phone numbers,
<radi:radmaskedtextbox id="txtPhone" runat="server" catalogiconimageurl="" description=""
displaypromptchar="_" mask="(###) ###-####" promptchar="_" style="z-index: 126;
left: 262px; position: absolute; top: 92px" title="" titleiconimageurl="" titleurl=""
width="88px" TabIndex="13"></radi:radmaskedtextbox>
Note the
screen shot below The three controls are positione at the top right of the
panel and can not me move to be placed after the label for each control. The
display properly in the broswer because the position, but the position can not
be changes by using Layout to change theposition from Not Set to Absolute.
2. Note the Calendar control in the Drug Contact Panel at the lower right. If I attempt to move the Panel in any way or even attempt to move the control the following results:
If I place the Calendar controls inside a table the problem does not happen. Both of these problems are recent and I can’t think of any changes I have made except I changes from an earlier Calendar control, but I don’t remember having the problem at that time.
3. This is the most serious problem. I have a site that allows clients to connect to different MS Access databases. The only difference is the Access Database. Everyone is using the same web application. We have one client who cannot open any page that contains a Calendar control. When attempting to open the page, the site throws a Parsing error. I thought the problem was related to a security setting on their network. However, there is one computer which is using an Verizon Air Card. That computer can open all of the sites except one. When they try to open a page that has a calendar control at the site thunder.wraptools.net, they get the parsing error. It looks like their browser cannot read the RadCalendar.dll
The following is the error they get when trying to access a page with a control
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error details
and modify your source file appropriately.
Parser Error Message: Could not load
file or assembly 'RadInput.Net2, Version=2.1.4.0, Culture=neutral,
PublicKeyToken=a1432cd341173140' or one of its dependencies. The located
assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
Source Error:
Line 134: <asp:Label ID="lblProjectedComplete" runat="server" Font-Names="Arial" Font-Size="X-Small" Style="z-index: 125; Line 135: left: 295px; position: absolute; top: 114px; text-align: right" Text="Projected Complete:" Width="121px"></asp:Label> Line 136: <radcln:raddatepicker id="txtSentToBidders" runat="server" onClick="SentToBidders();" height="18px" Line 137: style="z-index: 119; left: 111px; position: absolute; top: 78px" width="174px" AllowEmpty="True" SelectedDate="" TabIndex="5"> Line 138: <DateInput Title="" TitleIconImageUrl="" PromptChar=" " DisplayPromptChar="_" CatalogIconImageUrl="" TitleUrl="" Description=""></DateInput> |
Source File: /frmHierarchy.aspx Line: 136
Assembly Load Trace: The following
information can be helpful to determine why the assembly 'RadInput.Net2,
Version=2.1.4.0, Culture=neutral, PublicKeyToken=a1432cd341173140' 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]. |
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433