I have installed Visual Studio 2010 Beta 2 and the .NET Micro Framework 4.0
SDK. I then have created a new project by using the installed template:
Visual C# -> Micro Framework -> Windows Application
All the referenced assemblies can not be found.
If I delete any one of the references so that I can re add the reference
e.g. Microsoft.SPOT.Graphics, I getting the following error when selecting
the reference from the Add Reference dialog:
Error HRESULT E_FAIL has been returned from a call to a COM component.
If a try to build the project, Visual Studio crashes and the following error
is logged in the windows log:
Fault bucket 779448003, type 5
Event Name: CLR20r3
Response: None
Cab Id: 0
Problem signature:
P1: devenv.exe
P2: 10.0.21006.1
P3: 4acbdb09
P4: Microsoft.Build
P5: 4.0.0.0
P6: 4acbbd9c
P7: 12b5
P8: 13
P9: ONVT03M1RZ20JLPUEBOPCNHAKX0UJFRN
P10:
Please let me know if you have encountered similiar problems when trying to
build a .NET Micro Framework project and how I might go about resolving these
issues?
I am able to build a .NET Framework 4.0 windows application without any
difficulties.
Thanks!
Fabio
This is copied from the SDK download page:
Supported Development Environments: Microsoft Visual Studio 2008 SP1 or
Microsoft Visual C# Express Edition 2008 SP1
Jan
"Fabio" <Fa...@discussions.microsoft.com> wrote in message
news:E8FA588E-0F26-4700...@microsoft.com...