This thing is driving me crazy, I dont know what is going on.
I create a deployment package for my ASP.NET MVC 3 application, and MY MAIN DLL FILE inside the package is dated 1/31/2013, and today is 2/3/2013. I have made tons of changes during those couple of days.
It packs old files!!! Where on earth did it get january version??? Because i cant find it anywhere else. Why does it hold a reference to it at all?
During the same period I created few views, dated 2/2/2013 and those are included...
PackageTemp (/obj/Release) folder contains old dlls, while my /bin folder contains fresh ones?
Any idea, what could cause this?