I am not sure how ur Handling application for all clients. If application users are more in number its allways good to publish the application and place in server. However in ur case go to publish wizard select preRequisites and add ur framework so it will get placed in debug folder when u build the ap and it will refer from root path.
I guess u did not get my question....
I am able to start my application and I dont actually want to publish it....it is a client side project no need of server....
It will be installed in one machine only at a time....
My problem is that...when the client will execute the exe file given to him....the .net framework wont be updated in his machine which is placed on the below path
C:\Windows\Microsoft.NET\Framework
I want the startup process in such a way that when I click on the exe file it should check if the framework is updated else update the framework...
So I need to know how to proceed...
for eg...when we install any java related exe file...it always checks whether java and jdk is present in our machine else it will prompt the user that it is not installed and we need to istall it...and it starts the installation...same way i need for vb.net