Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Mono/Linux Compatible Issue - VS 2022 Issue #600

@zburns

Description

@zburns

Two issues here....

The AJAX Control Toolkit \20.1.0>

The installation method

  • Installer
  • NuGet package
  • A custom build from the source code

Installer does not work with Visual Studio 2022.

Grabbing the DLL's out of NUGET and using manually does not seem to work on Mono/Linux version

Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-2 Wed Feb 26 23:23:50 UTC 2020)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
Interpreter: yes
LLVM: supported, not enabled.
Suspend: hybrid
GC: sgen (concurrent by default)

Actual result

Expected result

Browser(s) used

Firefox and Chromium based. Error is server side.

A site deployment method

  • VS development web-server,
  • IIS
  • [X ] MONO/Linux/ASP.NET

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UpdateViaWeb.aspx.cs" Inherits="ContactUpdate.UpdateViaWeb" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="zbact" %>

<title>TEST AJAX </title>
<form id="TestStuff" method="post" action="TestStuff.aspx" runat="server">


    <!-- VALIDATION STUFF -->
    <asp:ScriptManager ID="ScriptStuff" runat="server">
        <Scripts>
            <asp:ScriptReference Path="~/Scripts/AjaxControlToolkit/Bundle" />
        </Scripts>
    </asp:ScriptManager>


    <asp:Label runat="server" AssociatedControlID="MyComboBox" Text="ComboBox:" />
    <zbact:ComboBox ID="MyComboBox" runat="server">
        <asp:ListItem Text="Test1" />
        <asp:ListItem Text="Test2" />
    </zbact:ComboBox>

<zbact:MaskedEditExtender ID="PhoneMask" runat="server" TargetControlID="TextBoxCellPhone" Mask="999-999-9999" MaskType="None" ClearTextOnInvalid="true"/>

<zbact:MaskedEditValidator ID="TextBoxCellPhoneValidator" runat="server" ControlExtender="PhoneMask" ControlToValidate="TextBoxCellPhone" IsValidEmpty="false" EmptyValueMessage="" InvalidValueBlurredMessage="Invalid Phone" ToolTip="Please Enter a Valid Phone Number in the Format xxx-xxx-xxxx"></zbact:MaskedEditValidator>

    <!-- REGULAR CODE NOW -->
    <div>

    </div>
</form>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions