vote up 0 vote down star
1

Is it possible to install the Windows Mobile SDK without having Visual Studio? I am using SharpDevelop to write a Windows Mobile application, but I need to use an assembly in the Windows Mobile 6.0 SDK. When I try to install the SDK I get a message that says Visual Studio is a prerequisite, and I am un able to install it.

Is there a way to trick it in to thinking Visual Studio is installed; maybe a registry entry that can be added or something, or am I just hosed? Is there a reason I need to pay for Microsoft's IDE, or is this just a way for Microsoft to make some extra money?

Thanks,

flag

2 Answers

vote up 0 vote down

I am assuming you are writing an application that targets the .NET Compact Framework. If that is true, you should able to get all of the assemblies in the CF from the .NET Framework SDK, which includes the CF command-line development tools.

link|flag
I only need one assembly Miscrosoft.WindowsMobile.PocketOutlook.dll. The application I am writing relies on it to intercept incoming text messages, unless there is another way to intercept incoming messages that fit a particular criteria? – Tester101 Feb 6 at 23:21
vote up -1 vote down

You could download the Express version of Visual Studio which is free: http://www.microsoft.com/express/Windows/

link|flag
Tried that. Windows Mobile 6.0 SDK requires at least VS 2005, express versions do not fill this requirement. – Tester101 Feb 8 at 13:10

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.