Click here to Skip to main content
15,912,756 members

Comments by Aabidhabanu (Top 11 by date)

Aabidhabanu 10-Nov-11 22:45pm View    
Yeah...The service is working in a separate assembly.I have developed as an windows application & had executed.Only then I had moved into layered architecture
Aabidhabanu 10-Nov-11 1:04am View    
Thankyou very much...I also sorted out another problem along with this.My system didnot have local administration rights & that was also an another cause.Moreover I have changed the Windows Service project's platform target into "Any CPU" which supports all the target types as u had mentioned.
Aabidhabanu 9-Nov-11 7:58am View    
Wen Visual Studio command prompt is opened,an error was displayed by default "Error:Cannot determine the location of the VS common Tools folder".

Aabidhabanu 27-Aug-11 6:11am View    
Thanks for the article.I have read it earlier. I have four separate class files in which each class file represents a company.All the 4 files has a method of the same name.Though the method name in all the 4 files are same, the functionality will be different based on the company.Earlier I create an instantion for each class file & accessed the method
Say for eg:
public class Form1:Form
{
companyONE companyONE1=new companyONE();
companyTWO companyTWO1=new companyTWO();
}

Then I access the methods in the class in "Form1"
I have a scenario of fetching XML packets from a particular folder & then push that into database & this process is done for four different company.These packet structure varies based on company.I fetch data with the help of FileWatcher.I this case class's instance is created when several packets are fetched simultaneously.So I need to implement Singleton method.
Aabidhabanu 5-Aug-11 5:07am View    
I have done it already.Yet I am facing the problem :(

Regards
Aabi