Page 1 of 1

Unable to access Database from Silverlight on VM

Posted: Tue 15 Feb 2011 10:06
by RajeevDebnath
Hi,

I have created one WCF Data Service File whicch I am using in Silverlight client application, When I host the same in other machine data retrieval from oracle db is fine. Only Issue is when I host the same on Virtual Machine. On Virtual Machine, data retrieval is not happening.


Does any hotfix is required in order to access oracle database?

Thanks & Regards,
Rajeev

Re: Unable to access Database from Silverlight on VM

Posted: Wed 16 Feb 2011 11:05
by Shalex
RajeevDebnath wrote:Only Issue is when I host the same on Virtual Machine. On Virtual Machine, data retrieval is not happening.
1. Is there any error? If yes, post here its message and call stack.
2. Make sure that your database is available from your virtual machine (check this with another tool). Maybe there are some virtual machine settings (e.g., firewall, etc) that do not allow establishing connection.