cannot assign <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:43 UTC
Read the original article
Hit count: 238
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 assign result globly I am getting Cannot Assign to implicit typed local variable?
var result = ?
what should I assign in global?
thanks
© Stack Overflow or respective owner