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.
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.
Re: Working from multiple computer
Error message?
[Edit] - Too slow here, some tabs open at same time... :)
Re: Working from multiple computer
Are you sure the campus is using the express edition?
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.
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...
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.