473,396 Members | 1,923 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

VS 2005 Crash

Hey
If you make a control that has property like this:
public string Text
{
get { return this.Text; }
}

There is a stackoverflow and VS 2005 designer crash. When you don't use a
visual designer and you just add manually code to the page you will get an
error while debugging. I think designer shouldn't crash whole environment
that's why I publish it. Please tell me if only my designer crashes ?
Jarod

Jan 25 '06 #1
4 1038
Jarod,
Try this:
private string _text;
public string Text
{
get { return _text; }
}
Do you see why it crashed?

Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Jarod" wrote:
Hey
If you make a control that has property like this:
public string Text
{
get { return this.Text; }
}

There is a stackoverflow and VS 2005 designer crash. When you don't use a
visual designer and you just add manually code to the page you will get an
error while debugging. I think designer shouldn't crash whole environment
that's why I publish it. Please tell me if only my designer crashes ?
Jarod

Jan 25 '06 #2
> Try this:
private string _text;
public string Text
{
get { return _text; }
}
Do you see why it crashed?


I understand why it crashed and I do publish code that crashes because maybe
some patch will be usefull just to display error. I publish here very simple
example my problem was a bit more complicated. But my idea was to show that
simple error crashes whole environment. It works like this: you drop your
control ( that perfectly builds ) on the form and you see that VS2005
crashed. And you may have no idea what happend. I made simple mistake but I
believe it shouldn't crash !!!
Jarod

Jan 25 '06 #3
Well!
If your point was to illustrate that it is possible to crash the IDE, you
have certainly succeeded!

Cheers,
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Jarod" wrote:
Try this:
private string _text;
public string Text
{
get { return _text; }
}
Do you see why it crashed?


I understand why it crashed and I do publish code that crashes because maybe
some patch will be usefull just to display error. I publish here very simple
example my problem was a bit more complicated. But my idea was to show that
simple error crashes whole environment. It works like this: you drop your
control ( that perfectly builds ) on the form and you see that VS2005
crashed. And you may have no idea what happend. I made simple mistake but I
believe it shouldn't crash !!!
Jarod

Jan 26 '06 #4
> Well!
If your point was to illustrate that it is possible to crash the IDE, you
have certainly succeeded!


Because maybe someone will think about it and write us some patch ( VS Team
? ).
Jarod

Jan 26 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: samsonfr | last post by:
Hello, I have read KB 814472 and the article "How To: Remove Dependency on _vcclrit.h" (http://msdn2.microsoft.com/en-us/library/ms173267(en-us,vs.80).aspx) which confirmed that VS.NET 2005...
7
by: Maurice | last post by:
Hello, my VB.Net 2005 crashes regulary. After debugging when the code screen appears again I get the following error when I want to save my project: Type: Error Event-ID: 1000 Source:...
1
by: Martin | last post by:
Hi Everyone ! First of all, I use Microsoft Visual Studio Team Edition for Software Developers (8.0.50727.42). In a Winform application, I would like to add to a Usercontrol (x) in an other...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.