c# - Change output type in Visual Studio 2012-2015. -
i used using visual studio 2008 , 2010. need change output type of web service project class library. in order .dll of asmx.
when use vs2008, do:
right click project in solution explorer
click properties
select application in properties window
click on output type combobox , change class library.
however, above procedure not work anymore in vs 2012 or vs 2015. there other way generate dll asmx file? thank you!
Comments
Post a Comment