Results 1 to 2 of 2

Thread: Reference trouble...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164

    Unhappy 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!

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164

    Lightbulb

    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
  •  



Click Here to Expand Forum to Full Width