Building PocketPC app

When I try to build a simple app with a label and listbox, I get the following error:

Error 1 The specified task executable location "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Vbc.exe" is invalid. c:\WINNT\Microsoft.NET\Framework\v2.0.50215\Microsoft.CompactFramework.VisualBasic.v1.targets 28 9

[299 byte] By [Cryo75] at [2008-1-12]
# 1
You appear to be running under Windows 2000 Professional, right?
Do you have the .NET Framework 1.1 installed? If you want to develop .NET Compact Framework 1.0 applications using VS 2005, you must make sure that the .NET Framework 1.1 is installed.
NeilCowburn-MVP at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
Ah!! Couldn't have been a better answer!! Works like a charm!!
Cryo75 at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 3
Glad I could help Smile
NeilCowburn-MVP at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 4

Hi!

I have the same problem, even after installing :NET framework 1.1.

I am using VS.net 2005 beta2. The same problem when trying build device application 1.1 or 2.0.

Any idea?

Thank you!

jaczura at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 5

Please upgrade to RTM (release), make sure beta is properly uninstalled.

IlyaTumanov at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...