Results 1 to 4 of 4

Thread: Construct makes an indirect reference

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Construct makes an indirect reference

    Code:
    Error	3	Construct makes an indirect reference to project 'SInterfaces', 
    which contains 'S.IUnsolMsgData'. Add a project reference to 'SInterfaces' to your project.
     This error could also be due to mixing a file reference with a project reference to 
    assembly 'SInterfaces.  In this case, try replacing the file reference to 'SInterfaces.dll' in 
    project 'SIOTransit' with a project reference to 'SInterfaces'.	
    C:\Source\SFramework\Framework\SIOTransit\IOTransit.vb
    	1048	21	SIOTransit
    Thanks for your help.

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Construct makes an indirect reference

    You havent asked a question, you havent even described your situation. All you have done is post a message that tells you exactly what to do. What are you expecting us to say? Have you done as the message tells you to do?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Re: Construct makes an indirect reference

    I don't understand this sentence.

    Code:
    Add a project reference to 'SInterfaces' to your project.
    It is unclear. Add something to the 'SInterfaces' project???

  4. #4
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Construct makes an indirect reference

    No, the other way round. Add SInterfaces to your project - well a reference.
    Go to the Project menu in Visual Studio and then go to Add Reference and find this SInterfaces reference in the relevant tab in there
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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