[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Adry

4/27/2007 9:52:00 AM

Hi,

I've the following error on a ASP page:

"CartelleCliniche_Report (0x80070002)
Could not load file or assembly 'Inetproj.Report, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=a7cd651f7b7ded67' or one of its
dependencies. Impossibile trovare il file specificato.
/Portale-eDentiKit/CartelleCliniche/_shared/I_X_Schema_report.asp, line 62"

This is the scenario:

In a the ASP page "I_X_Schema_report.asp" I call the NET component
"CartelleCliniche_Report.dll" compiled for the COM interop;
this component (CartelleCliniche_Report.dll) call the .NET component
"Inetproj.Report.dll" compiled with NO COM interop.

The (COM interop) component CartelleCliniche_Report.dll, is registered with
the Regasm.exe with /codebase option.
The (NOT COM interop) component, Inetproj.Report.dll, is registered in the
GAC.
These components are written using Visual Studio 2005 (.NET framework 2.0).

So, when I call in the ASP page a method in the CartelleCliniche_Report.dll,
when it use the Inetproj.Report.dll it goes in error; it seeems that the
CartelleCliniche_Report.dll component can't find the Inetproj.Report.dll
component.

If I call the same component (CartelleCliniche_Report.dll) in a executable
(.exe) it works right.

Can this problem an authorization problem ?
The virtual directory authenticates as a user in the Administrators group.

Where can I post this question further this newsgroup ?

Thanks to everyone

Adriano