CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    703

    Need to know the "using Directive" for keyword coloumn

    hi ,
    I have piece of code like this in C#.
    [B]
    start = result.IndexOf("<" + key + ">",0) + 2 + column.Length;

    when i compile i get the error stating that undeclared,and the compiler generates a message that may "Are you missing a using Directive"?
    but i dont know how to search for that particular using directive as i am very new to C# and dont know the procedures.Pls help to solve this problem and teach me how to find the using directives for particular keywords.
    thanks in advance.

  2. #2
    Join Date
    Nov 2000
    Posts
    13
    Hi,

    can you post the complete compiler message?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured