Click here to Skip to main content
15,915,864 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCalling a Stored Procedure in DB2 Pin
sagittarian6-May-08 16:39
sagittarian6-May-08 16:39 
AnswerRe: Calling a Stored Procedure in DB2 Pin
Christian Graus6-May-08 17:50
protectorChristian Graus6-May-08 17:50 
QuestionI am not sure what the correct name is that I should be using Pin
winsane6-May-08 10:58
winsane6-May-08 10:58 
AnswerRe: I am not sure what the correct name is that I should be using Pin
Christian Graus6-May-08 11:47
protectorChristian Graus6-May-08 11:47 
Questionsmall arrow at my form Pin
asha_s6-May-08 6:52
asha_s6-May-08 6:52 
AnswerRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 7:55
mveDave Kreskowiak6-May-08 7:55 
GeneralRe: small arrow at my form Pin
asha_s6-May-08 8:34
asha_s6-May-08 8:34 
GeneralRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 8:44
mveDave Kreskowiak6-May-08 8:44 
You're missing a file somewhere. At the top of the solution explorer window, there is a button, I think it's the second form the left, that says "Show All Files" when you have the mouse over it. Click on that button and you should be able to see exactly which files are missing.

Now, you have to check to see where the files are. You may have them, but they are probably not in the correct folder. If you open the folder that .SLN file is in, you should see something like this:
ProjectName
    |
    +--ProjectName.sln
    +--ProjectName.suo
    +--ProjectName          (folder)
           |
           +--ProjectName.vbproj
           +--ProjectName.vbproj.user
           +--Form1.Designer.vb
           +--Form1.resx
           +--Form1.vb
           +--bin           (folder)
           +--My Project    (folder)
           +--obj           (folder)

If, for instance, you have the project files in the wrong folder, or not in a subfolder like this, but the solution file expects it, you'll get this problem.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionRe: small arrow at my form Pin
asha_s6-May-08 8:54
asha_s6-May-08 8:54 
AnswerRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 9:03
mveDave Kreskowiak6-May-08 9:03 
GeneralRe: small arrow at my form Pin
asha_s7-May-08 3:03
asha_s7-May-08 3:03 
QuestionDataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 6:08
SteveNY6-May-08 6:08 
AnswerRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 8:13
mveDave Kreskowiak6-May-08 8:13 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 8:22
SteveNY6-May-08 8:22 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 8:46
mveDave Kreskowiak6-May-08 8:46 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 11:13
SteveNY6-May-08 11:13 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 19:23
mveDave Kreskowiak6-May-08 19:23 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY7-May-08 11:12
SteveNY7-May-08 11:12 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak7-May-08 14:05
mveDave Kreskowiak7-May-08 14:05 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY8-May-08 11:23
SteveNY8-May-08 11:23 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak8-May-08 13:29
mveDave Kreskowiak8-May-08 13:29 
AnswerRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
javedk096-May-08 19:56
javedk096-May-08 19:56 
QuestionOPEN A NON ACTIVE FORM Pin
robby19776-May-08 4:03
robby19776-May-08 4:03 
AnswerRe: OPEN A NON ACTIVE FORM Pin
Dave Kreskowiak6-May-08 4:54
mveDave Kreskowiak6-May-08 4:54 
GeneralRe: OPEN A NON ACTIVE FORM Pin
robby19777-May-08 11:39
robby19777-May-08 11:39 

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.