vs 2013


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

By nethaji - Wed 4 Feb 2015
is it possible to open source code in visual studio for customization ,if it so how to open without any error .(resx,serives).
By Paul - Wed 4 Feb 2015
If you have a Kartris install, then you can connect to this with VS 2013 without any errors:

------ Rebuild All started: Project: k28001_test, Configuration: Debug Any CPU ------
Validating Web Site
Building directory '/App_WebReferences/'.
Building directory '/App_Code/'.
Building directory '/Admin/App_LocalResources/'.

...
Validation Complete
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========


The key is that you must have setup Kartris so that it is connected to a properly populated database. Kartris uses a custom resource provider to pull language specific text from the database rather than a resx file - this means all language specific text elements can be changed easily from the back end.
By nethaji - Wed 11 Feb 2015
yes i have changed in web.config for connection string,but still i recv error as "the resource object with key ***was not found in all ascx files while be build in vs2013.
By Paul - Fri 13 Feb 2015
That suggests missing permissions for the database.

http://userguide.kartris.com/Default.aspx?headID=49

see steps 5, 6 and 7