| Author: saji 30 Jul 2008 | Member Level: Gold | Rating: Points: 3 |
Hii,
i think you are created class libary project... A class libary project not directly excuatble. For that u need add a console application or windows application and refer u r class libary in new project..
thanks
|
| Author: Meera 30 Jul 2008 | Member Level: Gold | Rating: Points: 1 |
u need to set the project which contains ur .aspx pages as ur startup project.
thanks.
|
| Author: Sareesh.V 01 Aug 2008 | Member Level: Silver | Rating: Points: 3 |
Hello, In case of windows application,if you created a dll or class then it cannot run directly... you need to add a start up exe, from there you need to run the dll or acccess the class. Thanks Saresh
|