Publish An App In VB 2008 Express?

Oct 4, 2009

Im tryng to publish an app in VB 2008 Express, when I do I get the following error:Error1Cannot publish because a project failed to build.Error2An error occurred while signing: SignTool.exe not found.

View 8 Replies


ADVERTISEMENT

Deployment :: VB Express 2008 / SQL CE Publish?

Dec 1, 2009

I've seen some similar threads on here but no resolution. I have an app written with VB Express 2008 which uses SQL Compact Edition 3.5, the DB that comes shipped with VB Express 2008.

When I publish, I can run the app on my machine (development machine).

When I try and install on another machine, it is giving this error:

object: sql sever compact ADO.NET Data Provider Method: Void ProcessResults(Int32)

[Code]...

View 4 Replies

Publish 2010 Express Application

Dec 15, 2011

I'm having some trouble sharing my application to other PC users. I have tried to Build my application and Publish my application into a folder, zip it, and put it on my website for people to download, but when they try to run the setup file it gives an error message saying they need to download "Mysql.Data V 6.4.4.0", which makes sense seeing how I have a resource that uses this. Do I need to use a different method to pack my application or what? I don't quite understand how I can incorporate this into the files so the end-user doesn't need to do any other downloading than my file.

View 2 Replies

How Do Publish A Vb Express 2008 Program With "terms Of Use" Clause The User Must Agree To In Order To Install The Program?

May 26, 2009

I have a program in vb express 2008 which I would like to publish in a little more professional manner than provided in the standard vb express package. I would at least like to include a "Terms of Use" document the user must agree to before installing the program. I have dovnloaded and installed web developer, c# and vs 2008. Do any of these include a professional installer? If not are there any free installer packages available? I am 72 and live on a limited budget so I cannot aford an expensive package for one program.

View 3 Replies

Install After Build And Publish With VB 2005 Express Edition

Apr 12, 2008

I have just finished a VB2005 Express Edition program that I would like to distribute, but am encountering this error message during the execution of the setup.exe file on the destination computer:

[Code]...

View 7 Replies

Publish An Application From Visual Basic 2010 Express For Use On A Different PC?

Jan 18, 2012

As the title says, I have a program written in VB.net 2010. When I use the publish feature it creates a manifest and setup file that install the program nicely on another PC, but I think the security settings are somehow wrong because it sits there for ninety seconds upon launch. The program works fine on the computer that built it. There is no CPU usage while it is sitting around.

View 1 Replies

Will Publish Programs Still Work With Expired Registration (VB2008 Express)

Oct 18, 2010

would like to know if the Publish Programs will still work if the VB2008 Express registration has expired

View 2 Replies

Implement Calendar With .net Express 2008 And MSSQL 2008 Express?

Sep 21, 2009

how I can implement my calendar with VB .net express 2008 and MSSQL 2008 Express. How do I get it to work with datasets, binding source etc.If I go to Properties>settings my connection string is:

Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|CalendarDatabase.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True

and I have a table with fields:-

CalendarID
Subject
Location
Purpose

[code]....

I can Add the event to the calendar I have the necessary items on my form linked to my table and I can save them to my table:

Me.Validate()
Me.CalendarTableBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.CalendarDatabaseDataSet)

But I cant keep the event displayed on my calendar when I close it and open it again.

View 1 Replies

Proper Update And Delete Code For SQL Express In 2008 Express Edition?

Oct 3, 2011

I'm just using the default SQL Server Express in my vb 2008 express edition as my database server for my database operation. When I tried to update the records on my table I got a runtime error which indicates the error on this line 'myCommand.ExecuteNonQuery()'and it highlights a yellow background on it. The runtime error says "SqlException was unhandled: An expression of non-boolean type specified in a context where a condition is expected, near 'Number'. ".

Imports System.Data.SqlClient
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim myConnection As New SqlConnection
Dim myCommand As New SqlCommand

[code]....

View 3 Replies

Unhandled SqlException In VB 2010 Express Thta Does Not Occur In VB 2008 Express?

Oct 16, 2010

I tried to start using VB 2010 Express with a program I originally developed with VB 2005 Express that I moved to VB 2008 Express successfully a couple years ago. It uses a database file (*.mdf) that is on the computer ( not out on a server). When attempt to run the program in debug mode, I get the following error "An attempt to attach an auto-named database for file C:Documents and SettingsTomMy DocumentsQuizzing StuffQuestion Database 2010QuizQuest ionGameQuizQuestionGameinReleaseQuizQuestionDB.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share."

I first made a copy of the entire project folder that was working in VB 2008 Express and gave it a different name. In VB2010 I opened the project in the copied folder and it said it successfully converted the project. I am able to open the Data Source inthe Designer and see the database structure as I expect. I think the project is still using SQL Server 2005 Express (because it is what is checked in the list of prerequisites on the Publish tab).

Note, I have programmed off and on for many years, but fairly new to using databases and SQL Server.

View 3 Replies

