Question about MSPetshop & some problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I dont know why when i change or add something in that MSPetshop sample application from microsoft, it doesn't effect until i found out i have to restart my computer & it's like it caches those assemblies (IDAL,DALFactory,SQLServerDAL,...) and this is disaster when you developing . so should i release cached objects manually? ( if so how). every time when i compile my project it registers the new dll in the GAC & but it doesn't work until i restart my computer, i used to get this error ( method not find) for 2 day & when i rebooted my computer it worked fine. any clue? thanx in advance:confused: