Standalone .NET CF SDK?

G

Guest

Hello,

at the moment I'm setting up a standalone server for continuous integration
(CruiseControl .NET). The CC service builds, tests and packages all .NET and
..NET CF projects as soon as there is a new check-in in the source code
repository. Building is done with NAnt scripts.

Now that I've configured the service, I'm facing the problem that the .NET
CF projects cannot be compiled because the .NET CF SDK isn't installed. I've
googled a while and it seems like I've to install the full Visual Studio! Is
this correct? Is there a standalone SDK for .NET CF? Does anyone know a way
how to install the .NET CF assemblies without the whole Visual Studio?

Greetings
 
I

Ilya Tumanov [MS]

NETCF SDK installer (which doubles as end user redist) is included with NDP
SDK and located here by default:

%ProgramFiles%\Microsoft Visual Studio
8\SDK\v2.0\CompactFramework\netcfsetupv2.msi

Please see this:

http://msdn2.microsoft.com/en-us/library/ms172490.aspx
http://msdn2.microsoft.com/en-us/library/ms172492.aspx

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
G

Guest

%ProgramFiles%\Microsoft Visual Studio
8\SDK\v2.0\CompactFramework\netcfsetupv2.msi

Sorry, I forgot to mention that we need to compile for .NET CF v1.0.

Greetings
 
M

Marc Ambrosius

Guest said:
Sorry, I forgot to mention that we need to compile for .NET CF v1.0.
Can you post a sample script how to compile .NET CF 1.0 applications with
Nant?

Thanks in advance

Marc
 
I

Ilya Tumanov [MS]

There's no NETCF V1 SDK available separately from VS, sorry. There are no
official scripts because of that.

You can do a web search for unofficial one but that is semi-legal solution.
Also I don't use Nant so I've no scripts for it, you'd need to create them
yourself.


--
Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top