No errors but did not compile

G

Guest

I created a new smartphone test project with one menu item that did a
messagebox.show.

When I compiled the project I did not get any errors, but it displaid that 1
failed. Am I missing something? Please help. Thanks!

Here is the output:
------ Build started: Project: SmartPhoneTest, Configuration: Debug
Smartphone ------

Preparing resources...
Updating references...
Performing main compilation...

Build complete -- 0 errors, 0 warnings
Building satellite assemblies...
Visual Studio is ready to deploy SmartPhoneTest



---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped
 
G

Guest

I don't even get that far.

I'm just trying to compile the project and the project does not compile.

If I try to debug my add (F5) then I get "There were build error's.
Continue?" but when I look at the output there are no errors.

------ Build started: Project: SmartPhoneTest, Configuration: Debug
Smartphone ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...
Visual Studio is ready to deploy SmartPhoneTest



---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped
Deploy: 0 succeeded, 0 failed, 0 skipped


Here is some background:
I Installed .Net 2003 then I installed ActiveSync 3.7.1.
I installed Microsoft SMARTPHONE 2003 SDK.msi after ActiveSync
 
C

chora

If the dialog says there were errors, means there were errors.

Errors are not in the output window. You will find them in Task List.
Maybe you closed it by accident.
 
G

Guest

Just in case someone else has this problem you need to do the following:

1. Make sure you install eVC++4.0 (Missed this step)
2. Install eVC++4.0 sp4 (Missed this step)
3. Then install Smartphone SDK.

After installing eVC I was able to compile and run a test app in the emulator.

Thanks for everyone's help.
 

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