Good morning,
I have a project in Visual Studio 2012 (Web Site made in visual basic), which, by updating the references (dll), were changed.
The web application worked fine, but when the dll was changed, the references stopped working. Here I mention that the new references are made to 64 bit and the previous ones are made to 32.
The error that appears is the following:
namespace or type specified in the name of the reference > does not contain any public member.
My question is, if it is necessary to compile 64 bit ?, and how do I configure my environment to be able to do it?
Any help I thank you very much.