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
 
Back
Top