this is my code
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
public partial class Class1
{
public void method2()
{
}
}
I saw the solution for brackets problem but its in proper manner as you can see . whats the cause of this error can any one help me? i am using asp.net 1.1.
The
partialkeyword is not supported in C# 1.x. You need to update your framework to v2.0 at least.