Hello, I am deploying the second via itaú ticket, however I am trying to work with ASP.NET VB and I do not have much knowledge in this language. I have done everything right and it is working locally, but when I go up to my hosting in Locaweb I get the following error
[HttpException (0x80004005): Could not create an object of type 'Itaucripto.cripto'.]
This error happens because itaucripto.dll is not installed in my hosting, I contacted the support and they said that they do not install the DLL on the server and that I should color the DLL inside my project and reference- in the application. How do I import this DLL into my application?