SB ?

  • Thread starter Thread starter Kent
  • Start date Start date
K

Kent

If I get the error:
Compiler Error Message: CS0246: The type or namespace
name 'sb' could not be found (are you missing a using
directive or an assembly reference?)

What namespace or assembly would I need to import?
 
Kent said:
If I get the error:
Compiler Error Message: CS0246: The type or namespace
name 'sb' could not be found (are you missing a using
directive or an assembly reference?)

What namespace or assembly would I need to import?

It depends on what SB is?
 
Can you post the code? It looks like you're referencing a variable that
isn't declared. If you are in C#, it may just be a case sensitivity
issue...

HTH,

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top