Kartris build error

Posted By minbor Fri 21 Jun 2013
Add to Favorites1
Author Message
minbor
 Posted Fri 21 Jun 2013
Supreme Being

Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)Supreme Being - (684 reputation)

Group: Awaiting Activation
Last Active: Thu 27 Jun 2013
Posts: 0, Visits: 8
684
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
Paul
 Posted Thu 27 Jun 2013
große Käse

große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)große Käse - (449,534 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
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

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top