CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!
Free 3 Months



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.vs_web_deployment_projects Tags:
Item Type: NewsGroup Date Entered: 2/15/2006 2:01:40 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 25 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
cbrucato
Asp.Net User
Web Deployment Project: Error MSB34642/15/2006 2:01:40 PM

0/0

 Hello,

I am receiving the following error from a web deployment project:

C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(426,9): error MSB3464: The TargetPath parameter must be specified if the target directory needs to be overwritten.

I can't find anything about error MSB3464.  I would add the TargetPath, but I can't figure out where.  Any help is appreciated.

Thank you!

offwhite
Asp.Net User
Re: Web Deployment Project: Error MSB34646/15/2006 6:18:26 AM

0/0

You can fix this by adding the TargetPath to the first PropertyGroup.

    <TargetPath>.\$(Configuration)</TargetPath>

I placed it near the end.  You need to do this for each web deployment project.


Brennan Stehling
http://www.smallsharptools.com/
http://www.linkmindr.com/
ThunderboltII
Asp.Net User
Re: Web Deployment Project: Error MSB34649/1/2007 4:36:58 AM

0/0

offwhite's method did not work for me.

This method worked though:

 Add the following to you project

<Target Name="Build">
    <AspNetCompiler FixedNames="true" TargetPath="$(OutputPath)" Clean="true" Force="true" Updateable="false" PhysicalPath="$(SourceWebPhysicalPath)" VirtualPath="$(SourceWebVirtualPath)" />
  </Target>
 

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Web Deployment Project: Error MSB3464 - ASP.NET Forums Web Deployment Project: Error MSB3464. Last post 09-01-2007 12:36 AM by ThunderboltII. 2 replies. Sort Posts: ...
MSB3011 AL.exe NET 2 and am not sure why this one project is in need of AL.exe - can I remove the dependency from the ... ·ASPNETCompiler Error - System.Web.AspNet ...
Part_VI_Deploying_Applications_Into_Production ActiveReports Configuration and Deployment .... Error MSB3464: The TargetPath parameter must be specified if the target ... Unable to open Web project… ...
Part VI: Deploying Applications Into Production Error MSB3464: The TargetPath parameter must be specified if the target directory needs to be overwritten… ... Unable to open Web project… ...
ResolveAssemblyReference task failed unexpectedly I am receiving the following error after the project, and refer. ... Web, www. bokebb.com ... ·VS 2005 WindowsApplication Deployment Di ...
nAnt: Blogs, Photos, Videos and more on Technorati error MSB3464 · http://www.nablasoft.com/ Alkampfer/ ?p=187 ... I use the wdproj extension for visual studio 2005 to create a web deployment project, ...
ResolveAssemblyReference task failed unexpectedly I am receiving the following error after the project, and refer. ... Web, www. bokebb.com ... ·VS 2005 WindowsApplication Deployment Di ...
nAnt: Blogs, Photos, Videos and more on Technorati error MSB3464 · http://www.nablasoft.com/ Alkampfer/ ?p=187 ... I use the wdproj extension for visual studio 2005 to create a web deployment project, ...
ResolveAssemblyReference task failed unexpectedly I am receiving the following error after the project, and refer. ... Web, www. bokebb.com ... ·VS 2005 WindowsApplication Deployment Di ...
nAnt: Blogs, Photos, Videos and more on Technorati error MSB3464 · http://www.nablasoft.com/ Alkampfer/ ?p=187 ... I use the wdproj extension for visual studio 2005 to create a web deployment project, ...




Search This Site:










generate debug info

aspruntime: object reference not set to an instance of an object

web setup project and appmappings

webdeploy and vista

the "are you missing an assembly reference" error

compiling new language resources

runtime "cannot load file or assembly"

msbuild and web deployment project

outputpath property is not set for this project

is it possible???

how to deploy a web application in another system?

need help understanding how to use web deployment project

transactional deployment? is-it possible?

deploying created web pages to sharepoint

how do i include app.config files for components

problem to deploy

problem on deploying large website

web deployment project download link doesn't work

please let me clear

support visual studio codename orcas?

how to specify a target installation folder for web setup project in visual studio 2005?

assembly reference problems in build of solution with multiple websites

including .net framework 2.0 with deployment projects

failed to access iis metabase

installer for web site & win service

problem with copied file duplicate code behind partial class names

no menu option for add web deployment project

deployment project has compile warnings for propertygroup children

how do you deploy a project (website)

deployment project and build version munbers

  Privacy | Contact Us
All Times Are GMT