Dear all,
can anyone pl. help me reg. a small query?
I have a WinForms application using VB2008+MySQL
The problem definition is two-fold
I) Deployment aspect --
I had thought of ClickOne. But I can't rely on the internet connection at my customer's locations for updation.
Suppose I have changed a small code in a form and want to send it to my customers immediately.
Till date, in VFP, I am maintaining separate project ( and therefore separate .exe file) for different form or forms.
I can send a small .exe file through email to all customers.
I can't believe the internet line to check the source for updating any changes (through ClickOnce).
So the only option available is splitting application into separate projects and deploy separate exe files through setup project.
Whenever required, I can update the customers by sending the updated exe file.
II) Connection String Sharing Aspect --
I have gone through the article of Dr. Bonat on Storing MySQL connection string. It is good as long as all the forms are in single project.
But in my case,---1) diferent users have different userid & password. It is entered on a Login form.
2) different forms are in different projects. Suppose I store the conn string in properties -- settings --- of project "myProj'
Now I want to access this conn string through a project "SecondProj". Certainly, I need to add reference of "myProj" into "SecondProj".
Likewise, reference of "myProj" to be added to a number of projects.
This, I think, is not an optimal solution.
I humbly request you to suggest on how should I tackle this.
Thanks,
Vineet.
can anyone pl. help me reg. a small query?

I have a WinForms application using VB2008+MySQL
The problem definition is two-fold
I) Deployment aspect --
I had thought of ClickOne. But I can't rely on the internet connection at my customer's locations for updation.
Suppose I have changed a small code in a form and want to send it to my customers immediately.
Till date, in VFP, I am maintaining separate project ( and therefore separate .exe file) for different form or forms.
I can send a small .exe file through email to all customers.
I can't believe the internet line to check the source for updating any changes (through ClickOnce).
So the only option available is splitting application into separate projects and deploy separate exe files through setup project.
Whenever required, I can update the customers by sending the updated exe file.
II) Connection String Sharing Aspect --
I have gone through the article of Dr. Bonat on Storing MySQL connection string. It is good as long as all the forms are in single project.
But in my case,---1) diferent users have different userid & password. It is entered on a Login form.
2) different forms are in different projects. Suppose I store the conn string in properties -- settings --- of project "myProj'
Now I want to access this conn string through a project "SecondProj". Certainly, I need to add reference of "myProj" into "SecondProj".
Likewise, reference of "myProj" to be added to a number of projects.
This, I think, is not an optimal solution.
I humbly request you to suggest on how should I tackle this.
Thanks,
Vineet.
