Every time I do an edit on my Library Class, I compile it for get the updated DLL. But for get the effective edit on the project which uses this Library, I have to do the command :
gacutil –I <assembly name >
and recycle the pool. Recycling the pool can be ok, but can I automate that process of gacutil
?
Is there a way on VS or no solution? I need to do this every time?