Next Release

klong

New member
Joined
Jan 22, 2006
Messages
3
Programming Experience
1-3
Hello,

I have a question concerning how to begin the next release of a project. I have buillt and released my current project. What do I have to do to add on to the current project? What should the configuration setting be(Debug, Release)? When changed it to Debug, the text on some of my controls turned white. I even changed the image of my picturebox control and when I ran the project(Debug mode), the picture box displayed the old image.

Any help you can give would be greatly appreciated as I am fairly new to VB .NET. Thank you.

Kerry
 
The IDE neither knows nor cares that you have just released your product. You continue development in the IDE just like you did before. You'll presumably want to make a backup copy of the solution as it was when it was released, and you'll want to update the version number. If those issues you mention are anything to do with your release then it is because of a bug in the IDE. It should make no difference.
 
Back
Top