Home All Groups Group Topic Archive Search About

Exec distribution issue....

Author
12 Aug 2006 11:24 AM
stepanokim
I developed a exe application written in C#, using remote SqlServer2000.
I have three users (three workstations) need to use this application.  All
are in the same network domain.
I want to install this application on the file server, so to speak, on the
shared drive of network such as h:\application\exe folder and then make a
shortcut on three workstation pointing to the shared drive.
The users click on shortcut on their desktop to run this application on the
server.  I tried this way, but not working.
Is it possible? If so, could anybody explain how to do?

Author
12 Aug 2006 3:51 PM
Siva M
Hello,

See if this helps:

How to deploy a .NET Framework application to run from a network location
http://support.microsoft.com/kb/832742/EN-US/

"stepanokim" <stepano***@verizon.net> wrote in message
news:e7FavHgvGHA.5044@TK2MSFTNGP05.phx.gbl...
I developed a exe application written in C#, using remote SqlServer2000.
I have three users (three workstations) need to use this application.  All
are in the same network domain.
I want to install this application on the file server, so to speak, on the
shared drive of network such as h:\application\exe folder and then make a
shortcut on three workstation pointing to the shared drive.
The users click on shortcut on their desktop to run this application on the
server.  I tried this way, but not working.
Is it possible? If so, could anybody explain how to do?
Author
12 Aug 2006 5:45 PM
David Browne
"Siva M" <shiva***@online.excite.com> wrote in message
news:Og9vtcivGHA.4384@TK2MSFTNGP04.phx.gbl...
> Hello,
>
> See if this helps:
>
> How to deploy a .NET Framework application to run from a network location
> http://support.microsoft.com/kb/832742/EN-US/
>

But a better way might be to use ClickOnce
http://msdn.microsoft.com/netframework/windowsforms/learning/features/clickonce/

David
Author
13 Aug 2006 2:14 AM
stepanokim
Thanks for your quick response.....
Actually i am trying to understand the things like this...
Three workstations has SQLServer2000 client modules installed. But the
shared network server that the EXE application is located does not have SQL
client installed. In this case, do I have to install SQLServer client tool
on the shared network server? I am wondering which sql server clients are
the exec applicaion using? (local workstations or shared network server?)

Show quote
"Siva M" <shiva***@online.excite.com> wrote in message
news:Og9vtcivGHA.4384@TK2MSFTNGP04.phx.gbl...
> Hello,
>
> See if this helps:
>
> How to deploy a .NET Framework application to run from a network location
> http://support.microsoft.com/kb/832742/EN-US/
>
> "stepanokim" <stepano***@verizon.net> wrote in message
> news:e7FavHgvGHA.5044@TK2MSFTNGP05.phx.gbl...
> I developed a exe application written in C#, using remote SqlServer2000.
> I have three users (three workstations) need to use this application.  All
> are in the same network domain.
> I want to install this application on the file server, so to speak, on the
> shared drive of network such as h:\application\exe folder and then make a
> shortcut on three workstation pointing to the shared drive.
> The users click on shortcut on their desktop to run this application on
> the
> server.  I tried this way, but not working.
> Is it possible? If so, could anybody explain how to do?
>
>
Author
13 Aug 2006 2:17 PM
Siva M
It is using local workstation's SQL Server client components...

"stepanokim" <stepano***@verizon.net> wrote in message
news:ewJlV5nvGHA.724@TK2MSFTNGP05.phx.gbl...
Thanks for your quick response.....
Actually i am trying to understand the things like this...
Three workstations has SQLServer2000 client modules installed. But the
shared network server that the EXE application is located does not have SQL
client installed. In this case, do I have to install SQLServer client tool
on the shared network server? I am wondering which sql server clients are
the exec applicaion using? (local workstations or shared network server?)

Show quote
"Siva M" <shiva***@online.excite.com> wrote in message
news:Og9vtcivGHA.4384@TK2MSFTNGP04.phx.gbl...
> Hello,
>
> See if this helps:
>
> How to deploy a .NET Framework application to run from a network location
> http://support.microsoft.com/kb/832742/EN-US/
>
> "stepanokim" <stepano***@verizon.net> wrote in message
> news:e7FavHgvGHA.5044@TK2MSFTNGP05.phx.gbl...
> I developed a exe application written in C#, using remote SqlServer2000.
> I have three users (three workstations) need to use this application.  All
> are in the same network domain.
> I want to install this application on the file server, so to speak, on the
> shared drive of network such as h:\application\exe folder and then make a
> shortcut on three workstation pointing to the shared drive.
> The users click on shortcut on their desktop to run this application on
> the
> server.  I tried this way, but not working.
> Is it possible? If so, could anybody explain how to do?
>
>

AddThis Social Bookmark Button