Results 1 to 4 of 4

Thread: I really need to figure it out soon.

  1. #1

    Thread Starter
    Hyperactive Member Janaka's Avatar
    Join Date
    Nov 2001
    Posts
    277

    I really need to figure it out soon.

    I am doing a small application using .NET
    First I created a windows application
    Then I created windows control library
    Then I build the control library
    Then I add project reference to the control library from windows application
    When I try to put the control on the windows application I got following error.(attached)

    I then try the same procedure on a different machine and it worked..

    I have been trying to make this work in my computer for last couple of days.
    And it simply does not work..

    But if I put dll reference instead of project reference in my machine it works fine.

    I really need to figure it out soon.
    Attached Images Attached Images  

  2. #2
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    I'm not sure if it's the case in your project, but that error occurs when you create a reference to a project that hasn't been built.

    You need to build all the projects in your solution before you add the reference. Also, you will need to make sure that the depencies in the solution are in the correct order. That way, VS will compile the components before the windows form project.
    -scott
    he he he

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    ah that used to happen me before...since a time didnt ocur anymore..dunno why lol..

  4. #4

    Thread Starter
    Hyperactive Member Janaka's Avatar
    Join Date
    Nov 2001
    Posts
    277
    I did what Scott Penner said

    It just does not work in my VS installed at home.
    It works fine in all the VS in my company

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