Actually i have vb code which i needed to convert to c#.
I have converted vb code to c#.
But the problem is i have used C# 4.0 version .It is not supported by my system.
I need to downgrade it c# 2.0. which i don't know.
i am using a dynamic keyword which is not supported in the lower version.
Can any one help me in this.
I am putting days of effort..
Please help me..
Loading
VulpesPosted May 4, 2013, 1:51 PM
However, the closest equivalent of the 'dynamic' keyword is 'object' so I'd try that.
You''ll almost certainly need to make other changes such as casting your dynamic object to its actual type when calling methods or accessing properties of that type but you can only take each problem as it comes when trying to convert to an earlier version.
Ravi ShekharPosted May 4, 2013, 7:35 AM
Now open any txt file . and drag and drop your sln file into it.
Now change visual studio version and save it.
Now copy all important block of web config.
and add new web config , Now paste it.
try it. I think it would work properly.
regards
ravi