Visual Basic > Visual Basic Forums > Visual Basic IDE > [VB2010 Beta2] Can't open code and crash when open wpf form.
Ask a questionAsk a question
 

Answer[VB2010 Beta2] Can't open code and crash when open wpf form.

  • Thursday, October 22, 2009 7:00 AMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm try on Ultimate version and Express version.
    Reinstall many time from web install and offline install.
    What should I do ?

Answers

  • Saturday, October 31, 2009 7:01 PMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi again yangxiao,
    Someone alredy fix out this problem.
    Root of it is "Current language for non-Unicode programs".

    VS2010B2 will work only English , other language program will crash.
    It really surprised me.
    • Marked As Answer byRichter03 Saturday, October 31, 2009 7:02 PM
    •  

All Replies

  • Thursday, October 22, 2009 7:42 PMAlessandro Del Sole [MVP]MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, your screenshot refers to a Console application. Does the problem happen with WPF apps or with other kinds of applications too? With regard to WPF, at which point does the problem occur? I mean, when you create the project, when you activate the designer, when you run the application...

    I can suggest you to run the VS 2010 Ultimate edition and attach the Visual Studio Debugger to get complete information. My suggestion is:

    1. run an instance of Visual Studio 2010 Ultimate
    2. run a second instance of Visual Studio
    3. in the first instance running, go to Tools|Attach to process. This will show up a window where you can select the process for attaching the debugger to. Select the second instance of Devenv.exe
    4. in the second instance, try to reproduce the problem
    5. when you're done, detach the debugger from within the second instance.

    Finally I suggest you to file the result log to http://connect.microsoft.com
    Alessandro Del Sole - Microsoft MVP http://community.visual-basic.it/Alessandro
  • Friday, October 23, 2009 8:41 PMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, VS2010B2 is error when I activate the designer or activate code file(like .vb).
    I'm follow your suggest and find this but where are logfile location?(I'm really don't know where it are).

    System.StackOverflowException was unhandled
    An unhandled exception of type 'System.StackOverflowException' occurred in Microsoft.VisualStudio.Shell.UI.dll

  • Tuesday, October 27, 2009 5:42 AMyangxiao_MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    From this instance, go to Debug-> Save dump with miniheap, and create a dump file. Please attach dump file when you get it.

    Thanks,
    Yang
  • Wednesday, October 28, 2009 9:48 AMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks everyone, I'm hope and wait for new patch to fix this.
    (Look like I'm not only one who has this problem.)
  • Thursday, October 29, 2009 7:02 AMyangxiao_MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Are you able to get a dump? That'll help us to identify and resolve the problem. Thanks!

    Yang

  • Saturday, October 31, 2009 4:58 PMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi yangxiao,
    I have some very big proble now.


    How I could send this !?
    ... What should I do ?? 
  • Saturday, October 31, 2009 7:01 PMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi again yangxiao,
    Someone alredy fix out this problem.
    Root of it is "Current language for non-Unicode programs".

    VS2010B2 will work only English , other language program will crash.
    It really surprised me.
    • Marked As Answer byRichter03 Saturday, October 31, 2009 7:02 PM
    •  
  • Saturday, November 07, 2009 12:55 AMyangxiao_MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Rich,

    Can you let me know your configuration, including OS (Version, language). I assume "other language program will crash" refers to non-English OS.

    Thanks,
    Yang
  • Monday, November 09, 2009 10:37 PMyangxiao_MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Hi Rich,

    Thanks for reporting this issue. We're able to catch a callstack and we have fixed this issue for VS2010.

    Thanks,
    Yang
    • Proposed As Answer byyangxiao_MSFT Monday, November 09, 2009 10:38 PM
    •  
  • Wednesday, November 11, 2009 9:55 AMRichter03 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi yangxiao,
    Look like I'm late reply again.

    Window Xp Pro 2002 Sp-3
    non-Unicode programs = Thai

    Thanks for the help.