Unable to access Database from Silverlight on VM

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
RajeevDebnath
Posts: 14
Joined: Mon 07 Feb 2011 09:02

Unable to access Database from Silverlight on VM

Post by RajeevDebnath » Tue 15 Feb 2011 10:06

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Unable to access Database from Silverlight on VM

Post by Shalex » Wed 16 Feb 2011 11:05

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.

Post Reply