No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi all, I have an application written in C#, it connects to a SQL database using SQL Server 2005 Express. What I need to do is install my application on multiple computers on a network, but they must run from a single database on one of the machines, so I …
I created the following two methods First one checks if the Child for is currently open and if so I call the second one that closes it, you can also just modify it to bring the child form to front [code=C#] private bool ContainsChildForm(Type t) { for (int i = …
Hi all. I'm currently using Visual C# 2005 Express, and to my horror realized that it doesn't support Setup & Deployment Projects, it only caters for ClickOnce Publisher. :sad: And I can't get that working, I recieve the one minfest file error after the other. Do any of you know …
I'm trying to use Ghost installer for my application to create a installer. I get it to the point where I can add the files to the setup.exe, but when I run the setup.exe and it starts to copy the files to my installation directory it fails at the copy …
The End.