Jump to content

Multi user sql server and visual studio application


Recommended Posts

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.

Link to comment
Share on other sites


Well, Team Foundation Server replaced Visual SourceSafe for source control. You can see some of the features here:

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/team-foundation-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.

Link to comment
Share on other sites

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....

Link to comment
Share on other sites

I haven't used any source control programs since using Visual SourceSafe in 2005, so I'm antiquated in that department by now. :D

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.org/wiki/Apache_Subversion

Git

http://en.wikipedia.org/wiki/Git_%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). ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...