473,569 Members | 2,703 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS.NET 2003 IDE bugs, Part 1

I am having a very annoying problem with Visual Studio. This problem has
been going on for about half a year now on this project and I'm really sick
of it.

Basically the problem that I have is this. I have a custom control (a DHTML
Textbox using an instance of the Internet Explorer COM object) added
(docked) to a panel that is on a tab control. It lays out just fine. I save
it, I compile it, it works great.

But when I close out of the IDE and then open it up again and re-open the
solution and the designer window auto-loads back up, the custom control is
missing, and when compiling I get the error that the control is never
assigned to.

So I have to manually remove the declaration of the variable in the code,
then go back to the designer and re-add the control, any time I want to edit
this Form. This is a very time consuming process because it means I have to
re-link all of my events and reconfigure all of the properties of the
instance of the custom control.

Does anyone know how to get around this bug?

I also have a problem with the menu (a third party menu control) not staying
at the back (hence docked on top of other top-docked toolbars and other
controls), whenever the designer window for this form is re-opened. I keep
having to right-click on it and choose "Send To Back"; it won't stay if I
ever re-open the designer.

What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??

Jon
Nov 16 '05 #1
4 893
Jon Davis wrote:
[snip]
What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??


Absolutely not -- this is only the 13th rev of the product. Don't be so fussy,
this stuff won't be fixed until at least the 27th rev.
Nov 16 '05 #2
Hello
I have the same problem. I worked around it by adding the control and wiring
its event using code that i write not using the designer. The problem with
this approach is that I don't see the control in the designer.

Best regards
Sherif

"Jon Davis" <jo*@REMOVE.ME. jondavis.net> wrote in message
news:OL******** ******@TK2MSFTN GP12.phx.gbl...
I am having a very annoying problem with Visual Studio. This problem has
been going on for about half a year now on this project and I'm really sick of it.

Basically the problem that I have is this. I have a custom control (a DHTML Textbox using an instance of the Internet Explorer COM object) added
(docked) to a panel that is on a tab control. It lays out just fine. I save it, I compile it, it works great.

But when I close out of the IDE and then open it up again and re-open the
solution and the designer window auto-loads back up, the custom control is
missing, and when compiling I get the error that the control is never
assigned to.

So I have to manually remove the declaration of the variable in the code,
then go back to the designer and re-add the control, any time I want to edit this Form. This is a very time consuming process because it means I have to re-link all of my events and reconfigure all of the properties of the
instance of the custom control.

Does anyone know how to get around this bug?

I also have a problem with the menu (a third party menu control) not staying at the back (hence docked on top of other top-docked toolbars and other
controls), whenever the designer window for this form is re-opened. I keep
having to right-click on it and choose "Send To Back"; it won't stay if I
ever re-open the designer.

What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??

Jon

Nov 16 '05 #3
IMO U should first rebuid project, than open designer.
If compiler don't complain it should'nt dissapear.

Regards,
Krzemo.

"Jon Davis" <jo*@REMOVE.ME. jondavis.net> wrote in message
news:OL******** ******@TK2MSFTN GP12.phx.gbl...
I am having a very annoying problem with Visual Studio. This problem has
been going on for about half a year now on this project and I'm really sick of it.

Basically the problem that I have is this. I have a custom control (a DHTML Textbox using an instance of the Internet Explorer COM object) added
(docked) to a panel that is on a tab control. It lays out just fine. I save it, I compile it, it works great.

But when I close out of the IDE and then open it up again and re-open the
solution and the designer window auto-loads back up, the custom control is
missing, and when compiling I get the error that the control is never
assigned to.

So I have to manually remove the declaration of the variable in the code,
then go back to the designer and re-add the control, any time I want to edit this Form. This is a very time consuming process because it means I have to re-link all of my events and reconfigure all of the properties of the
instance of the custom control.

Does anyone know how to get around this bug?

I also have a problem with the menu (a third party menu control) not staying at the back (hence docked on top of other top-docked toolbars and other
controls), whenever the designer window for this form is re-opened. I keep
having to right-click on it and choose "Send To Back"; it won't stay if I
ever re-open the designer.

What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??

Jon

Nov 16 '05 #4
You have an interesting problem. I'd try to solve the problem by trying to
figure out exactly VS is messing up. My guess it that it's messing up the
save on the Form. I think that the form is saved as XML (not the code
portion, just the layout).
So I would have your project ready to compile, with no files open, then
compile it. It that works, copy the form to another copy. Quit VS, and
reopen, and try compile again. If that doesn't work, do a diff on the
current form file and the backed up one, and see what's messed up.

S

"Przemysław Kulak" <pk****@ka.onet .pl> wrote in message
news:c7******** **@news.onet.pl ...
IMO U should first rebuid project, than open designer.
If compiler don't complain it should'nt dissapear.

Regards,
Krzemo.

"Jon Davis" <jo*@REMOVE.ME. jondavis.net> wrote in message
news:OL******** ******@TK2MSFTN GP12.phx.gbl...
I am having a very annoying problem with Visual Studio. This problem has
been going on for about half a year now on this project and I'm really

sick
of it.

Basically the problem that I have is this. I have a custom control (a

DHTML
Textbox using an instance of the Internet Explorer COM object) added
(docked) to a panel that is on a tab control. It lays out just fine. I

save
it, I compile it, it works great.

But when I close out of the IDE and then open it up again and re-open the solution and the designer window auto-loads back up, the custom control is missing, and when compiling I get the error that the control is never
assigned to.

So I have to manually remove the declaration of the variable in the code, then go back to the designer and re-add the control, any time I want to

edit
this Form. This is a very time consuming process because it means I have

to
re-link all of my events and reconfigure all of the properties of the
instance of the custom control.

Does anyone know how to get around this bug?

I also have a problem with the menu (a third party menu control) not

staying
at the back (hence docked on top of other top-docked toolbars and other
controls), whenever the designer window for this form is re-opened. I keep having to right-click on it and choose "Send To Back"; it won't stay if I ever re-open the designer.

What is up with all this bugginess??? Is Microsoft doing ANYTHING to fix
these stupid problems??

Jon


Nov 16 '05 #5

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

Similar topics

7
319
by: tony | last post by:
Hi Any one know that can VS.net 2005 with vs.net 2003 worked together in one manchine? if it can working together, how can I set up it? Thanks Tony
28
2627
by: Neil Ginsberg | last post by:
I have a client who is using Access 2002/2000 (the database itself is written in 2000), and is considering migrating to Access 2003. Any recommendations on whether Access 2003 is worth the migrate, or should he stick with 2002? Thanks! Neil
13
1212
by: rawCoder | last post by:
Dear All, Just wanted to inquire whether VS.NET 2005 Beta is more stable than the VS.NET 2003 (using common features only as in case of a port) ? Also when is right time (earliest) to port a product made in VS.NET 2003 to the newer version and whether its redistributable is available or not ? Thank You in advance rawCoder
21
1654
by: Steve | last post by:
Hi, I have a form containing a lot of various forms objects (about 120-150). It takes about 10 minutes for the solution to load (only one project). If I modify the corresponding .h file and return to the tab the IDE become unresponsive to about 5-10 minutes again. For example, if I double click on a label, the .h code window appears with...
1
1014
by: Dave Harry | last post by:
I've had trouble with VB 2003 not doing things quite right, help won't compile, etc, things are being a general pain the the bum. I've downloaded the VB Express 2005 and trying my code there before buying VB 2005 standard. Should the forms' code, that was upgraded from VB6 to 2003, still work properly in 2005? The program function was...
0
7612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7668
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.