View Full Version : Owc11 on Win 64


Mark
05-23-2006, 12:16 PM
Anyone having any issues when using Owc11 in 64bit version of windows?

Alvin Bruney
05-23-2006, 09:17 PM
no, what are you seeing?

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Mark" <Mark@discussions.microsoft.com> wrote in message
news:05DAE0F8-3A2C-4258-A8A2-1A8CE9352E09@microsoft.com...
> Anyone having any issues when using Owc11 in 64bit version of windows?

Mark
05-24-2006, 04:14 PM
Hi Alvin,

I'm getting the error below;

Retrieving the COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154.

"Alvin Bruney" wrote:

> no, what are you seeing?
>
> --
>
> ________________________
> Warm regards,
> Alvin Bruney [MVP ASP.NET]
>
> [Shameless Author plug]
> Professional VSTO.NET - Wrox/Wiley
> The O.W.C. Black Book with .NET
> www.lulu.com/owc, Amazon
> Blog: http://www.msmvps.com/blogs/alvin
> -------------------------------------------------------
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:05DAE0F8-3A2C-4258-A8A2-1A8CE9352E09@microsoft.com...
> > Anyone having any issues when using Owc11 in 64bit version of windows?
>
>
>

Alvin Bruney
05-24-2006, 04:46 PM
This sometimes occurs because the class is not in the registry - you can
try re-registering the OWCx dll at the command prompt, but it also often
occurs if IUSR_MACHINE doesn't have adequate permissions to launch this
server. It likely isn't related to the x64 architecture.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Mark" <Mark@discussions.microsoft.com> wrote in message
news:C2E22AF3-420B-4474-9355-54846910C160@microsoft.com...
> Hi Alvin,
>
> I'm getting the error below;
>
> Retrieving the COM class factory for component with CLSID
> {0002E55D-0000-0000-C000-000000000046} failed due to the following error:
> 80040154.
>
> "Alvin Bruney" wrote:
>
>> no, what are you seeing?
>>
>> --
>>
>> ________________________
>> Warm regards,
>> Alvin Bruney [MVP ASP.NET]
>>
>> [Shameless Author plug]
>> Professional VSTO.NET - Wrox/Wiley
>> The O.W.C. Black Book with .NET
>> www.lulu.com/owc, Amazon
>> Blog: http://www.msmvps.com/blogs/alvin
>> -------------------------------------------------------
>>
>> "Mark" <Mark@discussions.microsoft.com> wrote in message
>> news:05DAE0F8-3A2C-4258-A8A2-1A8CE9352E09@microsoft.com...
>> > Anyone having any issues when using Owc11 in 64bit version of windows?
>>
>>
>>

Mark
05-24-2006, 05:16 PM
Just so you know I'm using Microsoft.Office.Interop.OwC11

what do you mean by ' IUSR_MACHINE doesn't have adequate permissions to
launch this server'.

By the way I have ordered your OWC book.


"Alvin Bruney" wrote:

> This sometimes occurs because the class is not in the registry - you can
> try re-registering the OWCx dll at the command prompt, but it also often
> occurs if IUSR_MACHINE doesn't have adequate permissions to launch this
> server. It likely isn't related to the x64 architecture.
>
> --
>
> ________________________
> Warm regards,
> Alvin Bruney [MVP ASP.NET]
>
> [Shameless Author plug]
> Professional VSTO.NET - Wrox/Wiley
> The O.W.C. Black Book with .NET
> www.lulu.com/owc, Amazon
> Blog: http://www.msmvps.com/blogs/alvin
> -------------------------------------------------------
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:C2E22AF3-420B-4474-9355-54846910C160@microsoft.com...
> > Hi Alvin,
> >
> > I'm getting the error below;
> >
> > Retrieving the COM class factory for component with CLSID
> > {0002E55D-0000-0000-C000-000000000046} failed due to the following error:
> > 80040154.
> >
> > "Alvin Bruney" wrote:
> >
> >> no, what are you seeing?
> >>
> >> --
> >>
> >> ________________________
> >> Warm regards,
> >> Alvin Bruney [MVP ASP.NET]
> >>
> >> [Shameless Author plug]
> >> Professional VSTO.NET - Wrox/Wiley
> >> The O.W.C. Black Book with .NET
> >> www.lulu.com/owc, Amazon
> >> Blog: http://www.msmvps.com/blogs/alvin
> >> -------------------------------------------------------
> >>
> >> "Mark" <Mark@discussions.microsoft.com> wrote in message
> >> news:05DAE0F8-3A2C-4258-A8A2-1A8CE9352E09@microsoft.com...
> >> > Anyone having any issues when using Owc11 in 64bit version of windows?
> >>
> >>
> >>
>
>
>

Alvin Bruney
05-24-2006, 10:30 PM
That is the user account that the web page runs under for 1.1.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Mark" <Mark@discussions.microsoft.com> wrote in message
news:A95D68E6-DACE-45A6-B49E-DE0FB2075509@microsoft.com...
> Just so you know I'm using Microsoft.Office.Interop.OwC11
>
> what do you mean by ' IUSR_MACHINE doesn't have adequate permissions to
> launch this server'.
>
> By the way I have ordered your OWC book.
>
>
> "Alvin Bruney" wrote:
>
>> This sometimes occurs because the class is not in the registry - you can
>> try re-registering the OWCx dll at the command prompt, but it also often
>> occurs if IUSR_MACHINE doesn't have adequate permissions to launch this
>> server. It likely isn't related to the x64 architecture.
>>
>> --
>>
>> ________________________
>> Warm regards,
>> Alvin Bruney [MVP ASP.NET]
>>
>> [Shameless Author plug]
>> Professional VSTO.NET - Wrox/Wiley
>> The O.W.C. Black Book with .NET
>> www.lulu.com/owc, Amazon
>> Blog: http://www.msmvps.com/blogs/alvin
>> -------------------------------------------------------
>>
>> "Mark" <Mark@discussions.microsoft.com> wrote in message
>> news:C2E22AF3-420B-4474-9355-54846910C160@microsoft.com...
>> > Hi Alvin,
>> >
>> > I'm getting the error below;
>> >
>> > Retrieving the COM class factory for component with CLSID
>> > {0002E55D-0000-0000-C000-000000000046} failed due to the following
>> > error:
>> > 80040154.
>> >
>> > "Alvin Bruney" wrote:
>> >
>> >> no, what are you seeing?
>> >>
>> >> --
>> >>
>> >> ________________________
>> >> Warm regards,
>> >> Alvin Bruney [MVP ASP.NET]
>> >>
>> >> [Shameless Author plug]
>> >> Professional VSTO.NET - Wrox/Wiley
>> >> The O.W.C. Black Book with .NET
>> >> www.lulu.com/owc, Amazon
>> >> Blog: http://www.msmvps.com/blogs/alvin
>> >> -------------------------------------------------------
>> >>
>> >> "Mark" <Mark@discussions.microsoft.com> wrote in message
>> >> news:05DAE0F8-3A2C-4258-A8A2-1A8CE9352E09@microsoft.com...
>> >> > Anyone having any issues when using Owc11 in 64bit version of
>> >> > windows?
>> >>
>> >>
>> >>
>>
>>
>>

Mark
05-24-2006, 11:46 PM
Do you mean giving the iusr account permissions on the owc11.dll (sorry I'm
away from the office now so I can't try it)?