473,394 Members | 1,734 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,394 software developers and data experts.

One more request for VS 2008

Please is there anyone who knows where the cached info for VS 2008 is. I
have had so many troubles with this IDE that it is ridicules. Now everytime
I change something in the main form I get a new code inserted into the .vb
file ( not good) for three events defined by a usercontrol that is present
on the form.

All I have to do is make a change and at the end of the code there it is.

MS WHY DON'T YOU SPEND TIME ON MAKING A GOOD IDE??
Please.

LS

Jun 1 '08 #1
6 1177
"Lloyd Sheen" <a@b.cschrieb
Please is there anyone who knows where the cached info for VS 2008
is. I have had so many troubles with this IDE that it is ridicules.
Now everytime I change something in the main form I get a new code
inserted into the .vb file ( not good) for three events defined by a
usercontrol that is present on the form.

All I have to do is make a change and at the end of the code there
it is.

MS WHY DON'T YOU SPEND TIME ON MAKING A GOOD IDE??
Please.
Well, it's very slow, but I don't have a problem with it at all. What do
you mean with "cached info"? Can you please describe the steps to
reproduce the behavior? What do you change in the main form? Which code
do you get inserted and in which file (form.vb or form.designer.vb)?
Which events or what control?
Armin

Jun 1 '08 #2

"Armin Zingler" <az*******@freenet.dewrote in message
news:ul*************@TK2MSFTNGP04.phx.gbl...
"Lloyd Sheen" <a@b.cschrieb
>Please is there anyone who knows where the cached info for VS 2008
is. I have had so many troubles with this IDE that it is ridicules.
Now everytime I change something in the main form I get a new code
inserted into the .vb file ( not good) for three events defined by a
usercontrol that is present on the form.

All I have to do is make a change and at the end of the code there
it is.

MS WHY DON'T YOU SPEND TIME ON MAKING A GOOD IDE??
Please.

Well, it's very slow, but I don't have a problem with it at all. What do
you mean with "cached info"? Can you please describe the steps to
reproduce the behavior? What do you change in the main form? Which code do
you get inserted and in which file (form.vb or form.designer.vb)? Which
events or what control?
Armin
What I mean by cached is that there are 6 lines that get inserted when (not
always) I make a change to the main form. This could be menu , change a
background color etc. Cached is also the place where the outlining
information is kept. I have looked at a hex editor version of the file and
there is nothing I can see that changes when I change the outlining of a
subroutine.

As for the IDE in general. When I make a change to a form I expect the
..designer.vb file to change. I expect no changes to the .vb file. When I
see changes listed I know what has happened (the bad code gets put into the
..vb file).

Surely to goodness a sanity check says that I (as the IDE) should know what
the repurcusions of a change are. Changing a button's text or position does
not change the .vb code. That is one of the main principals of development.
Presentation which the .designer.vb file and code which is in the .vb file.
This is not the first problem I have found with this IDE and VS 2008 is much
closer to VS 2002/3 than VS 2005 in its stability.

LS

Jun 1 '08 #3

I'm afraid, I can't help as I haven't experienced this yet.
Armin
Jun 1 '08 #4
I'm afraid, I can't help as I haven't experienced this yet.
Me either,

Cor
Jun 2 '08 #5
On Jun 1, 1:31*pm, "Lloyd Sheen" <a...@b.cwrote:
"Armin Zingler" <az.nos...@freenet.dewrote in message

news:ul*************@TK2MSFTNGP04.phx.gbl...


"Lloyd Sheen" <a...@b.cschrieb
Please is there anyone who knows where the cached info for VS 2008
is. *I have had so many troubles with this IDE that it is ridicules.
*Now everytime I change something in the main form I get a new code
inserted into the .vb file ( not good) for three events defined by a
usercontrol that is present on the form.
All I have to do is make a change and at the end of the code there
it is.
MS WHY DON'T YOU SPEND TIME ON MAKING A GOOD IDE??
Please.
Well, it's very slow, but I don't have a problem with it at all. What do
you mean with "cached info"? Can you please describe the steps to
reproduce the behavior? What do you change in the main form? Which code do
you get inserted and in which file (form.vb or form.designer.vb)? Which
events or what control?
Armin

What I mean by cached is that there are 6 lines that get inserted when (not
always) I make a change to the main form. *This could be menu , change a
background color etc. *Cached is also the place where the outlining
information is kept. *I have looked at a hex editor version of the file and
there is nothing I can see that changes when I change the outlining of a
subroutine.

As for the IDE in general. *When I make a change to a form I expect the
.designer.vb file to change. *I expect no changes to the .vb file. *When I
see changes listed I know what has happened (the bad code gets put into the
.vb file).

Surely to goodness a sanity check says that I (as the IDE) should know what
the repurcusions of a change are. *Changing a button's text or position does
not change the .vb code. *That is one of the main principals of development.
Presentation which the .designer.vb file and code which is in the .vb file..
This is not the first problem I have found with this IDE and VS 2008 is much
closer to VS 2002/3 than VS 2005 in its stability.

LS- Hide quoted text -

- Show quoted text -
Can't say I've experienced any issues with 2008 yet - I'm running it
on Vista Ultimate and XP Pro. Can you provide a small sample project
that demonsrates the behavior? Then maybe we can try and recreate it
on our own machines.

--
Tom Shelton
Jun 2 '08 #6
Hello Lloyd,
What I mean by cached is that there are 6 lines that get inserted when
(not always) I make a change to the main form. This could be menu ,
change a background color etc. Cached is also the place where the
outlining information is kept. I have looked at a hex editor version
of the file and there is nothing I can see that changes when I change
the outlining of a subroutine.
Sounds like the action of a Macro or addin.

What are these 6 lines? or are you suggesting that they are just Newlines?

Has someone gotten access to your machine and placed a long lasting April
fool macro on it?

--
Rory
Jun 2 '08 #7

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

Similar topics

2
by: jp2express | last post by:
Does Request.QueryString need to be carried out using ASP, or can JavaScript handle this? I know it is simple, but I've never done it and I don't know what to search for. Say I wanted my...
4
by: ak121234 | last post by:
Hello, We have written a page which views correctly in Internet Explorer. As well, the page views ok for some of the other programmers on their machines in FireFox. The other programmers are...
2
by: Gary Hasler | last post by:
I am having various problems with web pages on our site not displaying the result of form submissions properly for users with Mozilla type browsers (eg Firefox, Netscape). After investigation I...
0
by: M.-A. Lemburg | last post by:
On 2008-04-29 22:15, Sells, Fred wrote: You should have a look at Trac (http://trac.edgewall.org/) and roundup (http://roundup.sourceforge.net/). Both are written in Python and provide...
4
by: kj | last post by:
Hi. Sorry for this very clueless question, but how does one write in Python an HTTP client that can send a POST request? The modules I've found (e.g. urllib, urllib2), as far as I can tell, seem...
5
by: Rory Becker | last post by:
I have had code in my Application_Start which is intended to run once at the start of my application's life. It loads connection information and similar from a known location. However I...
8
by: Lloyd Sheen | last post by:
Please is there anyone who knows where the cached info for VS 2008 is. I have had so many troubles with this IDE that it is ridicules. Now everytime I change something in the main form I get a...
5
by: Henry Stock | last post by:
I am trying to understand the following error: Any thing you can tell me about this is appreciated. Security Exception Description: The application attempted to perform an operation not allowed...
2
by: timor.super | last post by:
Hi all, I tryed to create a linq2xml request, but I wasn't able to. Can someone help me ? Here's the xml <datas> <date start="12/07/2008" end="31/08/2008">
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
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
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
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...

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.