Project Missing From Project Output Group During SetUp?

Nov 12, 2009

I new to this Forum and relatively new to VB programming. I have read some really good posts here and thought I would ask about a perplexing problem I'm having. I createdindows Form application, built it and deployed it with no problems. However, when I added a small block of code, re-built the app and went to add the app to the Project Output Group in the file system editor the project was not in the Project drop down list. I closed the Setup project and deleted it from the project folder and checked my code and re-built the app and tried the Set Up project again with the same result

View 2 Replies


ADVERTISEMENT

Add Project Output Group" Dialog Box Shows Up Empty?

May 8, 2009

I wrote a web application(website) for a company using vb.net 2008 in VB.NET and asp.net and , so now i want to create a "Setup Project" trying to make it an installation package.according some online source i did: click "File"on the main menu, then, new project> web setup project>ok , then select webapplication folder However, when I tried to "Add -> Project Output", the "Add Project Output Group" dialog box shows up empty. There is nothing showing up in the drop-down list. According to a VB.NET book as well as some online tutorial, there are supposed to be stuff in the drop-down list showing the types of projects.

View 4 Replies

Add Project Setup Project For Project For Visual Studio 2008?

Nov 15, 2010

i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :

1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices

2- i try make it with Setup Factory 8.2.1

3- i try with MSI Factory 2.0

4 i try with Setup Factory 6.0

and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :

[Code]...

View 3 Replies

VS 2008 Add "Project Output Group" Is Empty?

Feb 24, 2010

I wrote a small application in VB.NET 2008 and wanted to deploy it. so I created a "Setup Project" trying to make it an installation package.

However, when I tried to "Add -> Project Output", the "Add Project Output Group" dialog box shows up empty. There is nothing showing up in the drop-down list. According to a VB.NET book as well as some online tutorial, there are supposed to be stuff in the drop-down list showing the types of projects.

make the drop-down list inside Add "Project Output Group" dialog box whow something jz like in the tutorial.

View 15 Replies

In-project Components Fail If Project Is Opened With In-project Component Used On Initially Open Form?

Dec 20, 2010

Public Class ExtendedDateTimePicker Inherits DateTimePicker

View 5 Replies

IDE :: Vb Project Missing .sln?

May 11, 2009

I have been given the source code to a 2005 VB project to modify. But I can't find the .sln file or a vbproj file or open the project. Don't I need that file to open the solution correclty? or do I have to start a new solution and just add in all files?

View 7 Replies

VS 2008 - Timer - Project A References Project B So Can Open A Large Form In Project B

May 5, 2010

For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.

View 2 Replies

Setup Project - Run Only Setup, Not Default Setup

May 10, 2012

I want to create a real setup project for my application so when someone want to download it he can run only setup, not default setup that provide me VB . How can I do that?

View 4 Replies

All My Project Files Are Missing

Jan 24, 2012

I completed my final project for a .NET course two days ago and just noticed today that all my project files for every project I have on my computer (about a dozen or so) are missing all the project files except for what's in the bin folders. The folder structure it seems hasn't been affected.

View 8 Replies

Missing The Project Templates?

Oct 23, 2008

I started trying to do this... [URL]...and quickly ran into a problem because I don't have a Windows Class Library project template. The option simply isn't there.[URL]So I start a Windows Application and try adding an Inherited User Control to the project, and I get this error.[URL] Building the current application does nothing for this. I tried browsing to system.windows.forms.dll and nothing happened.

View 1 Replies

Include Contact Project Into Another Project / Add More Items To Database / Forms In New Project?

May 6, 2009

I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.

View 10 Replies

Changing The Project Name - Missing Resources?

Feb 7, 2010

I actually don't care so much about the name of the project as I do the .exe it builds. So I went into the project properties, goto the Application tab and change the Assembly name. But when I build, it loses the resources I've included. It builds w/o errors, but the icon's and pictures I've included are not in the program, and then the IDE gives me errors telling me it can't find those files.

I do have those resources in the program, their persistence is set to "Embedded in .resx" and their Build Action is set to "Resource". They work fine in the designer and show properly, and they build and show fine w/o changing the Assembly name.

View 4 Replies

Location Missing When Opening New Project

Nov 19, 2010

When I create a new project in visual studio the New Project screen only has a Name box at the bottom, Location is missing. Is there a setting somewhere I need to set so this shows up?

View 5 Replies

Option For Database Project Missing

Oct 29, 2009

Does anyone know why there would be no option to create a database project in VS 2008? In the New Project dialog, under Project Types I have no node for Database Projects. I've looked under Other Project Types as well. Every tutorial I read says this option should be in one of those two places, but not for me :-( I do have SQL 2005 installed on this machine.

View 2 Replies

Release Setup Project / Setup

Feb 27, 2009

