VS 2008 Deploy VB2008 Express?
Nov 25, 2009
How do I deploy application using vb2008 express? I tried to find on in its package but couldn't.now i use cyber installer suite and works fine, except for one thing:
when I use visual basic powerpacks conponent, such as rectangleshape or ovalshape, I still cannot make my program works in other computer without vb2008 installed.. (deploy using cyber installer suite 2009)
View 4 Replies
ADVERTISEMENT
Dec 10, 2008
How can I deploy and reference a stand-alone SQL Server 2008 Express database with my vb.net 2008 Express app ?
View 8 Replies
Mar 16, 2009
I'm not sure if this is the right forum or not but...I've written my first VB.NET 2008 Express Class Library project (addin dll) and now I need to deploy it. I see Windows Form Applications have a Publsh tab (ClickOnce) in the project properties window but my class library project does not. How do I deploy a VB.NET 2008 Express Class Library project?
View 8 Replies
Dec 14, 2010
i'm developing a linq to sql database application that i created with visual basic 2008. I intend to install the application on another computer system. The problem i'm having now is that, after i've developed,deployed it and installed it on another computer, i can't find the linq to sql database i created with the projectkelvin rolex on the installed application on the other computer,
View 3 Replies
Oct 15, 2010
I am new to SQLSever, Visual Studio and Visual Basic. I have read through Microsoft Visual Basic 2008 by Michael Halvorson and Microsoft Visual Studio 2008 by Lars Powers and Mike Snell. These books mention the ability to use SQLServer as the DB but I am not clear on the process. I am not knew to programming an have had training in OO programming but have never done any OO programing professionally. So, you can assume I am new to OO programing.
I have created an SQL DB using the Server Explorer in VS, and created a Windows form with Labels, TextBoxes, and ComboBoxes for the application's user to add the demographic information about a new employee. I created a new query with the Query builder that is in the Employee table of the DB which contains all the field for the record for inserting. I have a few questions to understand the process for inserting into the DB.
The DB fields are defined as numeric(6, 0), nurmeric(5, 2), and char(30) for some examples.
The maxlength on the form windows are in sync with the maxlength of the DB for the various fields.
1. What is the process to update the DB with the fields from the form?
2. Do I need to declare and set the results from the form first? If so, how do I call the function (query) that I created in the Employee table.
3. The emp_num I would like to be a dynamically incrementing number starting from 1000. How do I make this a dynamic? The emp_num is also the key on the Employee table.
4. I have a decimal field on the Employee table to hold emp_rate (pay rate). Does the user enter the decimal on the Form or is this resolved by SQL to take the 7 numbers and insert the decimal beause of the table's field definition?
View 2 Replies
Feb 25, 2011
Is there any advantage to using the VB2010 express version versus the VB2008 express version? Can they be installed side by side or will VB2010 express replace VB2008? I have no issues with the 2008 version, so I don't know if installing the 2010 version would be of any advantage.
View 9 Replies
Nov 21, 2011
How can I deploy my sql server express 2008 database to client that do not have sql server instance at all? Since the server connection in my vb.net program is hard-coded, I want the server instance on client side has the same instant name as mine.
View 7 Replies
Apr 17, 2010
I have a VB 2010 Express application that uses a .mdb and a .xml file. Both files are part of the project. I am pulling my hair out to try to figure out how to make sure that these two files are deployed with the application. So far, I have only been running in Debug mode, so I'm focused on making that work.
When I click on the Application Files button on the Publish Tab of My Project, both the mdb and xml files are visible. I have tried setting both files to Data and Include. In either case, the mdb file is copied to the bin directory when I try debugging my application. However, the xml file is not copied no matter which option I select.
How can I get the xml file to be copied into the bin directory like the mdb file?
View 4 Replies
Aug 17, 2009
I have my vbnet application with sql server express designed for individual desktop pc. Now I want to have it work on a network.
1_ how can I make my customer to install sql express and the Database on the server and enable the network protocols seamlessly? dont want to have my customer configuring sql expess manually. 2_ how can I have my client software to look for the sql express and connect to it in a seamless way??
Can I avoid the customer to enter configuration data?
View 7 Replies
May 13, 2011
How do I deploy my project in visual studio 2010 express edition? I dont see any setup and deployment template
View 6 Replies
Apr 5, 2012
how can i deploy windows application developed using Vb.net and Sqlserver R2 Express as local database?..how can i make it in setup format(including sqlserver) to deliver to clients?is it compulsory the client should install SQL Server R2 Express in his system apart from the installation of this windows application?
View 5 Replies
Jan 16, 2010
I'm completely a newbie in VB and expecting your valuable support.I'm trying to retrieve data from an Access database - a simple one. (Just a single table with one column)My task is to view these records through a 'ListView'.No need to manipulate or anything.Just to retrieve data with a simple SQL statement and display via a ListView.
View 3 Replies
Nov 12, 2010
I am working on a project that will interface with a standalone device to monitor some switches etc. When certaing conditions are met, I need to send a text message to a mobile phone using a mobile phone as the modem. The standalone system is all working but I have been unable to fine solutions for sending a simple text message as an alarm etc. Most of the solutions I have found are extensive and complicated. I simply want to call a cell phone and deliver a short text message. The system does not have to receive messages at this time.
View 5 Replies
Feb 23, 2009
how to connect sql database in visual basic and how to update and add new records in the database
View 1 Replies
Feb 24, 2010
Am I right in thinking that vb 2008 express does not have any charts?
View 3 Replies
Jan 5, 2010
I'm trying to build a chart in a windows form using Visual Studio 2008 Express, I've found a couple of tutorials but they say to add a component I don't seem to have... is this a limitation with the express edition?
View 6 Replies
Jun 8, 2011
I`m trying to write a programme ,in VB2008 Express, to receive Serial Port Ascii data ( from a Multimeter) and display it as Hex Data in a textbox. I can get the Ascii data to show, but just cannot convert it into Hex. Once I can do this I want to write a new front end for the Mulimeter software.
This is what i`ve written so far :
Imports System
Imports System.IO.Ports
Imports System.Text
[Code].....
View 1 Replies
Aug 24, 2008
In VB2008 Express is there any way I can modify the installer once the App has been publsihed or before in the projects window? it seems to just create all this automatically but I would like to include some options etc.
View 2 Replies
Jun 11, 2009
I have been using the VB2008 express edition following Bob Tabors's 18 course lesson in VB 'snapshot 5'. I was starting lesson 14 on the RSS reader. This lesson adds the .mdf for the first tome. The .mdf file was unable to be opened due to some message about code 603?. The final requst is that the database be recreated. What would you suggest. I was not expected to run into this problem so quickly in the learning process. so be it
View 3 Replies
Feb 8, 2009
how to open an excel file and number the rows. The xls file is just a simple 2 column file with 5000 or so part numbers in column B. I need to open it, add numbering to the rows in column A ranging 0 thru 9, then start over at zero again.
i.e.
0
1
2
[Code]....
View 2 Replies
Mar 24, 2012
Published VB program will not run on another computer yet works fine on the computer the program was written on. Message window during set-up on the other computer reads "Cannot download the application. The application is missing required files." The set-up file is being run from a flash drive.The entire error summary is included below. A recurring line in the error message summary is "+Downloading file:///C:/Documents and Settings/username/Desktop/Application Files/filename_1_0_0_6/filename.exe.manifest did not succeed."The word "filename" is the name of my program. "username" is the computer's owner.Interestingly, the "manifest" file on my computer is kept in C:UsersusernameDesktopApplication Filesfilename_1_0_0_6filename.exe.manifest" I'm running Windows7; the other computer is running Windows XP.How do I get my program to run on another computer?
PLATFORM VERSION INFO
Windows
: 5.1.2600.196608 (Win32NT)
Common Language Runtime
: 2.0.50727.3625
[code]....
View 6 Replies
Dec 13, 2009
I want to save a VB2008 Express form as "JPG" so that I can view the form in Windows Picture And Fax Viewer., the form contains other PictureBoxes which contains pictures from Database.ViditKothari
View 15 Replies
Jan 7, 2010
I am using vb2008 express to create an applicationI have an ACCESS 2007 table that I use to fill a form using Fillbywhich works fine however 2 of the fields in the table are YesNoand they do not show up on my form
View 6 Replies
Nov 23, 2010
I am converting a VB6 program to VB express and am having a couple of problems. One of them is a difference in String use. "Result=string$(32,0)" doesn't compile and I tried the trim function, but when I cannot use the "0" with the trim function the program shuts down with the error "Argument 'Start' is not a valid value." I need to replace the "Result=string$(32,0)" with a valid vb express line.
[Code]...
View 1 Replies
Oct 4, 2010
I created a windows form in VB 2010 and I am trying to view it in 2008, but I get the error message "The selected file is a solution file, but was created by a newer version of this application and cannot be opened".
Is there anyway I can re-save the 2010 project(similar to Microsoft word) in order to be able to open in older version?
View 4 Replies
May 6, 2010
I have a perhaps simple problem but cannot deal with it.What would be the code for loading another form.let me explain in more details.im writing a very simple game for my project and want to load another form when "level" on my first form finishes
[Code]...
View 1 Replies
Oct 20, 2011
How to convert VB2010 Express proj to VB2008
View 6 Replies
Jul 21, 2009
im having problem on adding new entry in my table in SQL CE native on vb2008 here my code:
Imports System.IO
Imports System.Data.SqlServerCe
Public Class Form_AddressBook
[code]....
View 5 Replies
Mar 11, 2010
1) I want to know how to use the serial component in the toolbox of VB2008 express edition.
2) I want to how to plot a graph in VB2008 express edition.
View 2 Replies
Feb 15, 2010
in VB6 I used the following code to access my Access database tables:
Global gdb As Database ' Global instance of the database.
Set rs = gdb.OpenRecordset(".....various SQL statements")
I am confused about how to do the same under VB2008 Express. "Public dbs As DAO.Database" does not work.
View 7 Replies