User Profile

Collapse

Profile Sidebar

Collapse
Brandon S
Brandon S
Last Activity: Dec 18 '10, 05:42 PM
Joined: Dec 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Brandon S
    replied to Missing directive or assembly reference?
    Thanks a million man. At first I had no idea what you meant but did some further research to understand it better, and I was able to resolve it. I was missing a using directive (which I am now more familiar with) and can now continue my project.
    See more | Go to post

    Leave a comment:


  • Brandon S
    started a topic Missing directive or assembly reference?

    Missing directive or assembly reference?

    Code:
     private void okButton_Click(object sender, EventArgs e)
            {
                HelloForm aHelloForm = new HelloForm();
                aHelloForm.Show();
    
            }
    As part of my intro to C# class I'm working on multiform project. However, while trying to use the general form of the show method above, I'm getting the error Error 2 The type or namespace name 'HelloForm' could not be found (are you missing...
    See more | Go to post
No activity results to display
Show More
Working...