Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug BUG: VS 2008 IDE + Silverlight 2 Beta 1 addon; Generation of incorrect class file code in VB project
2 replies. Latest Post by ghostinak on April 1, 2008.
(0)
ghostinak
Member
2 points
2 Posts
03-29-2008 4:27 PM |
VS 2008 Pro + SL 2 beta 1 addon
Create new VB Silverlight project
Right-click project node in solution explorer; choose New > Class
Name the class whatever you like (I chose TestData)
Following (obviously incorrect) code was generated:
Public
#Region
End
swildermuth
Star
8320 points
1,546 Posts
04-01-2008 2:00 AM |
This doesn't happen for me. Are you sure you don't have custom templates deployed?
04-01-2008 2:52 AM |
Well I do have a custom template installed.. I modified the existing VB class template to add 3 regions. Works perfectly for ASP.NET, VB WinForms, and VB Console apps.