Publish Compile Error " Error1Cannot Publish Because A Project Failed To Build"?

Nov 21, 2009

Now I did a clean build, and tried to publish, and I get a lot of errors and warnings that I don't understand.

Error1Cannot publish because a project failed to build.11AllJ Slots

Warning2Assembly 'Microsoft.DirectX.AudioVideoPlayback.DLL' is incorrectly specified as a file.AllJ Slots
Warning3Assembly 'Microsoft.DirectX.DLL' is incorrectly specified as a file.AllJ Slots
Warning4Assembly 'Microsoft.DirectX.DirectSound.DLL' is incorrectly specified as a file.AllJ Slots
Error5An error occurred while signing: Failed to sign binReleaseapp.publish\setup.exe. SignTool Error: ISigned
:Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign: binReleaseapp.publish\setup.exeAllJ Slots

View 2 Replies

Connecting VB 2010 Express To SQL Server 2008 Express Database Via IP

Feb 29, 2012

Here is the scoop: I am trying to make a user account SQL database work with Visual Basic 2008 Express for login purposes, i.e. usernames & passwords. Plan is to host this server so people can login to use the the application and verify they have a valid account. I would like to host all the account information in SQL due to the possiblity of hundreds of users at any given time. I also need the ability to add data to the database for users registering for the first time. The SQL server will need to be able to access the SQL Server databases remote via WAN.

View 1 Replies

INSERT Or Update In SQL Server 2008 R2 Express In VB 2010 Express

Jan 21, 2011

I am trying to re write a VB6 program using MS Access, many years ago, using VB 2010 express and SQL server 2008 R2 Express. I have a database with several tables, which I created using the designer. I am able to connect to the database and select data and display it in textboxes etc in vb code. What I have not been able to in code is to INSERT rows DELETE rows or UPDATE any data in the tables. I can do any of these operations using the Query Designer, but I want to do it in code. I can post some code if necessiary, but I thought it might just be some property that I had not set in the designer.

[Code]...

View 13 Replies

Connecting VB 2010 Express To SQL Server 2008 Express Via IP

Feb 29, 2012

there Dream in Code Community! Im an okay programmer as far as skill right now I am still learning as we all are I need some help from some experienced VB.NET programmers in the community, Here is the scoop: I am trying to make a user account SQL database work with Visual Basic 2008 Express for login purposes, i.e. usernames & passwords.

[Code]...

View 2 Replies

Converting A VB 2005 Express Program To VB 2008 Express

Feb 24, 2010

The program I am trying to modify was initially written using VB 2005 Express. I have subsequently downloaded the 2008 version. The program creates a monthly spreadsheet from a template. The old code that will no longer (highlighted and underlined) compile is as follows:

[Code]...

View 4 Replies

VS 2008 How To Publish With Dlls

Sep 15, 2009

I made app. But it doesn't work on other peoples computers. I don't want to publish it as installer App because it doesn't look good and people can't choose which folder it will install to. Is here way to copy My Exe file and all DLLs to one folder so it works for everyone?

[Code]...

View 11 Replies

Connecting To SQL Server 2008 Express From VB 2008 Express?

Mar 5, 2010

I'm using VB 2008 Express for our College Project. I'm also running SQL Server 2008 Express and have installed SQL Server Management Studio and used it to create my database. Both software have been installed and running locally. I'm trying to connect to the database from VB 2008 Express. Database connection wizard have 3 options:

connecting to Access db
connecting to SQL Server 3.5 compact db and
connecting to SQL Server db file.

[code].....

View 1 Replies

Connecting VB 2008 Express To SQL Server 2008 Express

Jan 7, 2010

I have SQL 2008 Express and Visual Basic 2008 Express runing on XP Professional SP2. When I select add new data source from VB I don't have the option to connect to SQL Server 2008 express to get at the to SQL Server Database. I also notice that the OLE DB connector is not availble as a data connector. Can somebody please confirm that VB 2008 Express can connect directly to SQL Server 2008 Express and how I can achieve it.

View 5 Replies

Use VB 2008 Express And Connect To A DB Of SQL Server 2008 Express?

Jan 7, 2009

'm trying to use Visual Basic 2008 Express and connect to a DB of SQL Server 2008 Express but ... you can tell me why in the Database Explorer and the Data menu of VB only have the following options for data source? Microsoft Access Database File Microsoft SQL Server Compact 3.5 Microsoft SQL Server Database File does not have the options Microsoft ODBC Data Source Microsoft SQL Server obs.: I have the Visual Web Express 2008 installed, and there are the options available.

View 10 Replies

VB 2008: Publish Two Versions Of The Same Program?

Jun 15, 2009

I have two slightly different versions of my VB applications that I would like to publish simultaneously. The differences are minimal and mostly include GUI and some internal logic. Incorporating changes into a single application is not an option right now.

I tried publishing and installing them separately but the latest installer always overwrites whatever has already been installed. For example, if I install App v1, then App v2, only App v2 will be visible. If App v1 is installed after App v2, only App v1 will be visible. What I want to have is to have them both installed. I am using Visual Studio 2008.

