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 69857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:38:23+00:00 2026-05-10T19:38:23+00:00

I don’t think this is possible, but if is then I need it :)

  • 0

I don’t think this is possible, but if is then I need it 🙂

I have a auto-generated proxy file from the wsdl.exe command line tool by Visual Studio 2008.

The proxy output is partial classes. I want to override the default constructor that is generated. I would rather not modify the code since it is auto-generated.

I tried making another partial class and redefining the default constructor, but that doesn’t work. I then tried using the override and new keywords, but that doesn’t work.

I know I could inherit from the partial class, but that would mean I’d have to change all of our source code to point to the new parent class. I would rather not have to do this.

Any ideas, work arounds, or hacks?

//Auto-generated class namespace MyNamespace {    public partial class MyWebService : System.Web.Services.Protocols.SoapHttpClientProtocol {       public MyWebService() {          string myString = 'auto-generated constructor';          //other code...       }    } }  //Manually created class in order to override the default constructor namespace MyNamespace {    public partial class MyWebService : System.Web.Services.Protocols.SoapHttpClientProtocol {       public override MyWebService() { //this doesn't work          string myString = 'overridden constructor';          //other code...       }    } } 
  • 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. 2026-05-10T19:38:23+00:00Added an answer on May 10, 2026 at 7:38 pm

    This is not possible. Partial classes are essentially parts of the same class; no method can be defined twice or overridden, and that includes the constructor.

    You could call a method in the constructor, and only implement it in the other part file.

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

Sidebar

Related Questions

Don't need to do this right now but thinking about the future... What would
I don't think this should be in my view, but instead handled by the
I don't understand where the extra bits are coming from in this article about
I don't expect a straightforward silver bullet answer to this, but what are the
I don't know if anyone has seen this issue before but I'm just stumped.
I don't know if this is possible. I display a table of results and
Don't think this is a repost, difficult to search for the word between because
Don't know if this is an eclipse specific problem but whenever I declare a
I don't edit CSS very often, and almost every time I need to go
I don't want PHP errors to display /html, but I want them to display

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.