473,666 Members | 2,238 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which files of a VB project under source control?


I'm using subversion. But I guess this is not important for the issue.
So which files of a VB project should be (at least) under source control? Or
which ones definitly not? I know from VB6 projects that there are a lot of
unimportant files (vbw, exe, obj, ...) . But I don't know which of the
VB-VS2005 files are similar. So can anyone give me some hints please?

So far I have the following files:

..resx
..exe
..vshost.exe
..sln
..maypp
..pdb
My Project.Resourc es.Designer.vb. dll
..resources
..vbproj.FileLi st.txt
..vbproj
..vb
..vbproj.user
..settings.
..xml

Thanks in advance,
Robert




--
E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
(remove each '_' from the address and replace '#' with '@')

Nov 21 '05 #1
4 3095
Robert,
The "easiest" way to find out is to ask VS.NET.

Ensure you have Visual Source Safe integration installed. Create a Project.
Use 'File - Source Control - Add Solution to Source Control'. Look in VSS at
what files were added.

| I'm using subversion. But I guess this is not important for the issue.
Based on what files VS & VSS added to source control, add the same files to
subversion.

Hope this helps
Jay

"Robert Schneider" <lo*******@the. posting> wrote in message
news:uK******** ******@TK2MSFTN GP09.phx.gbl...
|
| I'm using subversion. But I guess this is not important for the issue.
| So which files of a VB project should be (at least) under source control?
Or
| which ones definitly not? I know from VB6 projects that there are a lot of
| unimportant files (vbw, exe, obj, ...) . But I don't know which of the
| VB-VS2005 files are similar. So can anyone give me some hints please?
|
| So far I have the following files:
|
| .resx
| .exe
| .vshost.exe
| .sln
| .maypp
| .pdb
| My Project.Resourc es.Designer.vb. dll
| .resources
| .vbproj.FileLis t.txt
| .vbproj
| .vb
| .vbproj.user
| .settings.
| .xml
|
|
|
| Thanks in advance,
| Robert
|
|
|
|
|
|
|
|
|
|
|
|
| --
| E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
| (remove each '_' from the address and replace '#' with '@')
|
|
|
Nov 21 '05 #2
Thanks Jay for the response.

I don't have VSS. I'm using VS2005 Beta2 and afaik it is not included.
I provided the list of file suffixes that occur in the project directory. Is
it possible that you or someone else mark the lines of the list somehow, so
I can see which files are the essential or the unimportant ones?

Thanks again,
Robert
--
E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
(remove each '_' from the address and replace '#' with '@')
"Jay B. Harlow [MVP - Outlook]" <Ja************ @msn.com> schrieb im
Newsbeitrag news:el******** ******@TK2MSFTN GP12.phx.gbl...
Robert,
The "easiest" way to find out is to ask VS.NET.

Ensure you have Visual Source Safe integration installed. Create a
Project.
Use 'File - Source Control - Add Solution to Source Control'. Look in VSS
at
what files were added.

| I'm using subversion. But I guess this is not important for the issue.
Based on what files VS & VSS added to source control, add the same files
to
subversion.

Hope this helps
Jay

"Robert Schneider" <lo*******@the. posting> wrote in message
news:uK******** ******@TK2MSFTN GP09.phx.gbl...
|
| I'm using subversion. But I guess this is not important for the issue.
| So which files of a VB project should be (at least) under source
control?
Or
| which ones definitly not? I know from VB6 projects that there are a lot
of
| unimportant files (vbw, exe, obj, ...) . But I don't know which of the
| VB-VS2005 files are similar. So can anyone give me some hints please?
|
| So far I have the following files:
|
| .resx
| .exe
| .vshost.exe
| .sln
| .maypp
| .pdb
| My Project.Resourc es.Designer.vb. dll
| .resources
| .vbproj.FileLis t.txt
| .vbproj
| .vb
| .vbproj.user
| .settings.
| .xml
|
|
|
| Thanks in advance,
| Robert
|
|
|
|
|
|
|
|
|
|
|
|
| --
| E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
| (remove each '_' from the address and replace '#' with '@')
|
|
|

Nov 21 '05 #3
Robert,
I'm using VS2005 beta 2 & it is included.

I installed it from the VS2005 DVD that ships with MSDN, its a separate
download from subscriber downloads. I've seen the DVD handy out at many an
MSDN event & local .NET user groups.

I have not looked at the public downloads, so I don't know if its there...