View 1 Replies

VS 2008 : Adding Files To Publish?

May 19, 2010

I have a settings.ini file in the root folder of my application. Where in the project settings do I set it so that when i publish the project that this file goes with.When installed the settings.ini file must sit in the same folder as the .exe file.

View 5 Replies

VS 2008 : Cannot Locate Files After Publish

Jan 23, 2012

I have written a simple program in VB 2008 that in a part of it, it loads some images from a directory with a formula like this :

PictureBox.Image = Image.FromFile(CurDir() & "photos�.jpg")

The photos are located in : inDebugphotos this works fine and loads images when I run the program.But after I publish, it can no more locate the files and I receive an Error:

Unhandled exception...
c:users.............................................photos�.jpg

Now I need your kind help please in these 2 cases:

1- Can you tell me how I can correct the formula?

2- After publish, dose the setup file contains my photos folder as well?

View 9 Replies

VS 2008 Publish .net Application With .swf File?

Mar 7, 2011

I got the problem to play flash file in my vb.net application.I am using .net 2008 express to publish my window application.I am able to play it when it has a actual .swf location. e.g. "C:Documents and SettingsmypcDesktopmysql"

But I want to put the .swf file together when it publish.when I copy this to other computer , they can have this flash file,the loction to load will become>>ApplicationDeployment.CurrentDeployment.DataDirectory & "Resourcesfirework3.swf".

the file is in Resources forlder but the application is not able to play, with no error popup

[Code]...

View 14 Replies

VS 2008 Publish Program To A .exe And .dll File?

Jan 25, 2010

publish my program to a .exe and a .dll files (which would contain all the images used in the program)?

View 5 Replies

VS 2008 - Possible To Include Local File In Publish

Jan 12, 2011

I am new in 2008 and I have a very simple question. I have made a program in vb net that load one ini file and make some things. It is possible to include this ini file when I make publish my program? I want this ini file to copied when I make a setup my program.

View 2 Replies

VS 2008 - Publish Application Wont Install On The Xp

Jun 12, 2009

i have created an application on my windows vista 64-bit computer. I need to be able to install the application on other computers. I copied over the setup.exe file as well as the other files that the publish wizard created onto my flash drive. I then put my flash drive onto a windows xp computer and copied over the install files. I ran setup.exe, it said it was installing .NET Framework 3.5 SP1. The progress bar didn't move for an hour. I canceled that and tried to just run the manifest. It prompted to 'run' it etc... i did that and it said the .NET Framework that i canceled was required.

When i built the application ClickOnce was not enabled, the second time i did it ClickOnce was enabled. I then started to play around with the files that were required. What is wrong? I need to be able to install this application on other computers but mine. It works perfectly on my vista but wont even install on the xp. Do you think i am just doing something wrong as i publish/build it?

View 3 Replies

VS 2008 - Publish To Website - App Available For Install Via A Webpage

Oct 25, 2010

i'm using clickonce on vista. i have vb.net 2008 express. i wanted to have my app available for install via a web page and also be able to check for updates. i can't seem to get frontpage server extensions working properly. is there another way to do this?

View 1 Replies

VS 2008 Cannot Publish Because A Project Failed To Build

Dec 14, 2010

I am getting two errors

1) Cannot publish because a project failed to build.

2) An error occurred while signing: SignTool.exe not found.

Regarding #1, I can manually build and rebuild the application without error. I only get this error when I try to Publish.

Regarding #2, I looked in my SDKv3.5Bin directory and indeed the signtool was not there. In fact I only had 3 files (genasm.exe, genasm.exe.config, and hidpi.res). I copied the signtool.exe from the Visual Studio 2005, (file dated 10/26/2006), but I still get the same error saying it can not find the file.

View 17 Replies

VS 2008 When Publish It And Try To Install ClickOnce Output Files On Another PC

Apr 30, 2009

I have finally finished an application which works really well on the PC upon which I developped it using VB 2008 Express.My problem is that when I publish it and try to install the ClickOnce output files on another PC (tried two so far, both WinXP) I get a missing files error. There is an error output saying that downloading the .exe.manifest file did not succeed. Unfortunately the error detail is confusing and does not seem to indicate exactly which files are missing.On both of the PC's that I tried I was prompted io install .net 3.5 SP1, which seemed to have been successful. The inference is that it is not a .net file that is missing.

View 2 Replies

VS 2010 Connecting VB 2010 Express To SQL Server 2008 Express Database Via IP

Feb 29, 2012

I am trying to make a user account SQL database work with Visual Basic 2008 Express for login purposes, i.e. usernames & passwords. Plan is to host this server so people can login to use the the application and verify they have a valid account. I would like to host all the account information in SQL due to the possiblity of hundreds of users at any given time. I also need the ability to add data to the database for users registering for the first time. The SQL server will need to be able to access the SQL Server databases remote via WAN.

View 3 Replies







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