SB ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kent

    #1

    SB ?

    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?
  • Scott M.

    #2
    Re: SB ?

    "Kent" <kent@reocs.com > wrote in message
    news:c72001c3b9 f5$1fa32ee0$a60 1280a@phx.gbl.. .[color=blue]
    > 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?[/color]

    It depends on what SB is?


    Comment

    • William Ryan

      #3
      Re: SB ?

      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
      "Kent" <kent@reocs.com > wrote in message
      news:c72001c3b9 f5$1fa32ee0$a60 1280a@phx.gbl.. .[color=blue]
      > 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?[/color]


      Comment

      Working...