Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Imports System.EnterpriseServices causes a not found error

Status
Not open for further replies.

nagro

Programmer
Dec 9, 2003
3
AU
Hello

I have created and registered a COM+ Component in VB.Net. I am trying to test it using a windows form. When I add the imports statement to access the object (Imports System.EnterpriseService) I get the following error message:

Code:
Namespace or type 'EnterpriseServices' for the Imports 'System.EnterpriseServices' cannot be found.

I can look up EnterpriseServices in the help and there are hundreds of references. I have tried repairing and re-installing VS Studio.Net (Enterprise) to no avail.

Can anyone advise what I'm missing or doing wrong??

Regards,
James [sadeyes]
 
Quite an old post but it's a pig of a problem so if your still having trouble...

right click and add a reference - click browse and navigate to

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.EnterpriseServices.dll

Obviously there may be differences in your folder path but shouldn't be a problem

Good Luck

Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top