Error "the resource object with key was not found" when compiling locally


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

By bpaluch - Tue 26 Nov 2013
It works on my live site, but I want to compile locally, and I can't...I get this error.
By bpaluch - Tue 3 Dec 2013
Any advice on this? I'd like to be able to compile Kartris locally, so I can test my customizations. Thanks,
By Paul - Fri 6 Dec 2013
The resources are created dynamically so there would need to be a valid db connection set up in the web.config. But we typically don't compile Kartris these days. We find it runs fine being compiled in situ.

What customizations require that you compile it to run it locally? We typically run webs locally during development which are not compiled.
By bpaluch - Thu 12 Dec 2013
Not necessarily compile, but just build and run.

I think the database was the issue, Kartris doesn't put the full database path, but rather a . to indicate localhost, so that would not run on my local machine - had to switch to the IP address. Thanks.