473,404 Members | 2,187 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,404 software developers and data experts.

VB.NET ide problem -- Am I alone with this problem?

Hello all,

For a certain amount of time, I have a rather odd problem with my Visual
Studio 2003. I do not know where it is come from i.e. if it is my code or
the intellisense from the VB.NET ide. Here the problem. When i open an
existing project, I have no error. If I add a new method or property in my
class or if I change the scope of one of my method from public to private,
NET gives me an incredible list of errors. What I have noticed, the errors
are always in a form. Here an error example

Friend WithEvents tbxInterchange As PAIControlLibrary.TextBoxPai
Friend WithEvents dcbTypePiece As PAIControlLibrary.PAIDualCombo
Friend WithEvents lblNoSerie As PAIControlLibrary.LabelPai
Friend WithEvents tbxNoSeriePiece As PAIControlLibrary.TextBoxPai
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.Resources.ResourceManager = New
System.Resources.ResourceManager(GetType (frmUTLAssignerPhotoPieceINV))
Me.lblInterchange = New PAIControlLibrary.LabelPai(Me.components)
Me.lblTypePiece = New PAIControlLibrary.LabelPai(Me.components)
<-------ERROR IS HERE
Me.tbxInterchange = New PAIControlLibrary.TextBoxPai
Me.dcbTypePiece = New PAIControlLibrary.PAIDualCombo
<-------ERROR IS HERE
Me.lblNoSerie = New PAIControlLibrary.LabelPai(Me.components)
Me.tbxNoSeriePiece = New PAIControlLibrary.TextBoxPai
Me.tabPgPiece.SuspendLayout()
The two components lblTypePiece and dcbTypePiece are in error. But like you
can see it, they are well declared. To correct my problem (temporarily), I
replace Private Sub InitializeComponent() for Public Sub
InitializeComponent(). Then, I change line. The errors disapeard as they
appeard. I change the scope back. Is there other like me who have this
problem? If yes, what did you do to resolve this?
Any help will be very appreciated

Thank you
Marc R.
to answer me, replace caa by ca


Jul 21 '05 #1
0 1138

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

Similar topics

9
by: none | last post by:
Howdy all, I'm wondering if someone could give some direction on a problem I have or share their experiences. I'm wanting to create a little PHP application that will run on a local machine...
121
by: David Pendrey | last post by:
I was wondering if it is at all posible to write a stand alone .EXE program in Visual Studio .NET. Hopefully in VB.NET but if not another language would be ok. Thanks for the assistance
3
by: Sara Shoemaker | last post by:
I am having problems creating a stand-alone Windows app. I am using a .vcproj file that was translated from a Qt project file using the Qt plug-in. My problem is in getting it statically linked...
7
by: Ulrich Wisser | last post by:
Hi, I would like to stop the postmaster every night and run vacuum pg_dump reindex in the stand alone backend.
2
by: jim-on-linux | last post by:
py help, The file below will run as a stand alone file. It works fine as it is. But, when I call it from another module it locks my computer, The off switch is the only salvation. This...
2
by: karthi84 | last post by:
hi, i have created a web project in visual studio 2003 in a networked system and it worked fine. when i tried to access that project through a browser from another system in the same...
6
by: wassimdaccache | last post by:
Hello everybody I am almost done with my project. I am facing a problem with a primary form on my database when I enter a form contains 3 subforms it is setting allowadditon = false alone ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...

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.