Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 657717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:51:17+00:00 2026-05-13T22:51:17+00:00

I have some WebUserControls that take a parameter to determine how they initialize themselves.

  • 0

I have some WebUserControls that take a parameter to determine how they initialize themselves. However, when I compile the page I get the error

'ControlName' does not contain a constructor that takes '0' arguments

I am not calling it anywhere without an argument, it appears that a reference is being generated in a temporary file. I have another control that doesn’t have a empty constructor and it is not requiring one to be created there so it shouldn’t have to have one.

The actual error looks like this:

Compiler Error Message: CS1729:

‘ControlName’ does not contain a
constructor that takes ‘0’ arguments

Source Error:

Line 108: private static bool
@__initialized; Line 109: Line
110:
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 111: public control_ascx()
{ Line 112:
((global::ControlNamespace)(this)).AppRelativeVirtualPath
= “~/ControlName.ascx”;

Source File:
(Path)Local\Temp\Temporary ASP.NET
Files\root\1aca8e08\3fab105e\App_Web_controlname.ascx.cdcab7d2.tzm0xzkd.0.cs
Line: 110

The control looks like this:

public partial class ControlName: System.Web.UI.UserControl
{
    public ControlName(IParameter parameter)
    {
        Method(parameter);
    }
}

EDIT: Based on the comments below it would appear that I have a reference to the control in a designer file…somewhere… All references that I can find are located in code behinds with one exception. The declaration in the .ascx file:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ControlName.ascx.cs" Inherits="Control" %>

I thought that this was the culprit but upon further inspection I have other controls which have a similar declaration and do NOT require a default constructor.

How can I find the location where the control is referenced from?

Solution:

I had reference tags

<%@ Reference Control="~/ControlName.ascx" %>

leftover from earlier that apparently count as a designer element.

The answer below does not actually contain this information but is a good description of what the problem was.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:51:17+00:00Added an answer on May 13, 2026 at 10:51 pm

    I’m no expert on web development, but it looks like you’ve got an instance of the control placed on a web form designer, and that designer is generating code that expects a parameterless constructor.

    If this is the case, then to solve this problem, you should either remove the control from the form or add a parameterless constructor.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a script that appends some rows to a table. One of the
i have a input tag which is non editable, but some times i need
I have a login.jsp page which contains a login form. Once logged in the
I want to have generalised email templates. Currently I have multiple email templates with
I have several USB mass storage flash drives connected to a Ubuntu Linux computer
I am attempting to pull some information from my tnsnames file using regex. I
I'm in the process of porting some code from Linux to Mac OS X.
I would like to get a sum from a column, with and without a
I am playing with TFS 2010, and am trying to setup a build process
I am trying to redirect to a specific path based on HTTP_HOST or SERVER_NAME

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.