Using One Click Publishing Beta 2005

J

jennifer1970

Hello. I am trying out the new OneCLick publishing tool that comes
with .Bet 2005 Bets 2. I am getting a lot of warnings and I'm not sure
what they mean or what to do about it. I've got one of them below:

The element 'PropertyGroup' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child
element 'CustomBeforeMicrosoftCommonTargets' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003'. Expected
'Property' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003'. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets

Has anyone here seen this before? And if so, what the heck does it
mean?

Also, since it was just a bunch of warnings, as opposed to errors, I
published anyway just to see what would happen. I got the following
error:

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of file://V:\Information Services\IUT Repoll Setup\IUT
REPOLL.application resulted in exception. Following failure messages
were detected:
+ Exception reading manifest from
file:///V:/Information%20Services/IUT%20Repoll%20Setup/IUT%20REPOLL.application:
the manifest could be invalid or the file could not be opened.
+ The manifest has no XML signature.

I'm sure this error has to do with the warnings I got during the
publish, but I was just wondering what it meant. What is a manifest?

Thanks,
Jennifer
 
J

jennifer1970

I thought it might be helpful to add that when I double-click on the
warning it opens a file called Microsoft.Common.Targets and points to
this bit of code. The word "CustomBeforeMicrosoftCommonTargets" has a
squiggly blue line under it. Any ideas?

Thanks!

<PropertyGroup>
<CustomBeforeMicrosoftCommonTargets
Condition="'$(CustomBeforeMicrosoftCommonTargets)'==''">$(MSBuildExtensionsPath)\v2.0\Custom.Before.Microsoft.Common.targets</CustomBeforeMicrosoftCommonTargets>
<CustomAfterMicrosoftCommonTargets
Condition="'$(CustomAfterMicrosoftCommonTargets)'==''">$(MSBuildExtensionsPath)\v2.0\Custom.After.Microsoft.Common.targets</CustomAfterMicrosoftCommonTargets>
<ReportingServicesTargets
Condition="'$(ReportingServicesTargets)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\ReportingServices\Microsoft.ReportingServices.targets</ReportingServicesTargets>
</PropertyGroup>
 

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