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


ADVERTISEMENT

How To Close One Form In A Project And Note The Entire Project When Using Me.close() In Visual Studio 2008

Mar 22, 2010

I am really new to Visual Studio and VB and I am having trouble closing a single form:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Me.Close()
End Sub

When I use Me.close() associated with this button it closes the entire project and not just the single form can anyone.

View 2 Replies

Add A Shortcut To A Visual Studio 2003 Setup Project

Apr 30, 2009

I have a VB Windows Application in Visual Studio 2003 complete with it's own setup project. What I would like to do is during the installation of that project is to install a shortcut icon on the desktop that points to the location of the .exe file that was just installed on the user's machine. Unfortunately this option in the setup is not easy to find (at least to me) on Visual Studio 2003. What would I need to do in order to get that shortcut icon to pop-up automatically?

View 3 Replies

Visual Studio - .NET 2010 Project Setup/Installation Package?

Feb 3, 2011

I've created a setup project for a VB.NET 2010 application that I've written. The application, and the installer both work fine on my development machine.The installer works fine on other machines, but when I run my application it immediately crashes and dies without telling me anything useful. I've tried it on Windows 7, Windows XP, and Windows Vista machines... and all had the same problem, so I think it's more of a package configuration issue than a machine-specific problem.Here's the most useful information that I was able to get out of it:

[Code]...

View 1 Replies

C# - Creating A Custom Start Menu Shortcut Link For A Visual Studio Setup Project

Feb 24, 2010

Is it possible to create a custom start menu shortcut link?

The only possibilities I see in the setup project are shortcuts to folders or primary output.

Update:

What I ended up doing is creating a custom action on commit that dynamically creates the link using Windows Scripting Host. Then on uninstall, removing the link.

View 1 Replies

Possible To Rename The "Project" Folder In A Visual Studio 2010 Project?

Nov 22, 2010

I have a VB.NET project in Visual Studio 2010 for an Excel Add-In.I use the "My" namespace,and in general it seems that the "My Project" folder contains configuration information about the project.My problem is that I need to change the name of this folder, because my version manager system won't accept spaces in file or folder names.Edit: There is a hacky way to do it, by renaming the folder and changing all references in the .vbproj file.However, the may work for a command line generation, but it won't work the next time the project will be opened in Visual Studio. The IDE will create a new "My Project" folder, and complain that it can't find the settings in it.

View 3 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

Converting VB6 Project With Visual Studio 2008?

May 20, 2010

I have a vb 6 project developed with VB6.0 on XP. I've installed Visual Studio (Professional Edition)2008 on a Windows 7 box. When I tried to convert the vb 6 project (.vbp file) using VB 2008's wizard, I got error messages that the "upgrade failed" because it could not "load the referenced components: msadodc.ocx (6.0.0) and msde.dll It is recommended you install VB6.0 with all referenced components......"I have the VB6.0 CD's and tried to install it on the Win7.0 box and got the message that VB6.0 was incompatible ?

View 2 Replies

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

Can't See Visual Basic Project Option In Visual Studio 2008

Jan 13, 2012

I am very new to Visual Studio Application Development. I'm mostly a DB guy. I used Visual Studio as a Report Designer, not much of an .Net guy though I can understand it. I am now asked to create a .net application and I'm trying to create a "Hello World" starter app. I opened my Visual Studio, click File-New Project and all I see is Business Intelligence Projects and Other Project Types. My step-by-step guide says choose Visual Basic, Windows Forms Application. But I can't see it as an option.

View 2 Replies

IDE :: Work On Same Project In Visual Studio 2008 And 2010?

Nov 4, 2010

Have anyone worked on a project on 2 different computers with different version of Visual Studio Express?

In my case, I have made (and still working on..) a project in VSE2008, which I have installet at my job-computer.

At my homepc I have VSE2010 installed. I am a bit afraid to try working on that project from another version of the Visual Studio..

View 1 Replies

Use Batch Build For Project In Visual Studio 2008?

Sep 15, 2010

In Visual studio 2008, I am not able to see Batch Build option for vb.net projects as c++ projects. I am new to VB.Net. but do it have any other options to do batch buld rather than creating Batch file?

View 1 Replies

Asp.net - Project Level Imports Stored In Visual Studio 2008?

Mar 16, 2009

I have a Web Service Application Project in Visual Studio 2008. This is supposed to be an ASP.Net 2.0 project and at some point this has been rebuilt using 3.5.VS has kindly added in project level imports to System.Linq and System.Xml.Linq, but when I have re-targeted the project at 2.0 these project level imports have remained.Because the Web Service Application Project does not have the detailed window for editing project references I cannot find how to remove these project level imports.There is no .proj file which is where I would assume these were included.I cannot now build the project as it fails, even though I only get warnings (no errors reported) such as this:Namespace or type specified in the project-level Imports 'System.Linq' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

