2
Hello, I’m implementing the second way of boleto Itaú, but I’m trying to work with ASP.NET VB and I don’t have much knowledge in this language. I did everything right and is working locally, but when I go up to my Locaweb hosting 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 support and said that they do not install the DLL on the server and that I must color the DLL within my project and reference it in the application. How do I import is DLL in my application ?
All right, I’ll try the second alternative I’m with Framework 4.5, thank you!!
– Daniel Gregatto
Using the second option I need to generate an Interop Assembly ?
– Daniel Gregatto
No, the idea is that Msbuild generates this for you. You just need to make the statement on the web.config.
– Leonel Sanches da Silva
My web.config is not recognizing the <Itemgroup> property, do you know what it might be ? " Configuration Error Unable to read the 'Itemgroup' configuration section because a section declaration is missing"
– Daniel Gregatto
@Danielgregatto My mistake. No
web.config
. It’s inside the.csproj
.– Leonel Sanches da Silva