Jump to content

dev botao

Problemas Com Acbrframework.net


  • Este tópico foi criado há 3980 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Estou desenvolvendo uma Aplicação para web em C#.

Estou usando o ACBrFramework.Net.dll , quando executo minha aplicação pelo Visual Studio Funciona perfeitamente.

porem quando eu publico e coloco as paginas da minha aplicação web no servidor IIS. apresenta o seguinte erro.

 

Server Error in '/commercy' Application. Could not load file or assembly 'ACBrFramework.Net' or one of its dependencies. Foi feita uma tentativa de se carregar um programa com um formato incorreto.

 

 

​alguém pode me ajudar ?

post-15718-0-79500300-1381859053_thumb.p

Link to comment
Share on other sites

Show de Bola resolveu meu problema, porem agora esta apresentando outro, quando entro na pagina que uso o Acbr

 

Server Error in '/commercy' Application. Access to the path 'ACBrFramework' is denied.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.UnauthorizedAccessException: Access to the path 'ACBrFramework' is denied. 

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. 

To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error: 
 

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace: 

Link to comment
Share on other sites

simples também o ACBrFramework extrae em runtime a dll em uma pasta do sistema geralmente:

 

C:\Users\SEU_USUARIO\AppData\Local\ACBrFramework

 

Nunca usei em Asp.Net mas basicamente precisa dar permissão para o usuario IIS_IUSRS que é o usuario do IIS para esta pasta.

Você pode também recompilar a dll mudando a pasta onde é extraido as dlls você encontra este trecho do codigo em UnmanagedResources.cs.

 

Por curiosidade você esta usando a dll para qual finalidade em Asp.Net ?

 

Link to comment
Share on other sites

Amigo é muito mais facil validar CPF/CNPJ via codigo em c#.

Abaixo tem uma classe de extensão que faz o que você quer e mais algumas coisa.

 

StringExtensions.zip

 

Obs: eu acho que a validação de IE não esta correta. xD

 

Para usar é so declarar.

using ACBr.Net.Extensions;

 

ai na string que é CNPJ ou CPF vai ter o metodos, IsCNPJ e IsCPF.

 

Link to comment
Share on other sites

  • Este tópico foi criado há 3980 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.