|
-
Aug 17th, 2009, 05:57 PM
#1
Thread Starter
Junior Member
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.
-
Aug 17th, 2009, 06:17 PM
#2
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
 
-
Aug 17th, 2009, 06:20 PM
#3
-
Aug 19th, 2009, 09:51 AM
#4
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
-
Aug 19th, 2009, 01:10 PM
#5
Thread Starter
Junior Member
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.
-
Aug 19th, 2009, 02:07 PM
#6
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
-
Aug 19th, 2009, 07:32 PM
#7
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|