Have you tried asking in one of the VS.NET 2005 forums?

http://forums.microsoft.com/msdn/

Unfortunately I don't have time to check all the project types &
permutations to give you a list I was comfortable with...

Hope this helps
Jay

"Robert Schneider" <lo*******@the. posting> wrote in message
news:O$******** ******@TK2MSFTN GP14.phx.gbl...
| Thanks Jay for the response.
|
| I don't have VSS. I'm using VS2005 Beta2 and afaik it is not included.
| I provided the list of file suffixes that occur in the project directory.
Is
| it possible that you or someone else mark the lines of the list somehow,
so
| I can see which files are the essential or the unimportant ones?
|
| Thanks again,
| Robert
|
|
| --
| E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
| (remove each '_' from the address and replace '#' with '@')
|
|
| "Jay B. Harlow [MVP - Outlook]" <Ja************ @msn.com> schrieb im
| Newsbeitrag news:el******** ******@TK2MSFTN GP12.phx.gbl...
| > Robert,
| > The "easiest" way to find out is to ask VS.NET.
| >
| > Ensure you have Visual Source Safe integration installed. Create a
| > Project.
| > Use 'File - Source Control - Add Solution to Source Control'. Look in
VSS
| > at
| > what files were added.
| >
| > | I'm using subversion. But I guess this is not important for the issue.
| > Based on what files VS & VSS added to source control, add the same files
| > to
| > subversion.
| >
| > Hope this helps
| > Jay
| >
| > "Robert Schneider" <lo*******@the. posting> wrote in message
| > news:uK******** ******@TK2MSFTN GP09.phx.gbl...
| > |
| > | I'm using subversion. But I guess this is not important for the issue.
| > | So which files of a VB project should be (at least) under source
| > control?
| > Or
| > | which ones definitly not? I know from VB6 projects that there are a
lot
| > of
| > | unimportant files (vbw, exe, obj, ...) . But I don't know which of
the
| > | VB-VS2005 files are similar. So can anyone give me some hints please?
| > |
| > | So far I have the following files:
| > |
| > | .resx
| > | .exe
| > | .vshost.exe
| > | .sln
| > | .maypp
| > | .pdb
| > | My Project.Resourc es.Designer.vb. dll
| > | .resources
| > | .vbproj.FileLis t.txt
| > | .vbproj
| > | .vb
| > | .vbproj.user
| > | .settings.
| > | .xml
| > |
| > |
| > |
| > | Thanks in advance,
| > | Robert
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > | --
| > | E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
| > | (remove each '_' from the address and replace '#' with '@')
| > |
| > |
| > |
| >
| >
|
|
Nov 21 '05 #4
I found an answer at the microsoft forums.
Thanks,
Robert

--
E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
(remove each '_' from the address and replace '#' with '@')
"Jay B. Harlow [MVP - Outlook]" <Ja************ @msn.com> schrieb im
Newsbeitrag news:u$******** ******@TK2MSFTN GP10.phx.gbl...
Robert,
I'm using VS2005 beta 2 & it is included.

I installed it from the VS2005 DVD that ships with MSDN, its a separate
download from subscriber downloads. I've seen the DVD handy out at many an
MSDN event & local .NET user groups.

I have not looked at the public downloads, so I don't know if its there...

Have you tried asking in one of the VS.NET 2005 forums?

http://forums.microsoft.com/msdn/

Unfortunately I don't have time to check all the project types &
permutations to give you a list I was comfortable with...

Hope this helps
Jay

