Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 Instance-Error/network-specific error

Author  Topic 

dd121
Starting Member

11 Posts

Posted - 2010-11-14 : 09:47:47
I have the following configuration:


Windows 7
Visual studio 2010
Microsoft .NET Framework 4.0
Microsoft SQL Server Compact 3.5 x64


I have developed a windows forms application on VS, and i deployed it using the "click-once" method.

The software works fine on my PC.

When i installed it on :



Windows XP (SP3)
Microsoft .NET Framework 4.0
Microsoft SQL Server Compact 3.5 x86

I got a weird error. It installs fine. But when u run the application it generates an error.

When i installed this file on another laptop with has Windows 7 and the same config as before, it generated a SQL server instance-specific or network-specific error.

I was getting this instance-specific n network-specific error before, while installing the sql server 2008 R2 express. but later on, it got resolved.

I dont know wht is the issue? how am i suppose to deploy the application in order for it to work on windows xp 32 bit

elwoos
Master Smack Fu Yak Hacker

2052 Posts

Posted - 2010-11-15 : 05:36:58
It may help if you let us know what the error messages were.

-----------

I used to think I wasn't a morning person but it never got better in the afternoon
Go to Top of Page
   

- Advertisement -