Re: String.Substrin g() Does not exist error
JasonS <gadget@sobell. net> wrote:
<snip>
[color=blue]
> Check in your references that you haven't removed 'System', as this is
> responsible for providing the base object types such as String.
> Also, check that 'Imported Namespaces' also has a reference to System.[/color]
Slight correction - the System assembly doesn't contain System.String -
mscorlib does.
--
Jon Skeet - <skeet@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
JasonS <gadget@sobell. net> wrote:
<snip>
[color=blue]
> Check in your references that you haven't removed 'System', as this is
> responsible for providing the base object types such as String.
> Also, check that 'Imported Namespaces' also has a reference to System.[/color]
Slight correction - the System assembly doesn't contain System.String -
mscorlib does.
--
Jon Skeet - <skeet@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Comment