Hy. I need some help with a problem i've got. I have a sql database and a visual studio aplication for which I have made a setup. I can install the setup on any PC connected to my wireless network and I can populate my database through it. This works just fine. But there is somenthing else i need to do. I want for my visual studio application, when I press a button, to launch an external application from my PC (GNS3.exe) . I have made it work on my computer (the server) with the following command: Process.Start("gns3.exe") or Process.Start("C:\users......\gns3.exe"). Now I want all the clients from my network to acces it as well, but i haven't been able to make it work.
So, I want the users to acces a GNS3 application from my PC, i want them to be able to modify the application and save their work so that i can see later what they have done.
I hope someone can help me, I wold really apreciate it. Thank you.
Page 1 of 1
Multi user sql server and visual studio application
#2
Posted 04 June 2012 - 07:57 AM
So you are not using any code management software like Team Foundation Server?
#3
Posted 05 June 2012 - 07:38 AM
I am using Visual Basic. I have a WindowsForm Application.
#4
Posted 05 June 2012 - 08:22 AM
Well, Team Foundation Server replaced Visual SourceSafe for source control. You can see some of the features here:
http://www.microsoft...server/overview
It isn't a free product, but you may have access to it depending on if you have a TechNet or MSDN subscription.
http://www.microsoft...server/overview
It isn't a free product, but you may have access to it depending on if you have a TechNet or MSDN subscription.
#5
Posted 05 June 2012 - 10:55 AM
Thanks. I hope it will work. But I still have a few questions. Does the Trial of Team Foundation Server have any restrictions (accept the obvious one of 90 days)? The installation works even if i have Visual Studio 2008 installed on my PC? Can I import my application in Team Foundation Server? How does it work? Sorry for asking so many questions....
#6
Posted 06 June 2012 - 08:00 AM
I haven't used any source control programs since using Visual SourceSafe in 2005, so I'm antiquated in that department by now.
TFS is designed for very large companies, and may be more than you need (and more than your wallet needs), so I also found some other platforms that are more-or-less just source control and either very cheap or free.
Apache Subversion (SVN)
http://en.wikipedia....ache_Subversion
Git
http://en.wikipedia...._%28software%29
Mercurial
http://en.wikipedia.org/wiki/Mercurial
I am not in the position to recommend one or the other, as I haven't used any of them (not even TFS).
TFS is designed for very large companies, and may be more than you need (and more than your wallet needs), so I also found some other platforms that are more-or-less just source control and either very cheap or free.
Apache Subversion (SVN)
http://en.wikipedia....ache_Subversion
Git
http://en.wikipedia...._%28software%29
Mercurial
http://en.wikipedia.org/wiki/Mercurial
I am not in the position to recommend one or the other, as I haven't used any of them (not even TFS).
#8
Posted 07 June 2012 - 06:47 AM
A source control package will only help you share access to source code - if GNS3.exe is a third party app with no source, you're out of luck.
#9
Posted 13 June 2012 - 08:28 AM
sorry for the delay. I have abandoned the idea. Thanks for your help.
Share this topic:
Page 1 of 1



Help
Back to top










