Building Project produces Invisible Build Errors

  • Thread starter Thread starter Paul [Paradise Solutions]
  • Start date Start date
P

Paul [Paradise Solutions]

Hi All

Was wondering if anyone can shed some light on a problem I have.
When I do a deploy of my CF project (VB.net) the compiler claims there
are build errors, but none are listed in the task list.
Compiling the project separately from deploy does not produce this error.
Does anyone know what causes it/ how to see the errors in question?

Many thanks


Paul
 
Do you get any other descriptive information in the "Output" window? - this
should detail the nature of build and deploy errors.

Peter
 
This is the contents of the build output:


------ Build started: Project: DBCreate, Configuration: Debug Pocket PC
------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...
Visual Studio is ready to deploy DBCreate



------ Deploy started: Project: DBCreate, Configuration: Debug Pocket PC
------

Deploying to Pocket PC Device using TCP Connect Transport
Connected to Pocket PC Device (Pocket PC) running on ARM.
Copying files from 'C:\Documents and Settings\peden\My Documents\Visual
Studio Projects\PDATools\DBCreate\bin\Debug' to '\Program Files\DBCreate'
Copying DBCreate.exe
Files in the package 'sqlce.ppc3.arm.cab' are more recent on the device
than on the development computer. Consider upgrading to the latest
version. Files affected are:
Sscemw20.dll
Copying files from 'C:\Documents and Settings\peden\My Documents\Visual
Studio Projects\PDATools\CommonFunctions\bin\Debug\' to '\Program
Files\DBCreate'
Copying CommonFunctions.dll



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

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


Launching Application




As you can see, depolyment is fine, but nothing list lied as failing in
the build section...
Is there anything I can do to discover the supposed build fail?
 
Back
Top