The "Process window not found" error can be ignored. The mobile dev toolkit uses an small, portable version of IIS, not full blown IIS. This is a small, command-line web server. The toolkit tries to find the command window and hide it (which on some system doesn't work), causing the error. It's annoying, but no worries, it is just the hiding of the command window that is failing. Also, you don't have to run the mobile website this way, you can add it as a full website under IIS as well if you'd like.
As far as the other error, did you change the location of the SData server in the dev configuration? That is required. Sage used to have a demo/test SData server which no longer exists that I know of under Swiftpage. The default dev configuration points to a non-existent IP address SData server. You need to change it to a valid one. |