Group: Awaiting Activation
Last Active: Thu 27 Jun 2013
Posts: 0,
Visits: 8
|
Hello,
I have run the installation on my local pc and the site seems to be working, but when I opened the website in Visual Studio Express 1012 and tried to build the website I got the following errors. Error 1 The resource object with key 'PageTitle_WelcomeToKartris' was not found. C:\inetpub\wwwroot\Admin\Default.aspx 39 Error 2 The resource object with key 'FormLabel_Username' was not found. C:\inetpub\wwwroot\Admin\Default.aspx 63 Error 3 The resource object with key 'FormLabel_Password' was not found. C:\inetpub\wwwroot\Admin\Default.aspx 67 Error 4 The resource object with key 'FormButton_Submit' was not found. C:\inetpub\wwwroot\Admin\Default.aspx 71 Error 5 The resource object with key 'ContentText_LoginBadUser' was not found. C:\inetpub\wwwroot\Admin\Default.aspx 79 Error 6 The resource object with key 'ContentText_FrontOfSite' was not found. C:\inetpub\wwwroot\Admin\Default.aspx 83
Is this something that I missed when installing? PLease let me know what should I do to fix this or can this be safely ignored.
Kind regards,
minbor
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
This looks like an issue with the connection or permissions to the database.
Kartris stores language specific text for page elements in the database, and then uses a modified asp.net resource provider to make this available to pages. From the errors, it seems the resources are not present. The most likely cause is that Kartris does not have a connection to the database, or the correct permissions, to retrieve this language information (or any other information, it's just that these errors will be the first to materialize because of this).
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|