I mean for which platform, the particular DLL can be used. For example abc.dll can be used in 64 bit platform or 32 bit platform? How can I know it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have the source-code for the dll’s project file, you can go to the project->properties and find out the targeted platform (x86/x64).
However, please note that by default all .NET assemblies are set to target “any” platform. So, the particular dll you are referring to could be a generic one, and could be used on both type of platforms.