PC Review


Reply
Thread Tools Rate Thread

Build Errors During deploy but not complie (kind of)

 
 
Paul [Paradise Solutions]
Guest
Posts: n/a
 
      21st Sep 2004
Hi all

I see this keep cropping up a lot, but not found any responses that
relate to my issue:
If I do a deploy of my project I get the
"There were build errors. Continue?"
message, and is accompanied with the following from the Output window:

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

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



------ 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



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

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



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

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


If I click OK to proceed, the output ends up like this:

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

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



------ 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



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

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



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




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

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



If I just to a compile / recompile of the project I get ~no~ warning
message and the Output window is as follows:


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

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



------ 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



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

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



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

Build: 2 succeeded, 1 failed, 0 skipped



Can anybody tell me how to find out what part is generating the error??

If I copy the compiled dll to the PDA and run my application I recieve
~no~ runtime errors.


Many thanks

Paul
 
Reply With Quote
 
 
 
 
Ginny Caughey [MVP]
Guest
Posts: n/a
 
      21st Sep 2004
Paul,

If you select Rebuild Solution, do you see any build errors?

--
Ginny Caughey
..Net Compact Framework MVP



"Paul [Paradise Solutions]" <Paul@Don'tChuffingSpamMe.com> wrote in message
news:ciot2e$frr$1$(E-Mail Removed)...
> Hi all
>
> I see this keep cropping up a lot, but not found any responses that relate
> to my issue:
> If I do a deploy of my project I get the
> "There were build errors. Continue?"
> message, and is accompanied with the following from the Output window:
>
> ------ Build started: Project: ConfigFileReader, Configuration: Debug
> Pocket PC ------
>
> Preparing resources...
> Updating references...
> Performing main compilation...
> Building satellite assemblies...
> Visual Studio is ready to deploy ConfigFileReader
>
>
>
> ------ 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
>
>
>
> ------ Build started: Project: PDASalesForms, Configuration: Debug Pocket
> PC ------
>
> Preparing resources...
> Updating references...
> Performing main compilation...
> Building satellite assemblies...
> Visual Studio is ready to deploy PDASalesForms
>
>
>
> ---------------------- Done ----------------------
>
> Build: 2 succeeded, 1 failed, 0 skipped
> Deploy: 0 succeeded, 0 failed, 0 skipped
>
>
> If I click OK to proceed, the output ends up like this:
>
> ------ Build started: Project: ConfigFileReader, Configuration: Debug
> Pocket PC ------
>
> Preparing resources...
> Updating references...
> Performing main compilation...
> Building satellite assemblies...
> Visual Studio is ready to deploy ConfigFileReader
>
>
>
> ------ 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
>
>
>
> ------ Build started: Project: PDASalesForms, Configuration: Debug Pocket
> PC ------
>
> Preparing resources...
> Updating references...
> Performing main compilation...
> Building satellite assemblies...
> Visual Studio is ready to deploy PDASalesForms
>
>
>
> ------ Deploy started: Project: PDASalesForms, Configuration: Debug Pocket
> PC ------
>
>
>
>
> ---------------------- Done ----------------------
>
> Build: 2 succeeded, 1 failed, 0 skipped
> Deploy: 1 succeeded, 0 failed, 0 skipped
>
>
>
> If I just to a compile / recompile of the project I get ~no~ warning
> message and the Output window is as follows:
>
>
> ------ Build started: Project: ConfigFileReader, Configuration: Debug
> Pocket PC ------
>
> Preparing resources...
> Updating references...
> Performing main compilation...
> Building satellite assemblies...
> Visual Studio is ready to deploy ConfigFileReader
>
>
>
> ------ 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
>
>
>
> ------ Build started: Project: PDASalesForms, Configuration: Debug Pocket
> PC ------
>
> Preparing resources...
> Updating references...
> Performing main compilation...
> Building satellite assemblies...
> Visual Studio is ready to deploy PDASalesForms
>
>
>
> ---------------------- Done ----------------------
>
> Build: 2 succeeded, 1 failed, 0 skipped
>
>
>
> Can anybody tell me how to find out what part is generating the error??
>
> If I copy the compiled dll to the PDA and run my application I recieve
> ~no~ runtime errors.
>
>
> Many thanks
>
> Paul



 
Reply With Quote
 
Paul [Paradise Solutions]
Guest
Posts: n/a
 
      22nd Sep 2004
No, task list is always clear and there is no mention of specific errors
in the output window

Ginny Caughey [MVP] wrote:

> Paul,
>
> If you select Rebuild Solution, do you see any build errors?
>

 
Reply With Quote
 
Paul [Paradise Solutions]
Guest
Posts: n/a
 
      24th Sep 2004
Sorry for not replying..

Turns out it was a dll version issue, although the compiler was not
telling me this in any windows. Wasn't untill I went through removing
projects from my solution and compiling them separately that I found the
issue.
Allthough *all* DLL references were 1.0.0.0 (they were being changed a
lot so I decided to just make them all the same to prevent version
issues) something some where was still storing a reference to
1.0.1245.12345 (for example), even after removing and re-entering
references. I had to delete the .vbproj.user file before the references
behaved themselves.


Paul

Ginny Caughey [MVP] wrote:
> Paul,
>
> If you select Rebuild Solution, do you see any build errors?
>

 
Reply With Quote
 
Ginny Caughey [MVP]
Guest
Posts: n/a
 
      24th Sep 2004
Thanks for the update, Paul. I'm glad you found the problem.

--
Ginny Caughey
..Net Compact Framework MVP



"Paul [Paradise Solutions]" <Paul@Don'tChuffingSpamMe.com> wrote in message
news:cj177m$64i$1$(E-Mail Removed)...
> Sorry for not replying..
>
> Turns out it was a dll version issue, although the compiler was not
> telling me this in any windows. Wasn't untill I went through removing
> projects from my solution and compiling them separately that I found the
> issue.
> Allthough *all* DLL references were 1.0.0.0 (they were being changed a lot
> so I decided to just make them all the same to prevent version issues)
> something some where was still storing a reference to 1.0.1245.12345 (for
> example), even after removing and re-entering references. I had to delete
> the .vbproj.user file before the references behaved themselves.
>
>
> Paul
>
> Ginny Caughey [MVP] wrote:
>> Paul,
>>
>> If you select Rebuild Solution, do you see any build errors?
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Build on One Motherboard -- Deploy to Another Stewart Berman Windows XP Setup 2 10th Mar 2009 05:46 PM
complie Errors Roger Vale Microsoft VB .NET 11 30th Dec 2006 09:45 AM
Website won't build -- build failed with no errors, warnings or messages (VS2005) Microsoft ASP .NET 1 3rd Aug 2006 10:53 AM
Not Buid errors when build, yes build erros when deploy, why? Pedro Mir Microsoft ASP .NET 2 20th Jun 2006 03:26 AM
build and deploy problems with asp.net 2.0 =?Utf-8?B?TWFydGluIE1vc2Vy?= Microsoft ASP .NET 0 21st Dec 2005 03:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:23 PM.