I've finally got a project compiled and tested and ready to roll out.I have discovered that the "Publish" option is not what it seems, and that we must create a separate "Setup Project" to carry out the task of installing the files.This is not the most intuitive process I've seen, and the online help on that subject is not easy to understand.I was hoping that someone could direct me to a tutorial or guide that would step me through the specific approach I need. Many of the other guides online are vague and address multiple scenarios and do not separate the approaches very well.I have the contents of my project in /bin/release. It runs nicely by iteself with no errors.Here's what I need:

1. To create a setup exe that I can distribute that will install my software, with all of the supporting (resource) files and folders.
2. I need the setup process to force the installer to "agree" to a EULA.
3. I'd would like to provide an image on the installation screen/popup.
4. I would like the software registered in the registry and rely on it being there in the registry.
5. I need it to default to program filesprojectname (it does by default)

View 6 Replies

Make A Group Project In . NET (IDE)?

Mar 10, 2011

how to make a group project in visual studio. NET ?

View 5 Replies

Run An Exe From Setup Project?

Nov 6, 2009

i have included an exe in my setup project. how can i run this exe while running setup.exe,also tell me how to pass parameter to this exe.

View 2 Replies

What Does Setup Project Do For .NET COM

May 13, 2009

Ok, imagine the simplest solution in Visual Studio 2008 with framework 3.5 (OS = Win XP) where I have added a class library. Then I've added a COM Class. This COM Class is so simple, it only exposes 1 function:

Public Function SayHello() As String
Return " Hello."
End Function

[code].....

View 1 Replies

Project Error: VS Cannot Start Debugging Because The Debug Target .exe Is Missing

Feb 10, 2010

I'm using visual studio express 2008, I wrote my code for a project and then when I tried to debug it I got a few errors but one main one that says this. Visual Studio cannot start debugging because the debug target "".exe is missing Please build the project and retry, or set the output path and assembly names appropriately to point at the correct location of the target assembly. Since this is my first time debugging a program with this particular instance of the program, I am in shock. Does anyone know how to fix this issue?

View 6 Replies

Add A Word Doc To Your Setup Project?

Jul 15, 2011

I have been told to add a button to a desktop app that when clicked, opend a word document that has been given to me. I am using the following line of code to open the file:

Process.Start(Application.StartupPath + "\Registry User Guide.doc")

How do I add this document to my setup project so when a user installs the MSI it will put the word doc into the application.startuppath?

View 1 Replies

How To Make A Setup Project

Jan 13, 2010

How to make a setup project

View 6 Replies

How To Make Setup For Project

Aug 7, 2010

I'm working in a small project i want to know how to make setup file for my project ,to run the project in another computers i try to make setup file from ,, add new project/setup and i added (Source Files and Primy output) to the setup files ,but it is not working in the another pcs can any one tell me how to make correct setup file to work in another pcs

View 11 Replies

How To Use The Setup/deployment Project

Jun 21, 2010

My suggestion is how to use the setup/deployment project - and also how to add it/incorporate it into the project being built.

View 3 Replies

Setup Project Can Not Build

Jul 8, 2005

I am using vs 2003 to build a setup project but got this error message"Could not find file ..., Not enough storage is available to complete this operation."I checked the path of the file, it is correct. After I remove this file from the setup project, I can build it successfully and the result msi file is about 250MB, the file I removed is about 260MB, is there any limitation about the size of the file in setup project or the total size of msi file? If so, how can I build the setup project?

View 19 Replies

Setup Project With A Database

Dec 7, 2006

im making a setup project with my windows application. i have pack it but the problem is my database. how do i set there new targets once i added the mdb file. i know thats the problem but i really dont know how to reconfigure

another thing, when its already pack and when i try to run the msi, the interface has an error on the picture above. and whats the bootstraper for? why is it that clicking the bootstraper is an error.

also if my target machine doesnt have vb.net and ms access, would my project be still running in there? this is my first time in making setup projects.. im using vb.net 2k3.

View 12 Replies

Change EXE Output Name For My Project?

Mar 10, 2009

I'm sure I've done this before but I can't for the life of me figure out how to change the EXE output name for my project!

View 2 Replies

Add Crystal Report In Setup Project?

Apr 19, 2010

My windows app works fine in my pc. Once I created a setup project and then install in a client pc, there is an error to load Crystal Report.How to add Crystal Report in setup project? (I added all dll file associated with Crystal Report but did not work)

View 1 Replies

Add Licence Agreement In Setup Project?

Nov 15, 2010

I wish to add licence agreement to my setup files (using setup project)

If user does not accept it, setup should be cancelled.

View 1 Replies

Build Fails For Setup Project

Mar 16, 2010

I added a setup project to a winform vb.net app which otherwise builds fine. Once the setup project is added to the solution, however, the build fails with the following error;Unrecoverable build error.As there does not seem to be much information I can't figure what the problem is. What can I do from here to fix this to get deployment package?

View 1 Replies

Can't Build Debug Setup Project

Apr 7, 2009

I have a setup project which is full of VB Libraries / apps...when I try to build it in the debug configuration it always errors out with this error[code]...

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved