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

  • SEARCH
  • Home
  • 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 8587113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:29:15+00:00 2026-06-11T22:29:15+00:00

I’m working on asp.net c# oracle database connection using 3-Tier architecture. On my business

  • 0

I’m working on asp.net c# oracle database connection using 3-Tier architecture. On my business layer class I’m getting this error. System.StackOverflowException was unhandled

I followed a tutorial using sql database and all worked fine with no error now I need to implement using oracle database.

Here is part of the code where I’m getting error

    public class BusSurvey
{
    DbAccess _dbAccess = new DbAccess();
    private DataSet _SurveyDS = new DataSet();
    public DataSet SurveyDS
    {
        get
        {
            return SurveyDS;
        }
        set
        {
            SurveyDS = value;
        }
    }
  • 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-06-11T22:29:16+00:00Added an answer on June 11, 2026 at 10:29 pm

    Name of property and field are same so change the field name

        private DataSet _SurveyDS = new DataSet();
        public DataSet SurveyDS
        {
            get
            {
                return _SurveyDS;  <--- here 
            }
            set
            {
                _SurveyDS = value; <--- here
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working with an Oracle 9i database from an ASP.NET 2.0 (VB) application using OLEDB.
Previous working asp.net webforms app now throws this error: System.MissingMethodException: Method not found The
i've started working with ASP.NET MVC and using Entity Framework, concretely with SQLite db,
Here I am working with asp.net web application, I am using 2 facebook plugin
I am working on asp.net application and I have an update panel like this:
We are using Oracle 11g as backend in our asp.net Web application. In signup
I am working on asp.net application. I have a function like this: Public Function
I have a working ASP.Net test web service, but I keep getting 500 errors
working with: ASP.net using VB.net connecting to MS SQL Server What I'm trying to
I am working on asp.net MVC 3 project. I am using EF 4.1 code

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.