using enterprise services in asp.net

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top