ruysalles 0 Denunciar post Postado Março 9, 2016 Bom dia Galera. Estou com um problema me batendo há 2 dias e não achei solução da internet. Estou desenvolvendo um projeto que necessita a geração de boleto, achei um tutorial explicando a utilização do BoletoNet no site Devmedia. http://www.devmedia.com.br/gerando-boletos-em-seu-site-asp-net-c/17820 Adicionei a referência do assembly Implementei todo o código normalmente, porém quando vou compilar ele perde a referência do assembly importado e não compila e apresenta os seguintes erro: Error 7 Type 'Cedente' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 47 29 PoluxError 8 Type 'Cedente' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 49 28 PoluxError 9 Type 'Boleto' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 57 28 PoluxError 10 Type 'Boleto' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 58 27 PoluxError 11 Type 'Sacado' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 62 28 PoluxError 12 Type 'Sacado' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 63 27 PoluxError 13 Type 'Instrucao_Caixa' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 72 32 PoluxError 14 Type 'Instrucao_Caixa' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 73 31 PoluxError 15 Type 'EspecieDocumento_Caixa' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 78 33 PoluxError 16 Type 'EspecieDocumento_Caixa' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 80 32 PoluxError 17 Type 'BoletoBancario' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 84 36 PoluxError 18 Type 'BoletoBancario' is not defined. c:\sistemas\Polux\Polux\frmboleto.aspx.vb 85 35 Polux Estou utilizando Visual Studio 2010 e sistema operacional Windows 10. Alguém sabe como resolver este problema? Compartilhar este post Link para o post Compartilhar em outros sites
Ivan.Teles 23 Denunciar post Postado Março 9, 2016 Da uma olhada neste link https://github.com/BoletoNet/boletonet Ela está atualizada e ainda tem uns exemplos. Compartilhar este post Link para o post Compartilhar em outros sites