Source Code Gives Error


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

By ajitjethe - Sun 29 Jun 2014
Have downloaded the sourcecode, but getting error while running it. Error list as follow.
Error 1 The resource object with key 'PageTitle_WelcomeToKartris' was not found. C:\inetpub\wwwroot\k26001_mytestweb\Admin\Default.aspx 39
Error 2 The resource object with key 'FormLabel_Username' was not found. C:\inetpub\wwwroot\k26001_mytestweb\Admin\Default.aspx 63
Error 3 The resource object with key 'FormLabel_Password' was not found. C:\inetpub\wwwroot\k26001_mytestweb\Admin\Default.aspx 67
Error 4 The resource object with key 'FormButton_Submit' was not found. C:\inetpub\wwwroot\k26001_mytestweb\Admin\Default.aspx 71
Error 5 The resource object with key 'ContentText_LoginBadUser' was not found. C:\inetpub\wwwroot\k26001_mytestweb\Admin\Default.aspx 79
Error 6 The resource object with key 'ContentText_FrontOfSite' was not found. C:\inetpub\wwwroot\k26001_mytestweb\Admin\Default.aspx 83
By Paul - Mon 30 Jun 2014
This looks like a db permissions problem; data for these language specific elements is pulled from the database, if the connection doesn't return data then this error would likely occur.