Dear,
Thanks for reply.
i have include all necessery dll and i have also tryed the process suggested by a master are as follows............
Here is steps to copy dlls from your machine
create a folder MyDLL on C: drive. goto command prompt goto into a directory C:\Windows\Assembly\GAC give command XCOPY/S C:\Windows\Assembly\GAC\Cry*.* C:\MyDLL then all dll’s from your machine are copied to MyDLL Folder
Here is a steps to copy Your DLL to Client Machine
Paste MyDLL oc c drive of clients Computer goto command Prompt give command XCOPY/S C:\MyDLL\*.* C:\Windows\Assembly\GAC now your project will run successfully.
But still facing the same error pls do some thing...
Awating for reply
|