I m Trying To Deploy a Solution With 3 Project (Multi Project Solution ) on our sharepoint Server .
dll of One Of This Solution In Which I have Put My Enums , Struct and Common Stuff get into trouble after deploy .
when i deploy the new solution it will be deployed successfuly but it seems that the deploy proccess dont replace older dll with the new ones and after this when i want to test the site the page that i have used that mentioned enums in it do not work correctly
(the value of one of the radio button in page is coming from the enums that i have mentioned )
it will give me java script error and none of the event of my page fire
Any Help Will be appreciated