Web SetUp Project Issue
Hi Friends,
1) Not able to add Installer Class to a Asp.NET Web Project.
2)In Web SetUp Project for a Windows Application, When I called install function, This is executing two time....
I used below code for installation..
public override void Install(System.Collections.IDictionary stateSaver)
{
try
{
base.Install(stateSaver);
// My Code;
}
}
This My Code is get called two times.
Any Solution really appreciated.
Another problem I see is that, I am not able to Add installer class for Web Project (Asp.NET), As at the time of addign this temoplate will not show.
Thanks,
Vivek
vivek
|