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!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.vs_web_deployment_projects Tags:
Item Type: NewsGroup Date Entered: 5/22/2007 11:42:29 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 21 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
alextirado
Asp.Net User
Create release for VS20055/22/2007 11:42:29 PM

0/0

Hi, guys! I'm trying to create a release of a project in VS 2005. Altough it creates setup.exe and *.msi files, it doesn't create the bin files needed to put it into production. Besides, as far as I knew, when creating a release, VS 2005 should not start running the project, should it?

Please give a hint, I'm complete lost Confused couldn't be clueless... Embarrassed

Is there a configuration issue or something I need to set up or something like that?

 Any help will be highly appreciated Big Smile


My software never has bugs, it only develops random features ;)
Benson Yu - MSF
Asp.Net User
Re: Create release for VS20055/24/2007 6:37:56 AM

0/0

Hi alextirado,

If there is no .dll file in the bin folder, you should first check the Web Setup project. Have you added the .dll files in the ?Web Application Folder\bin? folder?

I recommend you use Web Deployment Project and then create Web Setup project. For detailed information, please refer to the link below:

http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx


 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
alextirado
Asp.Net User
Re: Create release for VS20055/24/2007 2:54:10 PM

0/0

Benson Yu - MSFT:

Hi alextirado,

If there is no .dll file in the bin folder, you should first check the Web Setup project. Have you added the .dll files in the ?Web Application Folder\bin? folder?

I recommend you use Web Deployment Project and then create Web Setup project. For detailed information, please refer to the link below:

http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx


 

 Thanks a lot! I'll try that first Yes


My software never has bugs, it only develops random features ;)
3 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
Microsoft SharePoint: Building Office 2003 Solutions Authors: Scot P. Hillier, Pages: 392, Published: 2006
Pro Visual Studio 2005 Team System Application Development: Application Design Authors: Steve Shrimpton, Pages: 768, Published: 2006
Professional Visual Studio 2005 Authors: Andrew Parsons, Nick Randolph, Pages: 869, Published: 2006
Pro Visual Studio 2005 Team System Authors: Jeff Levinson, David Nelson, Pages: 515, Published: 2006
Client-Side Reporting with Visual Studio in C# Authors: Asif Sayed, Pages: 465, Published: 2007
Accelerated C# 2008 Authors: Trey Nash, Pages: 510, Published: 2007
Pro Sharepoint 2007 Development Techniques Authors: Margriet Bruggeman, Nikander Bruggeman, Pages: 484, Published: 2007
Pro ASP.NET 2.0 E-commerce in C# 2005 Authors: Paul Sarknas, Pages: 617, Published: 2006
Professional Microsoft Smartphone Programming Authors: Baijian Yang, Pei Zheng, Lionel M. Ni, Pages: 494, Published: 2006

Web:
Create release for VS2005 - ASP.NET Forums I'm trying to create a release of a project in VS 2005. Altough it creates setup .exe and *.msi files, it doesn't create the bin files needed ...
Aaron Stebner's WebLog : Resolving error creating smart device ... ... all beta versions of Visual Studio 2005 and then installed the final release . ... Creating Smart device Application under MS. Visual Studio 2005 ...
visual studio 2005 express Resources | TechRepublic The November 7, 2005 release of Visual Studio 2005 arguably marks ... I can create and access local ActiveX DLL / Class Library using Visual Basic 6 and ...
Preparation Guide for Exam 70-510: TS: Visual Studio 2005 Team ... TS: Visual Studio 2005 Team Foundation Server. ... Knowledge of/experience with creating or customizing Team Foundation Server reports ...
Outlook Add-ins with Visual Studio Tools for Office The previous release is VSTO 2005 SE (Second Edition), which is a free update for both the original release of VSTO 2005 and most Visual Studio 2005 ...
Visual Studio 2005 - for Device Developers In Visual Studio 2005, developers will be able to create managed, native, ... features you can look forward to in the upcoming beta 2 release of VS 2005. ...
Release of a static .LIB in the VS 2005 - .NET VC I am creating a static library under VS 2005 VC++ Win32 using MFC. If compiled right after creating by a wizard, a release version of the ...
Microsoft Releases Visual Studio 2005 Update for Vista Mar 6, 2007 ... With the release of the new Vista-focused toolset, ... to create applications for Vista using both Visual Studio 2005 and Visual Studio 2005 ...
Visual Studio 2005 - Blog Toplist You can also create numerous horizontal tab groups, which I didn't explore yet. ... Visual Studio shipped the final release of VS 2005 SP1 yesterday. ...
Dr. Dobb's | Visual Studio 2005 Visualizers | August 1, 2005 "Visualizers" are Windows Forms dialogs in Visual Studio 2005 that let you create graphical views into the value of an object.

Videos:
Create a new website using Visual Studio 2005. This video shows how to create a new website and add an Access database to it using Visual Studio 2005.
Creating a Visual Studio Web Application Using Visual Studio 2005 to create a Web Application
How to make a simple website in Visual Studio 2005 This is a video I made a while ago but was never uploaded. Remember, this was when I first started making videos. My newer videos will be a lot bette...
Creating a WebApplication : VS2005 & C# This video is a short tutorial on how to start the development of a website using ASP.NET, C# and Visual Studio 2005
How to create real reports in .NET against objects from db4o We show how to use with db4o a feature of Visual Studio 2005 that is capable of producing usable reports against plain old objects in .NET. Apparent...
Simple Installer using Visual Studio 2005 Martin Schray, walks through creating an installer for the Delayed Startup Application using Visual Studio 2005. http://betterthaneveryone.com/archiv...
Sending Appointments to an Outlook 2007 Calendar from an ASP See Also: http://msdn2.microsoft.com/en-us/library/bb655909.aspx Internet Calendars are calendars that can be shared through the Internet. Internet C...
Programming in C++: Lesson 1 How to program C++: Lesson 1 - By Asib Tayeb in this tutorial we are going to learn: - How to create a project - Include libraries - cout function -...
Creating your First VB.Net Program The classic "Hello World" (Hello there) application in Visual Studio 2005. Learn a few programming fundamentals and familiarise yourself with the VB ...
Boulder Colorado Software Company - Recruiting Video RegOnline, a software company that develops online registration and attendee management software introduces itself to potential new hires in this vid...




Search This Site:










web services

deploying 2 console applications

web deployment projects

web deployment projects: web.config sections <system.web>

know how to publish, but how to update without publishing?

package development with .net framework

the file has not been pre-compiled, and cannot be requested error on re-installation

precompiled code in wrong encoding

wdp for server control

need help publishing ajax web project

web path

creating an installer set up

text file don't get deployed from dll to web project

deploying web services

access is denied. (exception from hresult: 0x80070005 (e_accessdenied))

"index was outside the bounds of the array" error

create release for vs2005

system.web.httpexception xxx has not been pre-compiled, and cannot be requested.

website dll not being deployed

build fails if a file is not included in web application project

wdp versions ... april 06

problems deploying web application

phantom errors with web deployment projects

godaddy.com web server

web deployment project build error : datetime.minvalue.ticks

how to use web deployment projects with multiple web application projects.

files always have new date and time

web deployment and web services

merging multiple projects on deployment

web deployment project failing for web application project

  Privacy | Contact Us
All Times Are GMT