Make A Copy Of A VS 2010 Project And Application?
Dec 8, 2011
I would like to find out how I can make a complete copy of an existing project.The purpose of this is not for backup but rather to be able to resue some of what I already designed/coded in VB and turn it into a new or different application.
View 5 Replies
ADVERTISEMENT
Apr 28, 2012
I have a very old plug-in software developed in Visual Basic quite years ago, now its getting time to modify the copyright info. At this point, the issue is now that I was not the author so I don't know anything about it.
I have updated the source files which includes a SLN, VBP, WIP, MSI and so on, then I tried to use VS2008 to open the SLN file and after Conversion it given me a message "The project for XXX.wip is not installed, please make sure the application for the project (.wip) is installed", Apparently this is not right version to get going on. Can everybody tell which VS version can proceed it? or any idea how I do this?
View 2 Replies
May 29, 2011
I followed the Quartz manual to the dot and still I'm not sure why it isn't picking up the GetDeal.vb (Quartz job) in Global.asax. It never went into the _scheduler.JobGroupNames and _scheduler.TriggerGroupNames loop as follows:
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Dim factory As ISchedulerFactory = New StdSchedulerFactory()
_scheduler = factory.GetScheduler()
_scheduler.Start()
[CODE]...
I've attached a link to download my Project here. how to make it work?- [URL]
View 1 Replies
Nov 5, 2011
How to make a setup file of VB project application
View 1 Replies
Aug 13, 2009
I'm making a application but I want it to be as small as possible also if you use the FormWhatever.Show function, if you close the parent window, everything closes. Is there a way to make a button open up an application that is NOT in the current project?
View 5 Replies
Oct 21, 2010
when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.
For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.
View 1 Replies
Mar 21, 2011
Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??
View 2 Replies
Jul 19, 2010
I just found out that I have a bigger problem than i thought.. anyway.. it's with my app.config. It started with my main program that im almost done with but now its acting up and now it's everything.
View 1 Replies
Nov 13, 2010
Whenever I open VS2010 PRO it gives me this and when I try to make a new project it gives this :I have a deadline for a project and I need to start workin' now. I have tried reinstalling twice.
View 1 Replies
Jan 19, 2011
Is there a way to import MS-DOS code into vb.net project and make it .exe out of .bat.
View 2 Replies
Jul 30, 2010
I am trying to make a movie center where I got all my movies on my computer on. Little hard to explain in english cause it's not my native language. Well I've got some problems. 1. I don't know how to make a browse button to work. In detail, I don't know how to code it so that it will select a whole map. Well I don't even know how to code it so it can browse.
2.How do I code so if one pressed a button it will come up a new form?
View 3 Replies
Oct 20, 2011
How do I copy a form and its code from one project to another? Right click/copy doesn't seem to work.
View 2 Replies
Mar 26, 2012
In my VS2010 VB project I have a lot of external references to DLLs, to the point that organization has become a major headache and I'm wondering if I am going about it the wrong way. My assembly references include common redistributables (SQL Server Compact 3.5 SP1, ReportViewer 2010 SP1, DataVisualization, as well as some useful 3rd party dlls from CodeProject and CodePlex.
Currently, I am copying each DLL into a 1st level folder (/dll_lib) under my named project folder (under the solution folder), and adding the reference from that path. However, I see that Visual Studio copies the DLLs to various other locations (/bin/debug or /bin/release) in my project when I build the project or solution, and some of the 3rd party DLLs come with instructions to copy them manually to /bin.
What is the "best practice" for where to put the DLLs? Can I just put all of them under /bin and let the build event copy to /bin/debug or /bin/release as required? Should I try to force a single reference path for the dlls in the project output?
View 5 Replies
Jun 29, 2010
If you mark your application using "Make Single Instance Application" option in the application settings tab and run your application under a GUEST account or a restricted limited/standard account the application throws UnAuthorizedAccessException or CantStartSingleInstanceException.
Take the following steps to reproduce this behavior.
1) Create Windows Form application.
2) Enable the "Make Single Instance Application" in the project properties.
3) Log onto a GUEST account and open the application twice to simulate StartUpNextInstance.
We need developers to reproduce this behavior and post any valuable input if you experience these symptoms.
When posting information please include the following:
a) The operating system version + service pack.
b) The .NET framework version used.
c) Verify this symptom is present when running under GUEST account.
To workaround this issue turn off the "Make Single Instance Application" option ad create a Local named mutex in the StartUp() event.
[Code]...
View 8 Replies
Sep 16, 2011
I am trying to learn and make a small application to print from VB.net 2010 to my usb label printer.
View 3 Replies
Oct 23, 2011
how can i make a trial period application in visual basic 2010
View 3 Replies
Jan 25, 2011
Visual Basic 2010. For a school assignment i had to make a application with XAML in it. I made the tutorial Math Quiz when starting up Visual Basic 2010. This was a Windows Form application that only needed VB programming language. Now i made the Math Quiz and finished it but there is no XAML included or what so ever. Can I still convert this to XAML or just see any XAML language somewhere. Cause I need to proove to my Teacher the application I made includes XAML.
View 1 Replies
Sep 21, 2011
I want to make a login for my application, not using a database, for now.
I figured something like this:
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click
If UsernameTextBox.Text = "Josh" & PasswordTextBox.Text = "mypass1" Then
[Code].....
View 2 Replies
Mar 14, 2012
I need program so it saves and saves to a .txt file and so that it can save up to a maximum of 20 times
Public Class Form2
Dim num1 As Integer
Dim num2 As Integer
[Code]....
View 4 Replies
May 14, 2009
I have a .Net web application that I want to take a copy of and create a new application that can be worked on independently of the first - i.e. I want to branch the codebase.
View 2 Replies
Jun 21, 2010
I made SMALL PROJECT IN VB.NET ( USING TABLE, GRIDS) ON MY FRIENDS LAPTOP NOW I M UNABLE TO USE IT ON MY LAPTOP...FORMS ARE NOT WORKING ON MY LAPTOP..M NEW IN VB.NET
View 1 Replies
May 29, 2012
how can i copy one project to another?
View 8 Replies
Jun 15, 2009
ok I have a baseline working project.. now I need to copy it off and make new versions that attach to new systems.. but I want to always start with my working base code.. whats the best way to copy the project to a new dir..
[Code]...
View 5 Replies
Feb 19, 2011
im making some stuff using VB 2010 recently (im new to VB 2010) and well...i wanna make it into an executable file, how do i do it?
View 1 Replies
Feb 20, 2012
I want to make a vb application that downloads stuff off of the internet such as pictures, etc. Does anyone know how I can do this? P.S. If anyone knows how I can implement a progress bar into this .
View 3 Replies
Feb 17, 2012
I'm a noobie coming from VBA. i thought i'd try my hand in VB (because this stuff is fun). I'm trying to make the main window for an application. i've created 2 forms so far. one entitled "Main" and the other "Form1". I would like for "Main" to be the main window of the application.
View 2 Replies
Sep 24, 2010
I have a VS 2005 project. I want to create a project that is exactly the same except for the back end database name. Table names and structure, form names, etc., would not change.What is the easiest way to accomplish this? Copy the project? Start a new project and copy all forms, datasets, etc.?
View 1 Replies
Sep 15, 2011
How do I copy an entire old project to a new project? Can I use the Visual Studio?
I need the old project to stay on my pc and the new project to go into a production environment with
different database connections, subdirectories, etc.
View 6 Replies
Jun 18, 2012
I am new to software development and need to develop a VB software for one of my projects. **I want to know how can I copy a form created in a project to another.I have copied the form from the old project and tried to paste it in to the new project. But I was failed. I have read one of the answer which have given regarding to another one's question. But unfortunately I am not in the standard to acquire the way I could do it.
View 1 Replies
Dec 3, 2009
This has to be really simple and I am completely missing the boat. I have a VB2008 express windows forms project with several forms and an access database that I work on here at work. I want to copy it to a thumb drive and take it home and work on it there, then bring it back, etc.
View 1 Replies