Hello, Experts
attached is link to my previous question that, i feel, is still not completely resolved: i am trying to run a test application from my PC in order to access data on our company's SharePoint site:
sideloading_of_apps_os_not_enabled_on_this_site
my questions here are:
1. should my App still be deployed into SharePoint or can it just run off my PC ?
2. if i still need to use a developer site ( that, according to previous thread already comes with sideloading of apps enabled ), how can i reference it in my project / solution ? when i try to reference it during project's creation stage, validation steps fails, and VS only accepts our company's main URL https://acts123-admin.sharepoint.com/ as a valid entry
3. according to http://msdn.microsoft.com/en-us/library/fp179912.aspx, when VS creates an App for SharePoint 2013, Microsoft.SharePoint.Client.Runtime.dll and Microsoft.SharePoint.Client.dll, are automatically added to the project - does not seem to be the case for me ( had to put them in manually )
AlexF