I am working on a asp.net website in which I am using sharpsvn assemblies for svn check-in/out related activities and have 64 bit Windows-7 Operating system. When I was trying to run the application it was giving me error message as "Could not load sharpsvn or one of its dependencies ". To handle this issue I have gone through tools-->Options-->Project and Solutions-->Web Projects--> and check the "Use the 64 bit version of IIS" and application start to work as expected.
Even the solution works fine after this setting when I am trying to publish my website by using publish option of visual studio explorer it is still giving me same error i.e.
"Could not load sharpsvn or one of its dependencies "
so how can I resolved this issue?