I had vs2008 and Office 2000 or maybe 2002 installed.
I rebuilt my system and installed Office 2007 instead.
Now when I try to compile I get the errors shown below.
I guess I need to add a couple of references and do see many for Office but
can't identify the ones I need.
I also hav a sneaking suppesion it's not that simple.
Can you help get this fixes?
Warning 1 The referenced component 'Microsoft.Office.Core' could not be
found.
Warning 2 The referenced component 'Microsoft.Office.Interop.Word' could not
be found.
Warning 3 The referenced component 'VBIDE' could not be found.
Warning 4 Cannot find wrapper assembly for type library
"Microsoft.Office.Core". CAG FormStudioMdi
Warning 4 Cannot find wrapper assembly for type library
"Microsoft.Office.Core". CAG FormStudioMdi
|
|
0
|
|
|
|
Reply
|
Cal
|
11/23/2009 2:58:55 AM |
|
Take a look at
http://www.add-in-express.com/creating-addins-blog/2006/03/01/a-bit-about-microsoft-office-pias/
In short, you need to reference the corresponding PAI instead of the normal
Office interop installed on your development computer
HTH
"Cal Who" wrote:
> I had vs2008 and Office 2000 or maybe 2002 installed.
>
> I rebuilt my system and installed Office 2007 instead.
>
> Now when I try to compile I get the errors shown below.
>
> I guess I need to add a couple of references and do see many for Office but
> can't identify the ones I need.
>
> I also hav a sneaking suppesion it's not that simple.
>
> Can you help get this fixes?
>
>
>
> Warning 1 The referenced component 'Microsoft.Office.Core' could not be
> found.
> Warning 2 The referenced component 'Microsoft.Office.Interop.Word' could not
> be found.
> Warning 3 The referenced component 'VBIDE' could not be found.
> Warning 4 Cannot find wrapper assembly for type library
> "Microsoft.Office.Core". CAG FormStudioMdi
> Warning 4 Cannot find wrapper assembly for type library
> "Microsoft.Office.Core". CAG FormStudioMdi
>
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
11/23/2009 5:17:03 AM
|
|
Thanks
"Sergey Poberezovskiy" <SergeyPoberezovskiy@discussions.microsoft.com> wrote
in message news:0329D3F6-570D-43EB-B8E7-025FC512A7BB@microsoft.com...
> Take a look at
> http://www.add-in-express.com/creating-addins-blog/2006/03/01/a-bit-about-microsoft-office-pias/
>
> In short, you need to reference the corresponding PAI instead of the
> normal
> Office interop installed on your development computer
>
> HTH
>
> "Cal Who" wrote:
>
>> I had vs2008 and Office 2000 or maybe 2002 installed.
>>
>> I rebuilt my system and installed Office 2007 instead.
>>
>> Now when I try to compile I get the errors shown below.
>>
>> I guess I need to add a couple of references and do see many for Office
>> but
>> can't identify the ones I need.
>>
>> I also hav a sneaking suppesion it's not that simple.
>>
>> Can you help get this fixes?
>>
>>
>>
>> Warning 1 The referenced component 'Microsoft.Office.Core' could not be
>> found.
>> Warning 2 The referenced component 'Microsoft.Office.Interop.Word' could
>> not
>> be found.
>> Warning 3 The referenced component 'VBIDE' could not be found.
>> Warning 4 Cannot find wrapper assembly for type library
>> "Microsoft.Office.Core". CAG FormStudioMdi
>> Warning 4 Cannot find wrapper assembly for type library
>> "Microsoft.Office.Core". CAG FormStudioMdi
>>
>>
>> .
>>
|
|
0
|
|
|
|
Reply
|
Cal
|
12/4/2009 9:05:07 PM
|
|