473,511 Members | 17,673 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Code loses formatting

VB.Net 1.1

The code behind a Winform has lost its formatting. Went I go to the next
line, the cursor goes all the way to the left. Also, text will not
autocomplete. I get Intellisense features, but when I type TRY, I do not get
CATCH... END TRY. The property syntax does not fill in, not END IF for my
IF's, etc.

This just started happening out of the blue the other day. I thought it was
containing to a single form, but it wasn't. All of the forms in my project
are seemingly corrupted. It hasn't affected any other projects.

I have rebooted, restarted, cut and paste, etc... no help. I created a new
solution and copied the projects in. The only difference was the other forms
worked okay, but the main culprit form didn't work there either.

The code compiles and the builds run without issue. Does anybody have any
idea what could have caused this?

Jul 21 '05 #1
4 1555
Can somebody humor me with a guess?
VB.Net 1.1

The code behind a Winform has lost its formatting. Went I go to the next
line, the cursor goes all the way to the left. Also, text will not
autocomplete. I get Intellisense features, but when I type TRY, I do not get CATCH... END TRY. The property syntax does not fill in, not END IF for my
IF's, etc.

This just started happening out of the blue the other day. I thought it was containing to a single form, but it wasn't. All of the forms in my project
are seemingly corrupted. It hasn't affected any other projects.

I have rebooted, restarted, cut and paste, etc... no help. I created a new solution and copied the projects in. The only difference was the other forms worked okay, but the main culprit form didn't work there either.

The code compiles and the builds run without issue. Does anybody have any
idea what could have caused this?

Jul 21 '05 #2
Can somebody humor me with a guess?
VB.Net 1.1

The code behind a Winform has lost its formatting. Went I go to the next
line, the cursor goes all the way to the left. Also, text will not
autocomplete. I get Intellisense features, but when I type TRY, I do not get CATCH... END TRY. The property syntax does not fill in, not END IF for my
IF's, etc.

This just started happening out of the blue the other day. I thought it was containing to a single form, but it wasn't. All of the forms in my project
are seemingly corrupted. It hasn't affected any other projects.

I have rebooted, restarted, cut and paste, etc... no help. I created a new solution and copied the projects in. The only difference was the other forms worked okay, but the main culprit form didn't work there either.

The code compiles and the builds run without issue. Does anybody have any
idea what could have caused this?

Jul 21 '05 #3
I have the same problem. I can't any documentation on it. I found an old
posting, but it had no responses.

http://tinyurl.com/ypok3

Can somebody please look into this? I e-mailed MSFT a few weeks ago and got
no response.

I tried moving my projects into a new solution and the same errors occurred.
All setting are correct. I am using 1.1 and vb.net.

Thanks,
Mike

PS: I saw this posting in 2 spots so I replied to both. Not sure where this
one should be.
VB.Net 1.1

The code behind a Winform has lost its formatting. Went I go to the next
line, the cursor goes all the way to the left. Also, text will not
autocomplete. I get Intellisense features, but when I type TRY, I do not get CATCH... END TRY. The property syntax does not fill in, not END IF for my
IF's, etc.

This just started happening out of the blue the other day. I thought it was containing to a single form, but it wasn't. All of the forms in my project
are seemingly corrupted. It hasn't affected any other projects.

I have rebooted, restarted, cut and paste, etc... no help. I created a new solution and copied the projects in. The only difference was the other forms worked okay, but the main culprit form didn't work there either.

The code compiles and the builds run without issue. Does anybody have any
idea what could have caused this?

Jul 21 '05 #4
I have the same problem. I can't any documentation on it. I found an old
posting, but it had no responses.

http://tinyurl.com/ypok3

Can somebody please look into this? I e-mailed MSFT a few weeks ago and got
no response.

I tried moving my projects into a new solution and the same errors occurred.
All setting are correct. I am using 1.1 and vb.net.

Thanks,
Mike

PS: I saw this posting in 2 spots so I replied to both. Not sure where this
one should be.
VB.Net 1.1

The code behind a Winform has lost its formatting. Went I go to the next
line, the cursor goes all the way to the left. Also, text will not
autocomplete. I get Intellisense features, but when I type TRY, I do not get CATCH... END TRY. The property syntax does not fill in, not END IF for my
IF's, etc.

This just started happening out of the blue the other day. I thought it was containing to a single form, but it wasn't. All of the forms in my project
are seemingly corrupted. It hasn't affected any other projects.

I have rebooted, restarted, cut and paste, etc... no help. I created a new solution and copied the projects in. The only difference was the other forms worked okay, but the main culprit form didn't work there either.

The code compiles and the builds run without issue. Does anybody have any
idea what could have caused this?

Jul 21 '05 #5

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

Similar topics

3
2912
by: srijit | last post by:
Hello, Here is an example code of xml writer in Python+PythonNet, Ironpython and Boo. The codes look very similar. Regards, Srijit Python + PythonNet: import CLR
1
2298
by: Chris Kennedy | last post by:
I am writing the value from a textarea input box to a cookie. Long story but when I return to the page I want to pull the value from the cookie and put it back in the textbox. When I do this all...
0
267
by: Dave Powlin | last post by:
VB.Net 1.1 The code behind a Winform has lost its formatting. Went I go to the next line, the cursor goes all the way to the left. Also, text will not autocomplete. I get Intellisense features,...
8
1424
by: Deano | last post by:
Here's the code; Private Sub txtTeachName_LostFocus() If IsNull(Me.txtName) Then 'line A Forms!frmMainform!frmSubform.Locked = True GoTo Exit_txtName Else 'line B...
3
2939
by: Andrea | last post by:
I've run into a random problem with creating mailing labels through access, and I can't seem to find a solution for it. I'm running Access 2000 on Windows 2000. I'm using the label wizard to...
0
898
by: Lloyd Sheen | last post by:
Ok, another IDE problem. Is there any way to stop the reformatting of the text in the HTML of an ASPX page???? I have an embedded object with lots of attributes / parameters and when I format...
14
1878
by: Bruce Lewis | last post by:
Those who send HTML email and rely on the BASE tag may be interested to know that hotmail seems to lose it. A multipart/alternative message I sent to a friend who has hotmail did not work because...
3
1331
by: Paul E Collins | last post by:
In Visual Studio 2005, I copy a block of code with tabs in it, such as: myLabel.Text = "Please wait ..."; progressBar.Value = 0; (In the above, the two = signs are aligned with each other...
7
1728
by: jvaradarajan | last post by:
I've an ASP page which generates 4 kinds of reports based on a selection from a dropdownlist. There is a dropdownlist, datagrid and a generate report button in the page. The page works fine in IE....
10
2106
by: sara | last post by:
Hi - I have a report that is 14 columnar sub-reports (Line up: Position- holders in each of our 14 locations - Manager, Assistant Manager, Receiving, Office, etc). I output directly to PDF...
0
7245
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,...
1
7085
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
5671
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5069
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...
0
4741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1577
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 ...
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
449
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...

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.