CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Join Date
    Oct 2010
    Posts
    46

    Visual studio went crazy...

    Hello. I was using visual studio normally but now i cannot create new visual c++ project. when i try to create a new visual c++ project using app wizard i recieve Internet explorer prompt to download default.htm from visual studio and child window in wich i should see app wizard is white. Any ideas how to slove this?

  2. #2
    Join Date
    Aug 2011
    Posts
    69

    Re: Visual studio went crazy...

    Reinstall visual studio

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Visual studio went crazy...

    Quote Originally Posted by a343 View Post
    Reinstall visual studio
    That wouldn't be the first thing I'd try.

    I don't know what the answer is. Perhaps a system restore before the problem began.

  4. #4
    Join Date
    Oct 2010
    Posts
    46

    Re: Visual studio went crazy...

    Isn't there any other way without reinstaling it? :/ Because i have visual studio install in DVD and my computer doesn't read DVD...

  5. #5
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Visual studio went crazy...

    How did you install it in the first place ?
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  6. #6
    Join Date
    Oct 2010
    Posts
    46

    Re: Visual studio went crazy...

    I used shared DVD reader form other computer to install it.

    System restore helped but the problem suddenly occured again. Every time i do system restore visual studio configures my working enviroment and when it starts everything works. But if i close visual studio and reopen it problem occures again. Any ideas whats wrong?

  7. #7
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Visual studio went crazy...

    What version of VS are you using ?
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  8. #8
    Join Date
    Oct 2010
    Posts
    46

    Re: Visual studio went crazy...

    Visual studio 2005

  9. #9
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Visual studio went crazy...

    look under Tools->Options->Enviroment->Startup...check the "Start Page News Channel"...this points to a webpage and might be your problem.
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  10. #10
    Join Date
    Oct 2010
    Posts
    46

    Re: Visual studio went crazy...

    Params at Startup section:

    At Startup:
    Show start page

    Start page news channel:
    http://go.microsoft.com/fwlink/?linkid=45332&clcid=409

    [Checked]Download content every:
    60min

    Is there anything wrong with this configuration? Thank you

  11. #11
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Visual studio went crazy...

    Mine is set to:

    At Startup:
    Load Last loaded Solution

    [NOT Checked]Download content every:
    60min



    Problem might be your VS is trying to connect to MS for the News Feed and it can't.


    HTH...
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  12. #12
    Join Date
    Oct 2010
    Posts
    46

    Re: Visual studio went crazy...

    I'm sorry to say but that didn't helped I set everything like you said and the problem still ocours. Any other ideas? Thank you.

  13. #13
    Join Date
    Sep 2011
    Location
    The Netherlands
    Posts
    32

    Re: Visual studio went crazy...

    Sounds more like a general problem with modern interfaces that use web content and a browser control.
    Is your webbrowser (Internet Explorer) still functioning correct?

  14. #14
    Join Date
    Oct 2010
    Posts
    46

    Re: Visual studio went crazy...

    Well, i don't really use IE, i use FF, but i afaik it functioning properly

  15. #15
    Join Date
    Sep 2011
    Location
    The Netherlands
    Posts
    32

    Re: Visual studio went crazy...

    I asked because Visual Studio uses the Internet Explorer components for the welcome page and some wizards.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured