cannot assing <null> to implicit types local variable using asp.net
Posted
by rockers
on Stack Overflow
See other posts from Stack Overflow
or by rockers
Published on 2010-06-18T01:29:23Z
Indexed on
2010/06/18
1:33 UTC
Read the original article
Hit count: 254
ASP.NET
I have this
var result = general.GetInformation(int.Parse(ID), F_account, F_Info, Types);
this GetInformation is my Entity.Getinformation class.. when I am trying to assing result globly I am getting Cannot Assing to implicit typed local variable?
var result = ?
what should I assing in global?
thanks
© Stack Overflow or respective owner