Microsoft Visual basic, Errors during load, Refer to ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jz

    #1

    Microsoft Visual basic, Errors during load, Refer to ...

    Hi All,

    I have an ActiveX control project, in the main form, I have an image
    control and load a JPG image from by setting Picture property of Image;

    I build it and everything is good, I checked in my file to Subversion
    server; and I checked out from another machine. when I tried to open
    my project, I got an errors:

    like Microsoft Visual basic, Errors during load, Refer to
    myproject.log;

    when I open the log file I see:

    Line 42: Property Picture in Image1 had an invalid file reference.

    and I click on ok, finally the project has loaded, but in the "Picture"
    property of the Image control, the value is (none);

    I tested to just copy the files without check in, I works fine;

    can someone tell me what is wrong with the project.

    Is it problem of subversion or VB6;



    Thank you


    jz

  • jz

    #2
    Re: Microsoft Visual basic, Errors during load, Refer to ...

    Ok, Problem is fixed, for this who is still searching for the problem,
    the solution is: we should aslo check in ( or copy ) other project
    related files as .frx; .ctx etc.

    Comment

    Working...