Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0138: A using namespace directive can only be applied to namespaces; 'System.IO.File' is a type not a namespace

Source Error:


Line 5:  using System.Xml;
Line 6:  using Semsark.Models;
Line 7:  using System.IO.File;
Line 8:  using System.IO;
Line 9:  

Source File: c:\inetpub\wwwroot\Semsark2\RSS.aspx.cs    Line: 7