Microsoft 开发人员网络 > 论坛主页 > Visual Basic IDE > [VB2010 Beta2] Can't open code and crash when open wpf form.
提出问题提出问题
 

已答复[VB2010 Beta2] Can't open code and crash when open wpf form.

答案

  • 2009年10月31日 19:01Richter03 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    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.
    • 已标记为答案Richter03 2009年10月31日 19:02
    •  

全部回复

  • 2009年10月22日 19:42Alessandro Del Sole [MVP]MVP用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    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
  • 2009年10月23日 20:41Richter03 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    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

  • 2009年10月27日 5:42yangxiao_MSFT 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    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
  • 2009年10月28日 9:48Richter03 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Thanks everyone, I'm hope and wait for new patch to fix this.
    (Look like I'm not only one who has this problem.)
  • 2009年10月29日 7:02yangxiao_MSFT 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

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

    Yang

  • 2009年10月31日 16:58Richter03 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Hi yangxiao,
    I have some very big proble now.


    How I could send this !?
    ... What should I do ?? 
  • 2009年10月31日 19:01Richter03 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    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.
    • 已标记为答案Richter03 2009年10月31日 19:02
    •  
  • 2009年11月7日 0:55yangxiao_MSFT 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    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
  • 2009年11月9日 22:37yangxiao_MSFT 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     建议的答复
    Hi Rich,

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

    Thanks,
    Yang
  • 2009年11月11日 9:55Richter03 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

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

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

    Thanks for the help.