|
-
Dec 31st, 2002, 06:18 PM
#1
Thread Starter
Addicted Member
Reference trouble...
Hey all,
The error is:
Reference required to assembly 'System.Configuration.Install' containing the base class 'System.Configuration.Install.ComponentInstaller'. Add one to your project.
However, I have System.Configuration.Install listed as a reference in my project in the solution explorer. Here is some of the code of the ProjectInstaller.vb
Code:
Option Strict On
Imports System.ComponentModel
Imports System.Configuration.Install
<RunInstaller(True)> Public Class ProjectInstaller
Inherits System.Configuration.Install.Installer
#Region " Component Designer generated code "
....
Friend WithEvents myServiceProcessInstaller As
System.ServiceProcess.ServiceProcessInstaller
Friend WithEvents myWindowsServiceInstaller As
System.ServiceProcess.ServiceInstaller
....
The errors are on the Friend lines. I am ready to pull my hair out with this one, I know I have something small left out somewhere...
Thanks for any pointers!
-
Jan 2nd, 2003, 12:41 PM
#2
Thread Starter
Addicted Member
Hmmm... Go figure. I rebooted over the holiday, then came back and it compiled without any problems.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|