Hai Techies,
I have a ASP.NET project and when building the project it is showing build suceessfull.But when i am building the deployment project,it is showing build failed with an error message "Error 5 "aspnet_compiler.exe" exited with code 1". I rechecked my project and found that when i am removing the line " <!--#include file="admin/topstyle.asp"-->" ,It is working fine.If I use this line ,I am getting error building web deployment project to create my dll.
topstyle.asp is a file which render some common styles for the page like Heading image and all
Can anyone tell me how to get rid of from this problem ?