CodeVerge.Net Beta


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

MS SQL 2008 on ASP.NET Hosting
Free 3 Months



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.vs_web_deployment_projects Tags:
Item Type: NewsGroup Date Entered: 6/27/2006 3:21:11 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 68 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
1 Items, 1 Pages 1 |< << Go >> >|
pactis
Asp.Net User
Web Deployment Project failing for Web Application Project6/27/2006 3:21:11 PM

0/0

I have a solution containing 40+ projects including a Web Application Project and Web Deployment Project.  When I compile the solution excluding the WDP, it is successful.  When compiling including the WDP, it fails.  The failures are odd because they include compile time errors with the user controls code-behind complaining ala:

Error 19 'Picis.Web.Applications.UserPreferences.UserPreference' does not contain a definition for 'GetCategoryName' c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs 43 1 Picis.Web.Deploy
Error 21 No overload for method 'UpdateGroupPreferences' takes '3' arguments c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs 88 1 Picis.Web.Deploy

When looking at the assemblies that are being called those definitions do exist.  Why would it be complaining about only those calls when many others (to other assemblies) compile fine.

Here is the output of the compiliation:

------ Build started: Project: Picis.Web, Configuration: Debug Any CPU ------

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "App_Licenses". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

Picis.Web -> w:\assemblies\Picis.Web.dll

Done building project "Picis.Web.csproj".

------ Build started: Project: Picis.Web.Deploy, Configuration: Debug Any CPU ------

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /Picis.Web.csproj -p C:\PWA\Development\Sources\PicisWeb\Picis.Web -u -f -d C:\PWA\Development\Sources\PicisWeb\Picis.Web.Deploy\Debug\

c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs(43): error CS0117: 'Picis.Web.Applications.UserPreferences.UserPreference' does not contain a definition for 'GetCategoryName'

c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs(51): warning CS0436: The type 'UserProfileEngine' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\picis.web.csproj\035a2dbc\39807fff\App_Web_pm1dcxrw.0.cs' conflicts with the imported type 'UserProfileEngine' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\picis.web.csproj\035a2dbc\39807fff\assembly\dl3\739f9e6d\3c743475_bf94c601\Picis.Web.DLL'. Using the one in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\picis.web.csproj\035a2dbc\39807fff\App_Web_pm1dcxrw.0.cs'.

c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs(88): error CS1501: No overload for method 'UpdateGroupPreferences' takes '3' arguments

c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs(93): error CS1501: No overload for method 'UpdateUserPreferences' takes '3' arguments

c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs(110): error CS0103: The name 'PreferenceGroup' does not exist in the current context

c:\PWA\Development\Sources\PicisWeb\Picis.Web\Apps\UserProfile\UserPreferences\Engine\UserProfileEngine.ascx.cs(183): error CS0117: 'Picis.Web.Applications.UserPreferences.UserPreference' does not contain a definition for 'GetValuesForGroup'

Done building project "Picis.Web.Deploy.wdproj" -- FAILED.

========== Build: 1 succeeded or up-to-date, 1 failed, 0 skipped ==========

Any help is greatly appreciated.

Paul

 

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


Free Download:

Books:
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005
Pro ASP.NET 2.0 in C# 2005: Create Next-generation Web Applications with the Latest Version of Microsoft's Revolutionary Technology Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1426, Published: 2006
Mastering Visual Studio .NET Authors: Ian Griffiths, Jon Flanders, Chris Sells, Pages: 397, Published: 2003
Visual Basic .NET Programming Authors: Harold Davis, Mark Ridgeway, Pages: 516, Published: 2002
Programming Jakarta Struts: Building Web Applications with Servlets & JSPs. Complete Coverage of 1.1 Authors: Chuck Cavaness, Pages: 470, Published: 2004
MCAD Developing XML Web Services and Server Components with Visual C#(TM) . NET and the . NET Framework Exam Cram 2 (Exam Cram 70-320): Exam 70-320 Authors: Kirk Hausman, Amit Kalani, Ed Tittel, Pages: 528, Published: 2003
Book of Visual Studio .NET: A Guide for Developers Authors: Robert B. Dunaway, Pages: 369, Published: 2002
Web Engineering: Modelling and Implementing Web Applications Authors: Gustavo Rossi, Pages: 461, Published: 2008
IIS 6: The Complete Reference Authors: Hethe Henrickson, Scott Hofmann, Pages: 720, Published: 2003
The Industrial Information Technology Handbook Authors: Richard Zurawski, Pages: 1936, Published: 2004