"Robert Schneider" <lo*******@the. posting> wrote in message
news:O$******** ******@TK2MSFTN GP14.phx.gbl...
| Thanks Jay for the response.
|
| I don't have VSS. I'm using VS2005 Beta2 and afaik it is not included.
| I provided the list of file suffixes that occur in the project
directory.
Is
| it possible that you or someone else mark the lines of the list somehow,
so
| I can see which files are the essential or the unimportant ones?
|
| Thanks again,
| Robert
|
|
| --
| E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
| (remove each '_' from the address and replace '#' with '@')
|
|
| "Jay B. Harlow [MVP - Outlook]" <Ja************ @msn.com> schrieb im
| Newsbeitrag news:el******** ******@TK2MSFTN GP12.phx.gbl...
| > Robert,
| > The "easiest" way to find out is to ask VS.NET.
| >
| > Ensure you have Visual Source Safe integration installed. Create a
| > Project.
| > Use 'File - Source Control - Add Solution to Source Control'. Look in
VSS
| > at
| > what files were added.
| >
| > | I'm using subversion. But I guess this is not important for the
issue.
| > Based on what files VS & VSS added to source control, add the same
files
| > to
| > subversion.
| >
| > Hope this helps
| > Jay
| >
| > "Robert Schneider" <lo*******@the. posting> wrote in message
| > news:uK******** ******@TK2MSFTN GP09.phx.gbl...
| > |
| > | I'm using subversion. But I guess this is not important for the
issue.
| > | So which files of a VB project should be (at least) under source
| > control?
| > Or
| > | which ones definitly not? I know from VB6 projects that there are a
lot
| > of
| > | unimportant files (vbw, exe, obj, ...) . But I don't know which of
the
| > | VB-VS2005 files are similar. So can anyone give me some hints
please?
| > |
| > | So far I have the following files:
| > |
| > | .resx
| > | .exe
| > | .vshost.exe
| > | .sln
| > | .maypp
| > | .pdb
| > | My Project.Resourc es.Designer.vb. dll
| > | .resources
| > | .vbproj.FileLis t.txt
| > | .vbproj
| > | .vb
| > | .vbproj.user
| > | .settings.
| > | .xml
| > |
| > |
| > |
| > | Thanks in advance,
| > | Robert
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > |
| > | --
| > | E-Mail: r._sch_nei_d_er #_we_ingar_t_ne r.c_om
| > | (remove each '_' from the address and replace '#' with '@')
| > |
| > |
| > |
| >
| >
|
|

Nov 21 '05 #5

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

Similar topics

4
343
by: Rob Brown | last post by:
Is there a way to get the .NET framework to generate a cs file associated with a schema other than when the DataSet is modified? Since the cs file is automatically generated based on the schema, there is a discussion going on at work regarding whether this file should be placed under source control, or generated each time the projects are built. The issue is, we don't know if it's even possible to generate the cs file at build time...
6
1307
by: Lea | last post by:
Not only does my boss want to hide files from some developers, he wants to be able to hide different files from different users. We already use source control to ensure that people cannot check out code that they should not change. He wants some of the code to not be visible to some developers. The project is managed C++. All of the code is required to successfully build the application. I thought to make libraries so that code could...
2
4604
by: John E. | last post by:
Some of our developers are using .NET 2005 already and other are using 2003. Since they are not backwards compatible, we were trying to devise a system where we have 2 different project files that access the same source code (.cs files). Is it possible to do something such as /src/2003project and /src/2005project and put all the .cs files in the /src directory and only have the project, user config, bin and obj objects in the equivilant...
2
1707
by: Ed Eichman | last post by:
Hi Guys, When I create an ASP.NET web app, which files do I need to check into my version control? I assume that the "bin" directory is skipped, but I'm not sure about the hidden directories (_vti_cnf, _vti_pvt, _vti_script, and _vti_txt). What are these things, and which of their contents do I have to check in? NOTE: I know at least some of the hidden dirs' files have to be kept, because trashing them caused problems in opening the...
3
1418
by: RA | last post by:
Hi Which files I need to put on the web server in order to have my asp.net work? Thanks, Ron
0
906
by: Steve Klett | last post by:
Hi- I just cracked open some old asp.net projects. I tried to open them in Visual Studio.net 2003 from Source Control (File->Source Control->Open From Source Control) After answering the usual dialogs I got a message stating that my project needed to be converted, do I want to do this. I answered yes. The screen flickered and popped a bit, then my project finally opened. Problem is.... it looks like it just created a new, empty...
12
5094
by: Chad Crowder | last post by:
Hi all, I hope someone can give me a hand, because I'm out of ideas. I keep getting this message: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69" is denied. The error goes on to say that the ASP.NET is not authorized...
2
1979
by: monomaniac21 | last post by:
Hi all we are thinking of using a version control system at work. I was wondering what are some of the issues we should take into consideration when deciding upon which one to use? and which one/s you would recommend? thanks marc
6
1305
by: Peter Proost | last post by:
Hi group, Which source code control program would you guys advice when working a lot with linked files in .net For example, I've got project A with its own frmA, frmB (linked from project B) and frmC (linked from project C) Now when I change frmC from inside project A I woul also like to see the changes in project C. I've already tested subversion, sourcegear vault 3.5, ankhsvn which all seem to work fine but not for linked files or...
0
8440
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8866
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8550
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6191
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
5662
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
4193
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
4365
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2006
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1769
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.