When I create a new winfx windows project/solution by default it creates Window1.xaml and Window1.xaml.vb. Already it has 2 compile errors: Error 1 'Sub Main' was not found in 'deleteme2'. Error 2 Name 'InitializeComponent' is not declared. C:\Documents and Settings\Administrator.MOON\My Documents\Visual Studio 2005\Projects\deleteme2\deleteme2\Window1.xaml.vb 15 9 deleteme2 Yesterday I thought something wasnt right in one of the toolbox tabs so from the toolbox I rightclicked and selected 'Reset'. I thought this would reset everything back to the original settings, but instead I lost one of the tabs and the general tab is empty. I think the general tab was already empty, but I dont recall what the other tab was and what it had on it. I'm new to winfx so I dont know what should be here. this toolbox tab was visible in the IDE's code view. the tabs seem to all be there for form design view. If I open a project created yesterday and was OK yesterday, I get these compile errors today: I already ran a restore on the winfx beta 2 install, winfx beta 2 sdk, and the VS tools sdk for winfx: Microsoft Pre-Release Software WinFX Runtime Components - January Community Technology Preview CTP Microsoft Visual Studio Code Name Orcas Community Technology Preview - Development Tools for WinFX Windows Communication Foundation Beta 2 Runtime x86 Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2 EN Windows SDK for WinFX Runtime Components January CTP ------------------------ By the way, other types of projects sucn as normal windows forms projects and workflow projects seem to be OK. Another note: If I create a winfx windows application in C# it's OK, just not in VB. I attached a zipped copy of a new vb winfx windows project that was just created and nothing else happened to it. it doenst compile so you can see what's missing. Can anyone please help me with this? Thanks.
Hi there - this looks like it is related more to Avalon than WinFS. You might want to try posting to: Microsoft.public.windows.developer.winfx.avalon Thanks Dave. Dave Nettleton[MSFT] This posting is provided "AS IS" with no warranties and confers no rights. "moondaddy" <moondaddy@nospam.nospam> wrote in message news:edZ9sxcIGHA.2900@TK2MSFTNGP14.phx.gbl... > When I create a new winfx windows project/solution by default it creates > Window1.xaml and Window1.xaml.vb. Already it has 2 compile errors: > > Error 1 'Sub Main' was not found in 'deleteme2'. > Error 2 Name 'InitializeComponent' is not declared. C:\Documents and > Settings\Administrator.MOON\My Documents\Visual Studio > 2005\Projects\deleteme2\deleteme2\Window1.xaml.vb 15 9 deleteme2 > > Yesterday I thought something wasnt right in one of the toolbox tabs so from > the toolbox I rightclicked and selected 'Reset'. I thought this would reset > everything back to the original settings, but instead I lost one of the tabs > and the general tab is empty. I think the general tab was already empty, > but I dont recall what the other tab was and what it had on it. I'm new to > winfx so I dont know what should be here. this toolbox tab was visible in > the IDE's code view. the tabs seem to all be there for form design view. > > If I open a project created yesterday and was OK yesterday, I get these > compile errors today: > > I already ran a restore on the winfx beta 2 install, winfx beta 2 sdk, and > the VS tools sdk for winfx: > > Microsoft Pre-Release Software WinFX Runtime Components - January Community > Technology Preview CTP > Microsoft Visual Studio Code Name Orcas Community Technology Preview - > Development Tools for WinFX > Windows Communication Foundation Beta 2 Runtime x86 > Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2 EN > Windows SDK for WinFX Runtime Components January CTP > > ------------------------ > > By the way, other types of projects sucn as normal windows forms projects > and workflow projects seem to be OK. > Another note: If I create a winfx windows application in C# it's OK, just > not in VB. > > I attached a zipped copy of a new vb winfx windows project that was just > created and nothing else happened to it. it doenst compile so you can see > what's missing. > > Can anyone please help me with this? > > Thanks. > > > >