strDocExt=CString.Right(txtFileContents.PostedFile .FileName ,4).ToLower();
编译时说CString找不到类型或命名空间名称“CString”,想知道要引用那个文件才能解决这个问题。我用asp.net用c#语言。