ASP.NET MVC 2: cast not valid? -

and here's datacontext:
[function(name = "customer.spsearchdeals")] [resulttype(typeof(filter))] [resulttype(typeof(deal))] public imultipleresults searchdeals( //[parameter(name = "zipcode", dbtype = "char(5)")] //xelement xmlstring ) { var result = this.executemethodcall(this, ((methodinfo)(methodinfo.getcurrentmethod())) //,xmlstring ); return (imultipleresults)result.returnvalue; } what's problem? should cast be?
the answer quite odd...
in model, declared "int" result "long"
Comments
Post a Comment