|
|
|
date: Wed, 8 Oct 2008 10:36:06 +0300,
group: microsoft.public.crm.developer
back
Publishing custom solution
Hi all.
So I've made some test solutions, and the work ok from my computer against
our server; I can authenticate as myself, and read data using the crm
webservice.
But when I publish the website and move it to the server, I get an exception
when trying to open the page:
'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' doesn't exist.'
I don't really even know what that means? I've added the site as a virtual
directory inside the CRM website, using it's own separate application pool
(as per instructions from "Microsoft Dynamics CRM 4.0 Unleashed" book), and
I know I'm accessing the correct site because if I change the address I get
the normal "Page not found" error. I didn't find very good instructions in
the sdk help, so any & all pointers are more than welcome.
TIA,
Antti Kurenniemi
date: Wed, 8 Oct 2008 10:36:06 +0300
author: Antti Kurenniemi
Re: Publishing custom solution
Does your Virtual directory have
Integrated Windows authentication" checked?
virtual directory -> properties
Directory Security
Authentication and access control -> Edit...
[ ] Integrated Windows authentication
The web service should inherit the AD security of the account the user
is logged in with.
--
Mark Kovalcson
http://crmscape.blogspot.com
On Wed, 8 Oct 2008 10:36:06 +0300, "Antti Kurenniemi"
wrote:
>Hi all.
>
>
>So I've made some test solutions, and the work ok from my computer against
>our server; I can authenticate as myself, and read data using the crm
>webservice.
>
>But when I publish the website and move it to the server, I get an exception
>when trying to open the page:
>
>'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
>Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
>PublicKeyToken=31bf3856ad364e35' doesn't exist.'
>
>I don't really even know what that means? I've added the site as a virtual
>directory inside the CRM website, using it's own separate application pool
>(as per instructions from "Microsoft Dynamics CRM 4.0 Unleashed" book), and
>I know I'm accessing the correct site because if I change the address I get
>the normal "Page not found" error. I didn't find very good instructions in
>the sdk help, so any & all pointers are more than welcome.
>
>
>TIA,
>Antti Kurenniemi
date: Wed, 08 Oct 2008 06:44:06 -0400
author: Mark Kovalcson am
Re: Publishing custom solution
Maybe this one helps:
http://www.stunnware.com/crm2/topic.aspx?id=ASPNET1 - Developing ASP.NET
applications for Microsoft Dynamics CRM 4.0
I'm not using a virtual directory but use the SDK assemblies and the
CrmImpersonator class to run in the context of CRM. Never had any issues
with that.
--
Michael Höhne, Microsoft Dynamics CRM MVP
CRM Blog: http://www.stunnware.com/?area=blog
"Antti Kurenniemi" wrote in message
news:ODOYRhRKJHA.2208@TK2MSFTNGP02.phx.gbl...
> Hi all.
>
>
> So I've made some test solutions, and the work ok from my computer against
> our server; I can authenticate as myself, and read data using the crm
> webservice.
>
> But when I publish the website and move it to the server, I get an
> exception when trying to open the page:
>
> 'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
> Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35' doesn't exist.'
>
> I don't really even know what that means? I've added the site as a virtual
> directory inside the CRM website, using it's own separate application pool
> (as per instructions from "Microsoft Dynamics CRM 4.0 Unleashed" book),
> and I know I'm accessing the correct site because if I change the address
> I get the normal "Page not found" error. I didn't find very good
> instructions in the sdk help, so any & all pointers are more than welcome.
>
>
> TIA,
> Antti Kurenniemi
>
date: Wed, 8 Oct 2008 15:24:19 +0200
author: Michael Höhne am
Re: Publishing custom solution
That looks like a great tutorial, thanks! I'll give it a go right away.
Antti Kurenniemi
"Michael Höhne" <michael.hoehne@nospam.nospam> wrote in message
news:36E922E5-28E6-44CC-9E8C-427AA66BC1D8@microsoft.com...
> Maybe this one helps:
>
> http://www.stunnware.com/crm2/topic.aspx?id=ASPNET1 - Developing ASP.NET
> applications for Microsoft Dynamics CRM 4.0
>
> I'm not using a virtual directory but use the SDK assemblies and the
> CrmImpersonator class to run in the context of CRM. Never had any issues
> with that.
>
>
> --
> Michael Höhne, Microsoft Dynamics CRM MVP
>
> CRM Blog: http://www.stunnware.com/?area=blog
>
> "Antti Kurenniemi" wrote in message
> news:ODOYRhRKJHA.2208@TK2MSFTNGP02.phx.gbl...
>> Hi all.
>>
>>
>> So I've made some test solutions, and the work ok from my computer
>> against our server; I can authenticate as myself, and read data using the
>> crm webservice.
>>
>> But when I publish the website and move it to the server, I get an
>> exception when trying to open the page:
>>
>> 'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
>> Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
>> PublicKeyToken=31bf3856ad364e35' doesn't exist.'
>>
>> I don't really even know what that means? I've added the site as a
>> virtual directory inside the CRM website, using it's own separate
>> application pool (as per instructions from "Microsoft Dynamics CRM 4.0
>> Unleashed" book), and I know I'm accessing the correct site because if I
>> change the address I get the normal "Page not found" error. I didn't find
>> very good instructions in the sdk help, so any & all pointers are more
>> than welcome.
>>
>>
>> TIA,
>> Antti Kurenniemi
>>
>
date: Thu, 9 Oct 2008 08:44:32 +0300
author: Antti Kurenniemi
Re: Publishing custom solution
Yeppers; still didn't work. I probably did something weird while trying
everything I could think of + the kitchen sink, so I'm going to go over the
tutorial from the Stunnware's site that Michael informed me of and start
again.
Antti Kurenniemi
"Mark Kovalcson" <mkovalcson@nospam.nospam> wrote in message
news:et2pe45nuokcqpeo6l8o6635o071r5fu0t@4ax.com...
> Does your Virtual directory have
>
> Integrated Windows authentication" checked?
>
> virtual directory -> properties
> Directory Security
> Authentication and access control -> Edit...
> [ ] Integrated Windows authentication
>
> The web service should inherit the AD security of the account the user
> is logged in with.
>
> --
> Mark Kovalcson
> http://crmscape.blogspot.com
>
>
> On Wed, 8 Oct 2008 10:36:06 +0300, "Antti Kurenniemi"
> wrote:
>
>>Hi all.
>>
>>
>>So I've made some test solutions, and the work ok from my computer against
>>our server; I can authenticate as myself, and read data using the crm
>>webservice.
>>
>>But when I publish the website and move it to the server, I get an
>>exception
>>when trying to open the page:
>>
>>'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
>>Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
>>PublicKeyToken=31bf3856ad364e35' doesn't exist.'
>>
>>I don't really even know what that means? I've added the site as a virtual
>>directory inside the CRM website, using it's own separate application pool
>>(as per instructions from "Microsoft Dynamics CRM 4.0 Unleashed" book),
>>and
>>I know I'm accessing the correct site because if I change the address I
>>get
>>the normal "Page not found" error. I didn't find very good instructions in
>>the sdk help, so any & all pointers are more than welcome.
>>
>>
>>TIA,
>>Antti Kurenniemi
date: Thu, 9 Oct 2008 08:45:54 +0300
author: Antti Kurenniemi
Re: Publishing custom solution
Update: worked like a champ; I'm on my way now, thanks!
Antti Kurenniemi
"Antti Kurenniemi" wrote in message
news:OXFXlHdKJHA.5232@TK2MSFTNGP05.phx.gbl...
> That looks like a great tutorial, thanks! I'll give it a go right away.
>
>
> Antti Kurenniemi
>
> "Michael Höhne" <michael.hoehne@nospam.nospam> wrote in message
> news:36E922E5-28E6-44CC-9E8C-427AA66BC1D8@microsoft.com...
>> Maybe this one helps:
>>
>> http://www.stunnware.com/crm2/topic.aspx?id=ASPNET1 - Developing ASP.NET
>> applications for Microsoft Dynamics CRM 4.0
>>
>> I'm not using a virtual directory but use the SDK assemblies and the
>> CrmImpersonator class to run in the context of CRM. Never had any issues
>> with that.
>>
>>
>> --
>> Michael Höhne, Microsoft Dynamics CRM MVP
>>
>> CRM Blog: http://www.stunnware.com/?area=blog
>>
>> "Antti Kurenniemi" wrote in message
>> news:ODOYRhRKJHA.2208@TK2MSFTNGP02.phx.gbl...
>>> Hi all.
>>>
>>>
>>> So I've made some test solutions, and the work ok from my computer
>>> against our server; I can authenticate as myself, and read data using
>>> the crm webservice.
>>>
>>> But when I publish the website and move it to the server, I get an
>>> exception when trying to open the page:
>>>
>>> 'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
>>> Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
>>> PublicKeyToken=31bf3856ad364e35' doesn't exist.'
>>>
>>> I don't really even know what that means? I've added the site as a
>>> virtual directory inside the CRM website, using it's own separate
>>> application pool (as per instructions from "Microsoft Dynamics CRM 4.0
>>> Unleashed" book), and I know I'm accessing the correct site because if I
>>> change the address I get the normal "Page not found" error. I didn't
>>> find very good instructions in the sdk help, so any & all pointers are
>>> more than welcome.
>>>
>>>
>>> TIA,
>>> Antti Kurenniemi
>>>
>>
>
date: Fri, 10 Oct 2008 13:14:43 +0300
author: Antti Kurenniemi
Re: Publishing custom solution
The following link describes your options if you create your application
within the CRM web site:
http://mscrmuk.blogspot.com/2008/01/crm-40-error-with-isv-pages.html
--
David Jennaway - Microsoft Dynamics CRM MVP
Web: http://www.excitation.co.uk
Blog: http://mscrmuk.blogspot.com/
"Antti Kurenniemi" wrote:
> Update: worked like a champ; I'm on my way now, thanks!
>
>
> Antti Kurenniemi
>
> "Antti Kurenniemi" wrote in message
> news:OXFXlHdKJHA.5232@TK2MSFTNGP05.phx.gbl...
> > That looks like a great tutorial, thanks! I'll give it a go right away.
> >
> >
> > Antti Kurenniemi
> >
> > "Michael Höhne" <michael.hoehne@nospam.nospam> wrote in message
> > news:36E922E5-28E6-44CC-9E8C-427AA66BC1D8@microsoft.com...
> >> Maybe this one helps:
> >>
> >> http://www.stunnware.com/crm2/topic.aspx?id=ASPNET1 - Developing ASP.NET
> >> applications for Microsoft Dynamics CRM 4.0
> >>
> >> I'm not using a virtual directory but use the SDK assemblies and the
> >> CrmImpersonator class to run in the context of CRM. Never had any issues
> >> with that.
> >>
> >>
> >> --
> >> Michael Höhne, Microsoft Dynamics CRM MVP
> >>
> >> CRM Blog: http://www.stunnware.com/?area=blog
> >>
> >> "Antti Kurenniemi" wrote in message
> >> news:ODOYRhRKJHA.2208@TK2MSFTNGP02.phx.gbl...
> >>> Hi all.
> >>>
> >>>
> >>> So I've made some test solutions, and the work ok from my computer
> >>> against our server; I can authenticate as myself, and read data using
> >>> the crm webservice.
> >>>
> >>> But when I publish the website and move it to the server, I get an
> >>> exception when trying to open the page:
> >>>
> >>> 'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider,
> >>> Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral,
> >>> PublicKeyToken=31bf3856ad364e35' doesn't exist.'
> >>>
> >>> I don't really even know what that means? I've added the site as a
> >>> virtual directory inside the CRM website, using it's own separate
> >>> application pool (as per instructions from "Microsoft Dynamics CRM 4.0
> >>> Unleashed" book), and I know I'm accessing the correct site because if I
> >>> change the address I get the normal "Page not found" error. I didn't
> >>> find very good instructions in the sdk help, so any & all pointers are
> >>> more than welcome.
> >>>
> >>>
> >>> TIA,
> >>> Antti Kurenniemi
> >>>
> >>
> >
>
>
date: Fri, 10 Oct 2008 04:05:01 -0700
author: David Jennaway
|
|