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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:45:58+00:00 2026-05-29T22:45:58+00:00

When open application (developed using Monotouch) in iPhone, Application is crash when it is

  • 0

When open application (developed using Monotouch) in iPhone, Application is crash when it is launch

Date/Time: 2012-02-17 21:57:44.970 +1100

OS Version: iPhoneOS 4.3.5 (8L1)

Report Version: 104

Exception Type: 00000020

Exception Codes: 0x8badf00d

Highlighted Thread: 0

Application Specific Information: Tender failed to launch in time

Elapsed total CPU time (seconds): 2.120 (user 1.420, system 0.700),
11% CPU Elapsed application CPU time (seconds): 1.200, 6% CPU

This is crash report

I just create object for view and added to window

My Startup code is

public override bool FinishedLaunching (UIApplication app, NSDictionary options)
{
window.MakeKeyAndVisible ();
iTenderLoginView loginView;
loginView = new iTenderLoginView (window);
window.AddSubview (loginView.View);
return true;
}

Thanks

  • 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-29T22:45:58+00:00Added an answer on May 29, 2026 at 10:45 pm

    Basically doing a local variable for a view, like this:

    iTenderLoginView loginView;
    loginView = new iTenderLoginView (window);
    window.AddSubview (loginView.View);
    

    will cause a problem since loginView won’t be referenced after the AddSubview call and the GC will be free to collect the instance. Promote the loginView local variable into a field of your AppDelegate and this should fix your crash.

    See my answer for https://stackoverflow.com/a/9254218/220643

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

Sidebar

Related Questions

I developed a Access application using VBA. Everytime I open Access up, I get
I want to download this open source application, and they are using Git. What
We have a very large enterprise Web application developed using Mojave (MVC) framework in
I have a simple C# console application developed on my local machine using VS2008
I'm currently working on a new web application and it's being developed using Oracle
I have a legacy desktop accounting application developed using Delphi 5 & Paradox, which
Here is my problem. In my web application which has developed using JSP/servelt there
I developed an application locally using the Visual Studio 2008 built-in web server and
We've developed a desktop application using .NetFX3.5 which has some winforms and two WPF
I've developed application using Silverlight, and now I need to implement printing, I've used

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.