Web:
Web Deployment Project failing for Web Application Project - ASP ... Web Deployment Project failing for Web Application Project. Last post 06-27-2006 11:21 AM by pactis. 0 replies. Sort Posts: ...
CodeProject: Using a Web Deployment Project with a Web Application ... Apr 27, 2008 ... Point the web deployment project to the overridden location of the web application output - right click on the WDP in Solution Explorer, ...
VS 2005 Web Deployment Projects - ScottGu's Blog -Then just build your project, and wait for the inevitable fail. ..... Web Deployment Project funguje i s Web Application Project ...
Using Web Deployment Projects with Visual Studio 2005 Installing Web Deployment Projects adds the Add Web Deployment Project command .... This is useful for immediate testing of the precompiled Web application. ...
58bits - Tech - Web Deployment Projects, Web Application Projects ... We recently switched back to a Web Application Project on one project - but wanted to keep the Web Deployment Project - since the compiler options, ...
3 Degrees of .NET Development: Web Deployment Project Build Issues Mar 14, 2007 ... Then I compiled it in VS 2005 and went about my business, tested it, and went to build the web deployment project. The build failed ...
VS 2008 Web Deployment Project Support Released - ScottGu's Blog Either a web deployment project or a web application project might work best to ... build is my website .. the failed one must the web deployment project ...
VS2008 Web Setup Project Build Fails | Tech Off | Channel 9 Dec 11, 2007 ... I'm just posting this for posterity: I had the same issue: both a web setup project *and* a CAB project would simply fail, with no reason ...
Use VS 2005 Web Deployment Project with DotNetNuke Some time ago I blogged that my attempt to use VS 2005 Web Deployment Project failed with not very helpful Aspnet_merge.exe Exited With Code 1 message. ...
Web.NET: ToolkitScriptManager and Web Deployment Project May 22, 2008 ... Now if you want to deploy your web application using Web Deployment Project (WDP ) for VS2008 then you will find out very quickly that your ...

Videos:
A New Way to look at Networking Google Tech Talks August 30, 2006 Van Jacobson is a Research Fellow at PARC. Prior to that he was Chief Scientist and co-founder of Packet Design. P...
Distributed continuous quality assurance Google London Test Automation Conference (LTAC) Google Tech Talks September 8th, 2006 Presenter: Adam Porter
Motion Estimation from Image and Inertial Measurements Google TechTalks February 24, 2006 Dennis Strelow Robust motion from monocular image measurements would be an enabling technology for Mars rover, m...
Randy Pausch - Really Achieving Your Childhood Dreams Randy Pausch's Last Lecture with English and German subtitles by Friederike Sophie Brand, Spanish subtitles by Carlos Velásquez and Ezequiel Aranda, ...
What Will It Take to Stop Genocide in Darfur? A live panel presentation at the United States Holocaust Memorial Museum including Dr. Mudawi Ibrahim Adam, Samantha Power, Ambassador Michael Ranneb...




Search This Site:










to continue to use dnn or not?

dnn module development tools

possible adduser bug

dear dotnetnuke-portal.com owner

remove skin and container definitions - how?

dnn can speak! free mp3 module

check if current user has admin rights to edit tab

special user rights

dnn 2.2 & asp.net 2.0

search on discussion module in dnn3

discussion forum for dotnetnuke?

dedcated login page

multiple solpartmenus

module design questions

child portal errors

do you use access as your def provider in prod?

vertical expanding menus

css files and skins

old forums

error in adding a module

gallery module (customized version of ttt.applicationpack)

rehosting a site in dnn2 using skins

dnndownload and images

dnnlabs.com launches - admin tab manager module released!

exporting the contents of dnn tabs to html

dnn doesn't support dhtml?

about dnn icons

dnn 2.4 error: "file upload is currently unavailable." occurs when i try to upload a new skin...

impersonate advice needed

creating my own page

  Privacy | Contact Us
All Times Are GMT