VS2005 IDE Full of Bugs .

  • Thread starter João Santa Bárbara
  • Start date
J

João Santa Bárbara

Hi all,
i have instaled VS2005 Develpers Edition, and i have migrate my VB code from
VS2003 to VS2005(RTM).
and so far i´m not pleased with this migration.

i have lots of ide Bugs, some forms in designer explodes. :(
other problem is in the VB Compiler that explodes with this error "AppName:
devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699" and force the IDE to
Close

Is this a problem of my computer, or other people have the same problem ???

when is going to be released the SP1 for VS2005 ???

thks
JSB
 
P

pvdg42

João Santa Bárbara said:
Hi all,
i have instaled VS2005 Develpers Edition, and i have migrate my VB code
from VS2003 to VS2005(RTM).
and so far i´m not pleased with this migration.

i have lots of ide Bugs, some forms in designer explodes. :(
other problem is in the VB Compiler that explodes with this error
"AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699" and force the
IDE to Close

Is this a problem of my computer, or other people have the same problem
???

when is going to be released the SP1 for VS2005 ???

thks
JSB
All I can tell you is that your reported symptoms do not appear in our test
installations in classrooms and labs where I teach. nor on my home or office
PC's. I've converted at least 100 different solutions with no issues. It may
well be that the code in your projects is unique and not replicated here.
Can you provide some specifics on what types of statements are causing the
problems, and is there a pattern? If not, it's possible that your VS 2005
installation is flawed. Have you tried a repair install?
 
J

João Santa Bárbara

Hi there,
how can i tell.

i have installed infragistics 2005 Vol3 and my project is working with this.
and i have a few addins installed but they are disabled ( code smart 2005
and CodeRush 1.36 ) .

thks

JSB
 
J

Jeff Gaines

Hi all,
i have instaled VS2005 Develpers Edition, and i have migrate my VB
code from VS2003 to VS2005(RTM). and so far i´m not pleased with
this migration.

i have lots of ide Bugs, some forms in designer explodes. :(
other problem is in the VB Compiler that explodes with this error
"AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699" and
force the IDE to Close

Is this a problem of my computer, or other people have the same
problem ???

when is going to be released the SP1 for VS2005 ???


It's definitely nowhere near as stable as VS2003. It's crashed on me 3
times in one afternoon and it came up with a lovely error message today
saying that 'changes in the designer had not been reflected in the
code' and I should close and re-open the file. Doing that achieved
nothing so I had to close it down and I lost all my changes.

It also complained it was unable to delete some files and I had to
close it, delete the files manually, and re-start.

Bearing in mind how long we have waited I would have expected it to be
much more stable.
 
J

Jeff Gaines

Have you tried re-installing by any chance?


Not yet, I installed from the MSDN download but will wait for the
CD/DVD to arrive in the post before I re-install.

I also have some sort of permissions issue (next message in group) and
I want to get all the issues sorted before a re-install.
 
C

clintonG

The Website Administrator writes two instances of a user into the
aspnet_Users table when Membership is applied. It also time stamps the entry
6 hours later than my system time. I've tested this on two different basic
applications and two different clean databases and have confirmed redundant
data being written. The 6 hour time difference has me stumped thinking my
machine could need a replacement battery but then I go nooooo, how could the
system time remain stable?


<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
F

Frans Bouma [C# MVP]

João Santa Bárbara said:
Hi all,
i have instaled VS2005 Develpers Edition, and i have migrate my VB
code from VS2003 to VS2005(RTM).
and so far i´m not pleased with this migration.

i have lots of ide Bugs, some forms in designer explodes. :(
other problem is in the VB Compiler that explodes with this error
"AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699" and
force the IDE to Close

Is this a problem of my computer, or other people have the same
problem ???

when is going to be released the SP1 for VS2005 ???

Did you by any change have had Beta2 or a CTP build installed on that
system as well and just used the 'uninstall' option in those
installers? (because that won't be enough).

Frans


--
 
C

clintonG

I had an instance of Beta 2 installed and used the uninstall tool that
Microsoft was providing. All seemed okay -- more or less -- but as soon as I
allows VS2005 to updated an application I am working on I observed there
were problems with the Website Administration Tool as I've noted.

Somewhere, somehow, something is causing a redundant record of a user to be
entered into the aspnet_Users table when I apply a role to that user and all
instances of adding a user to the aspnet_Users table are timestamped 6 hours
into the future.

<%= Clinton Gallagher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top