Hi,
I wrote an application in windows form application and now they are telling me they need consol application instead of windows one.
I never worked with consol application before.Here is my problem I used Application.StartupPath in my code to get the application path and now in new application this is an error.How can I get the application path in my code.
Thanks,