Nop 2.2 is not working on Windows server 2008 R2 Standard..???

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
I've published Nop 2.20 ...it is working fine on Windows 7 by defalut IIS 7...

but it is not working on Windows server 2008 R2 Standarad .....
i got an errror like below....when i'm trying to access index page ..


���`I�%&/m�{J�J��t��`$ؐ@�������iG#)�*��eVe]f@�흼��{����{����;�N'���?\fdl��J�ɞ!���?~|?"��Ey�')=��y6�����h���8�ȗy]LӼ��:���u]糴X��?=�d���4��l����tRͮ�_|^-���lQ�׏>�ɼ�e���C��*/.���eU/�R>j������|q8�ʪ~4)����_�zpW������b��V�G���ջ_��z�������w�_�� �7�݃U����Ƚ�  r߂$��j@]�yg����b��'ղ��\���<���c�6��

What is the reason behind this....???
12 years ago
I'm getting this as well nop2.2 after I compile, deploy on my local iis win 7 ultimate and/or on Arvixe hosting. I try to add to cart , I see same caracters... any idea? when I run thesame DB on my Win 7 ultimate in dev mode from VS 2010 it works...
12 years ago
Seems that I found where the issue is. Find more info here
12 years ago
Please apply changeset d21c5993c77f and dd416ab78db1. Let me know if it helped
12 years ago
I'm not sure whether it'll help, but you can also try the following steps:
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
12 years ago
By the way, what browser are you using?
12 years ago
a.m. wrote:
By the way, what browser are you using?


Thanks for your reply....

I'm using Firefox 7
12 years ago
IE9 and FF
12 years ago
Please apply these changesets and let me know whether it helps
12 years ago
better but.... still get this error in release mode only!

Shipping rate computation method could not be loaded
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: Nop.Core.NopException: Shipping rate computation method could not be loaded

Source Error:


Line 192:            </div>
Line 193:            <div class="totals">
Line 194:                @Html.Action("OrderTotals", "ShoppingCart", new { isEditable = Model.IsEditable })
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.