No change made related to this.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi All,

I get the below error message.I am unsure what is the reason for this error.I think this may be a bug but I am not sure.


Error  2  The type arguments for method 'Nop.Web.Framework.HtmlExtensions.FieldIdFor<T,TResult>(System.Web.Mvc.HtmlHelper<T>, System.Linq.Expressions.Expression<System.Func<T,TResult>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.  e:\Projects\nopCommerce_3.00_Source_v6\Presentation\Nop.Web\Views\Shared\_CreateOrUpdateAddress.cshtml  8  18  Nop.Web



Thank you,
Nishanth.
10 years ago
Code works for me ( @Html.FieldIdFor(model => model.CountryId) ) sometimes errors like this are caused by errors in other parts of the solution. Have you tried to clean the solution and rebuild again? Also check if your references are all in order
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.