How Do You Clear an ASP.NET app for compiling?

后端 未结 4 635
情深已故
情深已故 2021-01-01 14:14

I have been building and rebuilding an ASP.NET program.

I made the horrible mistake, I think, of recently copying the published content back to the folder I was deve

4条回答
  •  失恋的感觉
    2021-01-01 14:47

    If you haven't got the option of "Clean Solution" (maybe Express verions, or pre-2010 don't have this?) then, to fix this error, simply go to the /bin folder of your solution and delete all items, then Build again.

    This will recompile all the DLL files.

提交回复
热议问题