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
ADVERTISEMENT
Mar 3, 2010
What is the best way to make a program that works with multiple versions of Microsoft office? I own office 2007, so my program uses the office 2007 com objects. When I try to use my application with office 2003, I get errors related to the com objects. Does Microsoft have com objects that are compatible with multiple versions of office?
View 2 Replies
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
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
Aug 19, 2010
To the board: Lately I've been getting Runtime error 3447 ("The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32 for 32-bit versions) failed to initialize when called. Try reinstalling the application that returned the error") when attempting to open a certain program (not one that I designed, just downloaded and installed). I installed this program in January 2009, but this error began happening only this past July. someone else to information about the files vbajet32.dll and expsrv.dll. One site said that the problem was probably caused by the file expsrv.dll being absent, but I checked my System32 folder, and it's there. As far as I can tell, it has always been there (the computer was made in 2008, and as I said the program had always worked before). Vbajet32.dll is also there. I tried uninstalling and reinstalling the program, but error 3447 still occurs. I also tried uninstalling the program and installing an older version, but 3447 is still there.
I tried replacing expsrv.dll, thinking it might have been corrupt, but that didn't help, and I cannot register that dll anyway. I can't figure this thing out. Both of the files are there, and I didn't change any settings or anything anywhere between last January and this July. By the way, I am on Vista.
View 1 Replies
Oct 7, 2011
I am new to the Forum and I hope this is the best location for this thread.I SEARCHed a few threads, but did not see quite what I was after.I am interested in how to make VB 2010 create a NEW COPY of my current project, with a NEW project Folder, New Name, but a copy of all of my forms and modules.
I see that VB 2010 puts my new projects in their own folder in Libraries/Documents/Visual Studio 2010 /Projects.As an example, I am working on a project, and have it a partially completed, partially working mode, and want to save this version before I go on making further additions and modifications to it.
I want the New Version to be the same as the current version, but I don't want any changes made to effect the older version.I could manually copy the current project's folder, but I am not sure what all of the sub folders and files do, or point to, or would otherwise have to be changed.
I'm NOT looking to track each change made in the project. I just want to occassionally have a backup version I can fall back on.I have several VB 2010 texts, but they don't seem to address this question.
View 2 Replies
Apr 13, 2012
i have a application that i designed for an assignment which uses a DB (ACCESS) However when i publish the application it fails to load even though the application completes. I have managed to find that it is the database that is not copying over, how do i solve this (the db is located when debugging and is also in the project files)
View 3 Replies
Feb 24, 2011
When I publish my program, I can't see the folder that I have in my solution explorer appears together with other files. I have been wondering how to add a folder or I do it wrongly. I have using this method:-Project.. add... new folder and I name it as SC1. But when I publish it, I can't see in in application files(It's not embedded together). I can't use add existing as it required me to add a very specific files (Not a folder ). As what I can see, there is not specific properties for folder sc1 (build action /copyto output directory).
View 11 Replies
Nov 4, 2011
Now I have finished my another really small program. I have tryed to publish in several ways but with now result. So how can I publish it easily? I will share it so I'd like to have just one "setup" file which creates the another necessary files. (or just one bigger file?) but the main thing is that I dont want to start share 4-5 files...
I get it worked on my computer, that's not a problem. But then I upploaded all of the files (4-5) to mediafire, destroyed program from my computer and downloaded those files: Program didnt worked: Sayd just "U havent downloaded all necessary files" (something like that).
Well I think it's possible also to publish to new wep site. In fact I tryed to make wep site (with www.nettisivu.org ) (finnish quite good wep-page-creater) but the same result: no results at all. If this is the easier way, how I could upload my program straight to that site? In that "wep-page-creator" the final site looks that: xxxxx.nettisivu.org and editing page looks: xxxxx.nettisivu.org/wp-admin/page.php?action=edit..... (xxxxx=my name for site)
View 2 Replies
Sep 20, 2009
I'v tried using the 'Publish *APPLICATION NAME*' button under 'Build', but i don't know where to go from that dialog.
View 5 Replies
Jun 5, 2009
Im using visual basic 2008 express edition. How can i publish it to company server.
View 1 Replies
Apr 24, 2010
I want to publish my program onto softpedia but the problem is, if I just include the setup file or the program file, It will say on another computer that it is missing components, how can I bundle all the resources and stuff into one EXE file. Also, how can I make my own Setup file?
View 5 Replies
Mar 11, 2010
I have created a program and i have managed to publish my application. I have set it up to be installed via CD but it does not attach the MSAccess DB. how do I add the DB?
View 2 Replies
Apr 23, 2010
I have Visual Studio 2010, and I was wondering if there was a way to publish my program so those with Windows XP can run it.
View 6 Replies
Jan 19, 2009
I have a VB.NET program that I wish to to publish. In the code it references a HTML page that I created.Instead of having the URL hard coded (example: url...)I would like to have it relative to wherever the encoder is installed to (example: /folder/index.html)
View 3 Replies
Jun 14, 2009
How do i make the program into a real exe installer? like the normal ones you use for other apps.
View 2 Replies
Apr 24, 2010
I have finished developing a small, completely useless but working project. It was my first in VB.
What i wouold like to know is how is the best way to get this project online for download?
I dont have a web site or web page, and this project is just a bit of fun (fitness test).
Could anyone tell me the steps I have to take? All i want from it, is to be able to place a series of screen shots explaining the project and then if someone should wish to download it they can.
I dont need prime time internet coverage, just a place to put it online, pref free. Plus, there have been many kind people from this forum who have given me thier free time and effort to help me with code issues, so if I am allowed and any one is curious i will post the site link to here and you can see where your effort has gone to, and should you wish provide positive and negative comments at your leasure.
View 3 Replies
Sep 3, 2009
<edit> On 27th January, 2011.If you are using VB.Net 2005 or earlier then please see my 14th post in this thread.</edit>I saw a post earlier on which reminded me about Extension Methods.This led me to create the following code which acts on the base class
[Code]...
View 1 Replies
Apr 20, 2010
I have a COM application (X) that references various .NET assemblies. All the .NET assemblies, with the exception of one (Y), were created a while ago and reference an earlier version of a 3rd party component, say version 1. The other .NET assembly (Y) uses a later version of the 3rd party component, say version 2.When I install the COM application (X) on the target pc, version 1 of the 3rd party component is installed in the installation directory of the COM application. The .NET assembly (Y) is installed into its own directory on the target pc and has version 2 of the 3rd party component installed in its installation directory.
When I run the COM application (X) and try to launch (Y), I get an error because I guess the COM application is forcing (Y) to use the version installed in its app.dir, in this case version 1 as opposed to version 2. Is there any way around this? It seems a bit much to have to rebuild all the projects that reference this assembly just to sync versions.
View 6 Replies
Apr 11, 2011
When I publish the program. Is there any way to get VB to publish the text files with the program so that no errors can occur. When I install and run the published program I get a series of errors relating to text files that are not found.
View 4 Replies
Jun 19, 2009
I have a running program which is installed in the server side and this program is running 24hrs a day. Now I made some enhncements on this program and would like to publish it. I tried to publish first in my local disk but after publishing Im having some errors "Critical error: Required processing file is missing" after clicking the setup.exe file. Now Im thinking of publishing this directly to my server. If I publish it directly to my server would it disrupt the running program? is it safe to do that? or is there something that I need to do it first?
View 6 Replies
Apr 20, 2009
I am working on a relatively simple program in VB.NET. I am trying to make the installation process as simple as possible for the user.I know its possible to use the executable from the debug directory as a stand alone executable, but are there any drawbacks to this approach? For example, if the user does not have .NET on their machine, the program will not run. Is there a way to publish the program so it is self-contained in a single executable file?
View 4 Replies
Mar 9, 2010
I have made a Windows Application using the VB.NET 2008. Which are the Windows versions at, my Application can work?For example Windows 98, 2000, NT, XP....
View 1 Replies
Jan 25, 2010
ive created a program in VB 2008 and i cant remember how to publish it in such a way that it includes the database that the program uses. At the moment when i publish it, it only works on my system because i have the database on my PC, if i delete the database from my pc the program messes up because it doesnt have a copy of the database in its program resources etc.how do i publish the program so that it includes a copy of the database that it needs to function?
View 6 Replies
Nov 15, 2011
I'm using Visual Studio 2010 and I have a Batch inserted into my project and cannot for the life of me get it to run with the program in someone elses computer after publish?
View 7 Replies
May 13, 2011
I have a small application where I am importing different versions (2008, 2010) of Excel sheets and saving them in SQL server. My program will find the 2008 versions but for some reason it will not find the Excel 2010 versions. I am not sure if my code for the Connection String is correct. Perhaps someone could have a look at my Connection String code?
Imports System.Data
Imports System.Data.OleDb
Public Class DBHelperClass
[code].....
View 2 Replies
May 3, 2009
I am using using Visual Basic Express edition 2008. How can save / save as my project in different version when I make changes to the code? i.e. save the same project whenever I make a change in the code and keep the previous version of the code for future reference?
View 3 Replies
May 15, 2009
I am working with VB Express 2008 and i am having a lot of errors appear when using code from other VB Versions. Is their a computability problem
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles Button2.Click
'CLICK TO OPEN DVD ROM DRAW Declare mciSendStringA Lib "winmm.dll" (ByVal lpstrCommand As String, _
[CODE]...
Use code tags when posting your code. Code tags are used like so =>
View 3 Replies
Aug 23, 2009
how I can go about having a ini type file so my.settings don't get over written when I load newer versions of my application?
View 3 Replies
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