Click here to Skip to main content
15,905,414 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Stonkie27-Oct-10 15:30
Stonkie27-Oct-10 15:30 
AnswerRe: Files in a VB.NET project to put under Version control Pin
R. Erasmus26-Oct-10 21:09
R. Erasmus26-Oct-10 21:09 
AnswerRe: Files in a VB.NET project to put under Version control Pin
tbim27-Oct-10 2:34
tbim27-Oct-10 2:34 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Pete BSC27-Oct-10 3:21
Pete BSC27-Oct-10 3:21 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Peter Trevor27-Oct-10 6:47
Peter Trevor27-Oct-10 6:47 
GeneralRe: Files in a VB.NET project to put under Version control Pin
jschell27-Oct-10 8:26
jschell27-Oct-10 8:26 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Peter Trevor27-Oct-10 9:07
Peter Trevor27-Oct-10 9:07 
AnswerRe: Files in a VB.NET project to put under Version control Pin
CDMTJX27-Oct-10 8:25
CDMTJX27-Oct-10 8:25 
The only bin file to put in would be the .exe or any file it requires to run (.dll?).

Think of doing a build / clean before checkin, then add in the few files needed to run your app.

(My gang keeps checking in .suo files, they come out read only and screws my ability to build...)

Note .sln and .vbproj are required, they're your solution and project files. .vb is your source code. I think .resx is generated by Visual Studio...
GeneralRe: Files in a VB.NET project to put under Version control Pin
Peter Trevor27-Oct-10 9:15
Peter Trevor27-Oct-10 9:15 
GeneralRe: Files in a VB.NET project to put under Version control Pin
CDMTJX27-Oct-10 9:21
CDMTJX27-Oct-10 9:21 
Questionhow to make a xml shared in different Forms? Pin
sanyexian25-Oct-10 0:19
sanyexian25-Oct-10 0:19 
AnswerRe: how to make a xml shared in different Forms? Pin
Gregory Gadow25-Oct-10 5:27
Gregory Gadow25-Oct-10 5:27 
GeneralRe: how to make a xml shared in different Forms? Pin
sanyexian25-Oct-10 15:34
sanyexian25-Oct-10 15:34 
Questionhow to plot line graph Pin
kun8524-Oct-10 22:26
kun8524-Oct-10 22:26 
AnswerRe: how to plot line graph Pin
Andy_L_J25-Oct-10 0:29
Andy_L_J25-Oct-10 0:29 
GeneralRe: how to plot line graph [modified] Pin
kun8525-Oct-10 15:31
kun8525-Oct-10 15:31 
GeneralRe: how to plot line graph Pin
User 58422376-Nov-10 5:28
User 58422376-Nov-10 5:28 
QuestionSystem.NullReferenceException Pin
lemarshall23-Oct-10 18:11
lemarshall23-Oct-10 18:11 
AnswerRe: System.NullReferenceException Pin
Dave Kreskowiak24-Oct-10 3:14
mveDave Kreskowiak24-Oct-10 3:14 
GeneralRe: System.NullReferenceException Pin
lemarshall24-Oct-10 5:28
lemarshall24-Oct-10 5:28 
QuestionShifting Focus From UserForm to Sheet Pin
Win32SF23-Oct-10 15:07
Win32SF23-Oct-10 15:07 
QuestionVisual Basic .net digital signature Pin
crain198122-Oct-10 12:29
crain198122-Oct-10 12:29 
AnswerRe: Visual Basic .net digital signature Pin
Dave Kreskowiak22-Oct-10 13:28
mveDave Kreskowiak22-Oct-10 13:28 
GeneralRe: Visual Basic .net digital signature Pin
crain198122-Oct-10 14:22
crain198122-Oct-10 14:22 
QuestionVisual Basic Encryption Pin
crain198122-Oct-10 3:15
crain198122-Oct-10 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.