I
Ian
The beginning of my assembly that I am getting the access error from looks
like this.
*********************************
Imports System.EnterpriseServices
Imports System
Imports System.Collections
Imports System.Configuration
Imports System.Data
Imports System.Data.Common
Imports System.Reflection
Imports System.Data.SqlClient
Imports System.Xml
Public Class AdoHelper
Inherits ServicedComponent
Public Sub New()
MyBase.New()
End Sub 'New
*********************************
When I am in my application and trying to create a instantance of the object
it looks like this.
Private oSql As New DataLayer.AdoHelper
And it throws an access denied error when I use the word "NEW". This
assembly was working fine in my application until I added the
EnterpriseServices assembly so that I can have the object hosted in com+. So
I don't where the disconnect is for me. I know it has something to do with
EnterpriseServices but I just don't what?
Any help would be helpful
like this.
*********************************
Imports System.EnterpriseServices
Imports System
Imports System.Collections
Imports System.Configuration
Imports System.Data
Imports System.Data.Common
Imports System.Reflection
Imports System.Data.SqlClient
Imports System.Xml
Public Class AdoHelper
Inherits ServicedComponent
Public Sub New()
MyBase.New()
End Sub 'New
*********************************
When I am in my application and trying to create a instantance of the object
it looks like this.
Private oSql As New DataLayer.AdoHelper
And it throws an access denied error when I use the word "NEW". This
assembly was working fine in my application until I added the
EnterpriseServices assembly so that I can have the object hosted in com+. So
I don't where the disconnect is for me. I know it has something to do with
EnterpriseServices but I just don't what?
Any help would be helpful