View 3 Replies

Build A Windows Forms Project In Visual Studio 2008?

Sep 2, 2011

If I build a Windows Forms project in Visual Studio 2008, and start it with a Sub Main instead of a form, and for the time being, don't show any forms, is it considered a Console application? Will console.writeline work?

View 3 Replies

Converting Windows Vb Project From Visual Studio 2003 To 2008?

Jun 4, 2012

I converted my project Visual studio 2003 to 2008. and when i run may project pressing F5 this error comes

View 5 Replies

GetPrivateProfileSection In A Windows Forms Project In Visual Studio 2008?

Mar 19, 2010

I'm suddenly having trouble with GetPrivateProfileSection in a Windows Forms project in Visual Studio 2008. The same code works when it's run as an aspx page in a website. Anyway, I define the WINAPI call thusly:

[Code]...

View 7 Replies

Unable To Debug Web Service Project In Visual Studio 2008

May 19, 2009

I've been assigned a web app written in VB using VStudio.net 2003. I am trying to configure the source on my localhost (VStudio 2008) so I can explore and learn about the current app (before I begin any real changes) and I cannot get debugging working for the web service project(s).

Symptom 1: "Unable to automatically step into the server. The remote procedure could not be debugged. This usually indicates that debugging has not been enabled on the server. See help for more information". This happens when I try to F11 (stepInto) the proxy class which invokes my actual web method.

Symptom 2: Pre-setting a breakpoint in my .asmx file code on the statement that will be invoked does not work (i.e. the debugger simply doesn't stop). Having described the situation, here's how my VStudio Solution is configured: Service1 - project created from the VB - WEB - ASP.NET Web Service Application template; this Service1 project contains my main .asmx source code I want to debug. Web.config for this project contains compilation defaultLanguage="vb" debug="true"

[Code]...

View 4 Replies

IDE :: Database Access From A Visual Studio 2008 Express Edition Project?

Mar 3, 2008

I would like to access to a SQL Server Database from my Visual Studio project.

I have SQL Server 2005 Express Edition installed on my PC and I have a database with some tables.

In Visual Studio, I open the Database Explorer and I try to create a database connection.

The Add connection dialog box proposes to enter a database *file name* but I cannot select a database *server* and a database *name*.

Perhaps, is it a restriction because it is a free version ?

Within Visual Web Developer 2008 Express Edition, I can select a database *server* and a database *name* !

View 5 Replies

Visual Studio 2008: No Build Events Folder On The Project Properties Page

Nov 23, 2010

I am using Visual Studio 2008 Professional to build a VB.NET console application. I have a text file that I want to copy to the output directory after a build. I would like to create a build event to do that, but I do not see a "Build Events" folder on the property page. Is there a setting where I can get this folder? Or, is there another way I can set up a post-build event to copy a file to the output directory? The folders I see on the Properties page:

[Code]...

View 1 Replies

C# - Web Matrix Differ From Visual Studio - Is It More Efficient Than Visual Studio To Develop ASP.NET Web Project

Oct 12, 2011

WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.

[Code]...

View 2 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

Visual Basic-setup Project And Database?

Apr 14, 2009

I make a program-application in visual basic and it work OK. When I pack my application in setup project and make the installation, the database(in program) it did not save a new data or any update. Where is a mistake ?

View 3 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

Make A Setup File For Project In Visual Stduio?

May 4, 2010

[code].....

View 3 Replies

Create First Project In Visual Studio?

Jan 25, 2011

how to create my first project in visual studio

View 2 Replies

Use Mercurial With A Visual Studio / VB Project?

Oct 6, 2011

I want to start using Mercurial on a VB.Net project, but I'm not sure which files should I add. Do I include the Project.sln file, bin/ and obj/ folders?

View 4 Replies

No Visual Basic Project Types In Visual Studio 2005?

Dec 9, 2009

I am using: (copied from the/about vb studio window:

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework

[code].....

View 6 Replies

Use OpenGL In Visual Studio 2010 In Visual Basic Project?

Jan 15, 2012

I want to use "OpenGL" in my project. Is it possible to associate it with "Visual Basic" application developed in Visual Studio 2010? If yes then how can we do it.

View 1 Replies

How To Roll Back Project In Visual Studio

Feb 13, 2010

How to Roll Back project in Visual Studio

View 1 Replies

Project And Am Getting Stumped On The Error In Visual Studio?

Nov 21, 2009

I am writing a project and am getting stumped on the following error in Visual Studio. It reads "Warning 1 Unused local variable" and "Warning 2 Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated"Here is snap of my code and the problem is highlighted. Any thoughts?Private Sub xmlImport(ByVal source As Object, ByVal e As FileSystemEventArgs)Dim eConnect As New eConnectMethods

[Code]....

View 1 Replies







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