error showing at StaringComparison.

  • Thread starter Thread starter Jose Rodriguez
  • Start date Start date
Hi
in my application some where in my code i used the follwoing statement

StringComparison.InvariantCultureIgnoreCase

so when i'm running my application(asp.net with c# vs2003) it is raising
error near StaringComparison.

follwoing is the error description

(924): The type or namespace name 'StringComparison' could not be found (are
you missing a using directive or an assembly reference?)


i'm using DotnetFramework 1.1

Can anybody tell me why i'm getting this error.

Regards

Jyothi
 

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