nop 2.5 bug ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
after successful installation, I see error in log



Error

File does not exist.

4/4/2012 1:28:30 PM

View






and if i try to view it it throws this




Server Error in '/' Application.
--------------------------------------------------------------------------------

Value cannot be null or empty.
Parameter name: linkText
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Value cannot be null or empty.
Parameter name: linkText

Source Error:


Line 53:                 @if (Model.CustomerId.HasValue)
Line 54:                 {
Line 55:                     @Html.ActionLink(Model.CustomerEmail, "Edit", "Customer", new { id = Model.CustomerId }, new { })
Line 56:                 }
Line 57:             </td>
12 years ago
Thanks. Fixed.
12 years ago
should I download 2.5 copy again ?
12 years ago
buzz wrote:
should I download 2.5 copy again ?

Wait 10-15 minutes
12 years ago
thankX

ok i think you are updating codeplex.

can you also tell me where you fixed it in source code ?
12 years ago
You can always find all changesets on codeplex site. See changeset 9e6856e4ece6
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.