Z
z f
Hi,
i made a test project of enterprise services using transaction etc on
windows application and it did good.
now i have a class library project that is used from asp.net and i get
really really weird errors.
i did a strong name, but still getting errors from the enterprise services
assembly as following:
( showing "handled" errors from visual studio debugger )
-----------------------------------------------------------------------------------------------------------
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
Additional information: File or assembly name
c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\myapp\6248c1b2\e8ae6679\assembly\dl2\fa51565f\18efe4c8_51b9c501\myappbo.dll,
or one of its dependencies, was not found.
-----------------------------------------------------------------------------------------------------------
then the weird error:
A first chance exception of type 'System.UnauthorizedAccessException'
occurred in mscorlib.dll
Additional information: Access to the registry key HKEY_CLASSES_ROOT\Record
is denied.
-----------------------------------------------------------------------------------------------------------
A first chance exception of type
'System.EnterpriseServices.RegistrationException' occurred in
system.enterpriseservices.dll
Additional information: Failed to register assembly 'BizDocBO,
Version=3.0.1.35056, Culture=neutral, PublicKeyToken=27ba5a7a5cc17143'.
-----------------------------------------------------------------------------------------------------------
A first chance exception of type 'System.Security.SecurityException'
occurred in mscorlib.dll
Additional information: Requested registry access is not allowed.
-----------------------------------------------------------------------------------------------------------
and so on until a simple "object reference not set..."
please advise!!!
TIA.
i made a test project of enterprise services using transaction etc on
windows application and it did good.
now i have a class library project that is used from asp.net and i get
really really weird errors.
i did a strong name, but still getting errors from the enterprise services
assembly as following:
( showing "handled" errors from visual studio debugger )
-----------------------------------------------------------------------------------------------------------
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
Additional information: File or assembly name
c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\myapp\6248c1b2\e8ae6679\assembly\dl2\fa51565f\18efe4c8_51b9c501\myappbo.dll,
or one of its dependencies, was not found.
-----------------------------------------------------------------------------------------------------------
then the weird error:
A first chance exception of type 'System.UnauthorizedAccessException'
occurred in mscorlib.dll
Additional information: Access to the registry key HKEY_CLASSES_ROOT\Record
is denied.
-----------------------------------------------------------------------------------------------------------
A first chance exception of type
'System.EnterpriseServices.RegistrationException' occurred in
system.enterpriseservices.dll
Additional information: Failed to register assembly 'BizDocBO,
Version=3.0.1.35056, Culture=neutral, PublicKeyToken=27ba5a7a5cc17143'.
-----------------------------------------------------------------------------------------------------------
A first chance exception of type 'System.Security.SecurityException'
occurred in mscorlib.dll
Additional information: Requested registry access is not allowed.
-----------------------------------------------------------------------------------------------------------
and so on until a simple "object reference not set..."
please advise!!!
TIA.