Installation Error


https://forum.kartris.com/Topic1444.aspx
Print Topic | Close Window

By macmilm - Mon 14 Nov 2011
Hi all,

Want to try kartris out but not getting very far.

I have installed it exactly as per instruction but when I try go to site for first time I get the error as below.

Thanks for any pointers. I tried installing either manually or with Web Platform installer both have same results.
This is on a windows server 2008 VPS.
Thanks in advance.
Matt

Server Error in '/store' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: BC30561: 'Text' is ambiguous, imported from the namespaces or types 'System.Drawing, System'.

Source Error:

Line 74:         Dim strSymbol As String = rowCurrencies(0)("CUR_Symbol")Line 75:         Dim strResult As String = ""Line 76:         Dim sbdZeros As New Text.StringBuilder("")Line 77:         _Price = Decimal.Round(CDec(_Price), rowCurrencies(0)("CUR_RoundNumbers"))Line 78: