473,756 Members | 2,383 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating new project versions

Is there any recommended way of creating a new version of an existing
project inVB.Net? Or maybe an add-in that facilitates this process?

Like most people I guess, I tend to develop projects in stages. When
I've got the code working for a certain notional version say v0.4, I
want to freeze that and keep the existing code intact before starting
work on the next phase that will add further functionality and result
in eg v0.5. Or maybe I'm struggling with a problem and want to try a
new approach to an issue, but want to keep the existing code as is.

At present I just create a new project and 'add existing items' to
that. This is maybe OK for simple projects but often I seem to come
across the problem in using an external control or dll that the new
project has partially forgotten where to find the external control.
Sometime I try to add it back in with the same name as was previosuly
assigned but the new project won't let me because it already has some
code using that name.

Am I missing some obvious way of creating new versions? Maybe I just
need to use the file system simply to copy all the files in the old
folder across to a new folder. Any advice please?

JGD
Nov 21 '05 #1
3 1268
"John Dann" <ne**@prodata.c o.uk> schrieb:
Is there any recommended way of creating a new version of an existing
project inVB.Net? Or maybe an add-in that facilitates this process?
[...]
Am I missing some obvious way of creating new versions? Maybe I just
need to use the file system simply to copy all the files in the old
folder across to a new folder. Any advice please?


The easiest way is to create a backup (copy) of the solution's folder in the
explorer.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #2
Hi,

You can manually set the version number in the assemblyinfo.vb
file.
<Assembly: AssemblyVersion ("0.4.0")>

Ken
----------------
"John Dann" <ne**@prodata.c o.uk> wrote in message
news:nq******** *************** *********@4ax.c om...
Is there any recommended way of creating a new version of an existing
project inVB.Net? Or maybe an add-in that facilitates this process?

Like most people I guess, I tend to develop projects in stages. When
I've got the code working for a certain notional version say v0.4, I
want to freeze that and keep the existing code intact before starting
work on the next phase that will add further functionality and result
in eg v0.5. Or maybe I'm struggling with a problem and want to try a
new approach to an issue, but want to keep the existing code as is.

At present I just create a new project and 'add existing items' to
that. This is maybe OK for simple projects but often I seem to come
across the problem in using an external control or dll that the new
project has partially forgotten where to find the external control.
Sometime I try to add it back in with the same name as was previosuly
assigned but the new project won't let me because it already has some
code using that name.

Am I missing some obvious way of creating new versions? Maybe I just
need to use the file system simply to copy all the files in the old
folder across to a new folder. Any advice please?

JGD
Nov 21 '05 #3

"John Dann" <ne**@prodata.c o.uk> wrote
Is there any recommended way of creating a new version of an existing
project inVB.Net? Or maybe an add-in that facilitates this process?

Like most people I guess, I tend to develop projects in stages. When
I've got the code working for a certain notional version say v0.4, I
want to freeze that and keep the existing code intact before starting
work on the next phase that will add further functionality and result
in eg v0.5. Or maybe I'm struggling with a problem and want to try a
new approach to an issue, but want to keep the existing code as is.


With disk space as cheap as it is, I've normally just zipped up the
whole project directory tree and stored the different versions in a
separate folder. I have rarely had to restore them, but on those
occasions I can simply delete everything and let the zipped package
build the earlier image just like it was.

LFS
Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1759
by: Robert | last post by:
I get these errors when creating a asp .net web application project in VS 2003 on a remote web server: "Microsoft Development Environment The Web was created successfully, but an error occurred when trying to configure the application root for this Web. Web projects may not operate correctly without an application root. The returned error was: Active Directory Services cannot find the web server. A possible cause for this is an...
0
1008
by: Clive | last post by:
Hi, I'm hoping someone can help. I have windows 2000 professional with visual studio 2003 installed (amongst other things such as VS6 & VS.net). When I create an atl project, I get lots of errors saying 'Unspecified Error', & then one saying 'The project file is read only and cannot be checked out from source code control (or source code control is not set on the project file)."'
1
1365
by: Joe | last post by:
I would like my setup to download the framework and install it if needed. I think this means I need to handle checking to see if the framework is installed and if not, download it, launch it and then continue the installation of my application. Are there any examples of doing anything like this? Thanks, Joe
4
2630
by: Bob | last post by:
Could anyone suggest me some examples/articles on creating a setup program in VS.NET that can install the assembly into the GAC? I have done some search and research myself and have some basic understanding on how to create a setup program. All the articles about Windows Installer 2.0 is the best way to install your assembly into GAC but I haven't found one shows what exactly I need to do differently in my VS.NET setup project in order...
4
2312
by: Howard Kaikow | last post by:
When I build a setup project, the dependency in the setup project is tied to the version in which it was built. Is there a way to build a setup project that can be used in both versions of the Framework? There is provision to build the app's .exe so that the .exe can be used in either version of the framework, is there not a way to do this for the setup project? I looked at the options, did not find any. Did I miss something? --
4
2522
by: Henrik Dahl | last post by:
Hello! Is it possible to use Visual Studio 2005 or, secondarily, Visual Studio .NET 2003 to create ActiveX controls which may be consumed by VB 6.0 programs, i.e. dealt with on forms in the usual way? If yes, may you provide a hint/link for getting started? Best regards,
12
1377
by: ross m. greenberg | last post by:
I'm trying to create a function in JavaScript using Dreamweaver8 such that when a user hits the ' F1' key when a text box is selected a separate "pop-up" window will open, with text of my choice. Does anybody have any pointers or even some source code? I use ASP on my server. Thanks! Ross
2
3582
by: =?Utf-8?B?U2ltb24uVUs=?= | last post by:
Hi, I've created an appplication using the SQL XML Bulk Load COM object. When i run the application in debug it works as expected and also when i run the setup project the application is in on my development machine, it also works. However, when i deploy the setup project on another machine i get the following error at application runtime: System.Runtime.InteropServices.COMException (0x80040154): Schema: Error creating SAX reader.
1
1137
by: Curious | last post by:
I'm working on a project of version 20. When I search for a string in the "Entire solution", I've got matches not only from this project but also from another project of version 15: C:\Versions\Version 20\CORE Console\Source\Monitor \SubmitForm.cs(18): private SortableBindingList<RowStatus> mSelectedReportInstances; C:\Versions\Version 20\CORE Console\Source\Monitor \SubmitForm.cs(355): this.mSelectedReportInstances =...
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9872
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3358
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.