asp.net - No dll compiled in visual studio 2008 express when built -


i'm .net newb, forgive me if stupid question. i've inherited website i've amended , need rebuild. i've opened .sln file in vs2008, made changes files , clicked 'build > rebuild website'. seems run okay - outputs load of comments in panel @ bottom it's building, , stops, saying: "validation complete. rebuild all: 1 succeeded, 0 failed, 0 skipped".

but when check bin folder, there no dlls in there.

does know what's going wrong here? need build thing , upload aspx , dll files , should sorted, can't seem build @ all.

thanks pointers...

if web project , not web application visual studio not build , compile it. checks through errors , let's runtime compile web pages , code behind. won't dll in bin folder.

you can try pre-compiling site , copying output web server. cheers tigger.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -