Hey all,
The error is:
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.vbQuote:
Reference required to assembly 'System.Configuration.Install' containing the base class 'System.Configuration.Install.ComponentInstaller'. Add one to your project.
The errors are on the Friend lines. I am ready to pull my hair out with this one, :confused: I know I have something small left out somewhere...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
....
Thanks for any pointers!
