Results 1 to 7 of 7

Thread: Working from multiple computer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2009
    Posts
    17

    Working from multiple computer

    VS 2008 express edition, OWC office spreadsheet 11

    Hello All
    I am working from two computers, one in my campus and one in my home. I already make a short project with form and OWC spreadsheet in the userform. It works well in my campus and I want to continue in my home. After copying all directory of the project to my home computer, the project failed to load. Any Suggestion?
    Thank you very much.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Working from multiple computer

    What error are you getting? I do things like that routinely, and haven't had a problem, so there isn't anything fundamentally wrong with your approach.
    My usual boring signature: Nothing

  3. #3
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: Working from multiple computer

    Error message?

    [Edit] - Too slow here, some tabs open at same time...
    Last edited by mickey_pt; Aug 17th, 2009 at 06:21 PM. Reason: Too slow :(

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  4. #4
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: Working from multiple computer

    Are you sure the campus is using the express edition?
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jun 2009
    Posts
    17

    Re: Working from multiple computer

    Sorry for late reply.
    Error messages such as missing OWC something, I can not show you the complete error message, too long. I believe both computer have Office Web Component installed, the same version.
    @wild bill, yes it is express edition. I am in Electrical Engineering Department, we don't have license for VS, don't know in IT Dept. So I install VS 2008 Express edition in my workstation.

  6. #6
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: Working from multiple computer

    If the error message is missing OWC something, so something it's missing, if you say that the OWC it's installed, maybe it's not the same version or not correctly installed, or not in the same place where do you reference in your application....

    If you can provide the complete message...

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Jun 2009
    Posts
    17

    Re: Working from multiple computer

    OK, here are the error messages:
    Code:
    Error	1	Type 'AxOWC11.AxSpreadsheet' is not defined.	E:\regression\regression\Form1.Designer.vb	32	22	regression
    Error	2	Type 'AxOWC11.AxSpreadsheet' is not defined.	E:\regression\regression\Form1.Designer.vb	47	22	regression
    Error	3	Type 'AxOWC11.AxSpreadsheet' is not defined.	E:\regression\regression\Form1.Designer.vb	317	30	regression
    Error	4	Type 'AxOWC11.AxSpreadsheet' is not defined.	E:\regression\regression\Form1.Designer.vb	332	30	regression
    Warning	5	Cannot load type library for reference "AxOWC11". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))	regression
    Warning	6	Cannot load type library for reference "OWC11". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))	regression
    Warning	7	There are updated custom wrappers available for the following referenced components: MSComctlLib.	
    Warning	8	The referenced component 'GemBox.Spreadsheet' could not be found. 	
    Warning	9	The referenced component 'AxOWC11' could not be found. 	
    Warning	10	The referenced component 'OWC11' could not be found.
    I don't know what to do because both computer have the same version of office (2003), installed on the same folder.

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