Visual Basic Development Bookmark and Share   
 Home > 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.

I'm try on Ultimate version and Express version.
Reinstall many time from web install and offline install.
What shouldI do ?

Richter03  Thursday, October 22, 2009 7:00 AM
Hi againyangxiao,
Someone alredy fix out this problem.
Root of it is "Current language for non-Unicode programs".

VS2010B2 will work only English , other language programwill crash.
It really surprised me.
  • Marked As Answer byRichter03 Saturday, October 31, 2009 7:02 PM
  •  
Richter03  Saturday, October 31, 2009 7:01 PM
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
Alessandro Del Sole [MVP]  Thursday, October 22, 2009 7:42 PM
Hi, VS2010B2 is error whenI 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

Richter03  Friday, October 23, 2009 8:41 PM
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
yangxiao_MSFT  Tuesday, October 27, 2009 5:42 AM
Thanks everyone, I'm hope and wait for new patch to fix this.
(Look like I'm not only one who has this problem.)
Richter03  Wednesday, October 28, 2009 9:48 AM

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

Yang

yangxiao_MSFT  Thursday, October 29, 2009 7:02 AM
Hi yangxiao,
I have some very big proble now.


How I could send this !?
...What shouldI do ??
Richter03  Saturday, October 31, 2009 4:58 PM
Hi againyangxiao,
Someone alredy fix out this problem.
Root of it is "Current language for non-Unicode programs".

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

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

Thanks,
Yang
yangxiao_MSFT  Saturday, November 07, 2009 12:55 AM
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
  •  
yangxiao_MSFT  Monday, November 09, 2009 10:37 PM

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

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

Thanks for the help.

Richter03  Wednesday, November 11, 2009 9:55 AM

You can use google to search for other answers

Custom Search

More Threads

• Uploading vb forms on a server
• Any way to BREAK when MyVariable=CertainValue? on ANY line?
• Linking Variables in a Database?
• datagridcomboboxcolumns in Master-Detail form
• blocking certain keys
• XML Comment Skeleton
• Managing references to DLL's in TFS
• Web Design Help
• Simple (Hopefully) question regarding setting up one-one relationship (VB2005 Express & MS SQL 2005 Express)
• LoadDataRow into designer-configured datatable