|
Home > Archive > BizTalk Server General > May 2004 > ServiceCreationException in BizTalk 2004
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ServiceCreationException in BizTalk 2004
|
|
| Gordon Stewart 2004-05-30, 10:46 am |
| I have an Orchestration that is causing me headaches. It's supposed to read in an XML file, transform it and then execute a stored procedure on an MSSQL server using the resulting message.
Problem is, that when I try to get it to read in an XML file I get the following error in the event viewer:
(Note that I've seen someone else in this newsgroup say that deploying the assembly from the wizard instead of VS.NET has fixed this - this is not the case for me. I've also tried all the usual GAC stuff)
Failed while creating a EquipmentManagement.Orchestration_1 service.
Exception type: ServiceCreationException
Source:
Target Site:
Help Link:
Additional error information:
Could not load type EquipmentManagement.Orchestration_1 from assembly EquipmentManagement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b266b9c5c5a6af25.
Exception type: TypeLoadException
Source: mscorlib
Target Site: System.Type GetType(System.String, Boolean)
Help Link:
Additional error information:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
| |
| Christof 2004-05-30, 10:46 am |
| Did you check wether the assembly in the GAC has the EXACTLY same version
number?
Kind regards,
Christof
"Gordon Stewart" <anonymous@discussions.microsoft.com> wrote in message
news:2CB2745E-DCE0-4BA0-B377-6F39FB6CB7BF@microsoft.com...
> I have an Orchestration that is causing me headaches. It's supposed to
read in an XML file, transform it and then execute a stored procedure on an
MSSQL server using the resulting message.
>
> Problem is, that when I try to get it to read in an XML file I get the
following error in the event viewer:
> (Note that I've seen someone else in this newsgroup say that deploying the
assembly from the wizard instead of VS.NET has fixed this - this is not the
case for me. I've also tried all the usual GAC stuff)
>
> Failed while creating a EquipmentManagement.Orchestration_1 service.
>
>
> Exception type: ServiceCreationException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> Could not load type EquipmentManagement.Orchestration_1 from assembly
EquipmentManagement, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=b266b9c5c5a6af25.
>
> Exception type: TypeLoadException
> Source: mscorlib
> Target Site: System.Type GetType(System.String, Boolean)
> Help Link:
> Additional error information:
>
> For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| |
| Narasimhan Padmanabhan 2004-05-30, 10:46 am |
| Make sure that the assembly is in GAC.
If you have changed the orchestration or any other artifacts, make sure you
restart the service.
Hope this helps!
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
| >>Thread-Topic: ServiceCreationException in BizTalk 2004
| >>thread-index: AcRD9z6Mv9Epk3iFRr2/kpgdALrfww==
| >>X-WN-Post: microsoft.public.biztalk.general
| >>From: "=?Utf-8?B?R29yZG9uIFN0ZXdhcnQ=?="
<anonymous@discussions.microsoft.com>
| >>Subject: ServiceCreationException in BizTalk 2004
| >>Date: Thu, 27 May 2004 07:31:05 -0700
| >>Lines: 23
| >>Message-ID: <2CB2745E-DCE0-4BA0-B377-6F39FB6CB7BF@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >> charset="Utf-8"
| >>Content-Transfer-Encoding: 7bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.general
| >>Path: cpmsftngxa10.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:15700
| >>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| >>X-Tomcat-NG: microsoft.public.biztalk.general
| >>
| >>I have an Orchestration that is causing me headaches. It's supposed to
read in an XML file, transform it and then execute a stored procedure on an
MSSQL server using the resulting message.
Problem is, that when I try to get it to read in an XML file I get the
following error in the event viewer:
(Note that I've seen someone else in this newsgroup say that deploying the
assembly from the wizard instead of VS.NET has fixed this - this is not the
case for me. I've also tried all the usual GAC stuff)
Failed while creating a EquipmentManagement.Orchestration_1 service.
Exception type: ServiceCreationException
Source:
Target Site:
Help Link:
Additional error information:
Could not load type EquipmentManagement.Orchestration_1 from assembly
EquipmentManagement, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=b266b9c5c5a6af25.
Exception type: TypeLoadException
Source: mscorlib
Target Site: System.Type GetType(System.String, Boolean)
Help Link:
Additional error information:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| >>
| |
| Gordon Stewart 2004-05-30, 10:46 am |
| As I said, I've looked at the GAC and it's not the problem.
The GAC version has exactly the same version as the actual assembly, and I haven't changed anything.
Any ideas?
----- Narasimhan Padmanabhan (MSFT) wrote: -----
Make sure that the assembly is in GAC.
If you have changed the orchestration or any other artifacts, make sure you
restart the service.
Hope this helps!
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
| >>Thread-Topic: ServiceCreationException in BizTalk 2004
| >>thread-index: AcRD9z6Mv9Epk3iFRr2/kpgdALrfww==
| >>X-WN-Post: microsoft.public.biztalk.general
| >>From: "=?Utf-8?B?R29yZG9uIFN0ZXdhcnQ=?="
<anonymous@discussions.microsoft.com>
| >>Subject: ServiceCreationException in BizTalk 2004
| >>Date: Thu, 27 May 2004 07:31:05 -0700
| >>Lines: 23
| >>Message-ID: <2CB2745E-DCE0-4BA0-B377-6F39FB6CB7BF@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >> charset="Utf-8"
| >>Content-Transfer-Encoding: 7bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.general
| >>Path: cpmsftngxa10.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:15700
| >>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| >>X-Tomcat-NG: microsoft.public.biztalk.general
| >>
| >>I have an Orchestration that is causing me headaches. It's supposed to
read in an XML file, transform it and then execute a stored procedure on an
MSSQL server using the resulting message.
Problem is, that when I try to get it to read in an XML file I get the
following error in the event viewer:
(Note that I've seen someone else in this newsgroup say that deploying the
assembly from the wizard instead of VS.NET has fixed this - this is not the
case for me. I've also tried all the usual GAC stuff)
Failed while creating a EquipmentManagement.Orchestration_1 service.
Exception type: ServiceCreationException
Source:
Target Site:
Help Link:
Additional error information:
Could not load type EquipmentManagement.Orchestration_1 from assembly
EquipmentManagement, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=b266b9c5c5a6af25.
Exception type: TypeLoadException
Source: mscorlib
Target Site: System.Type GetType(System.String, Boolean)
Help Link:
Additional error information:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| >>
| |
| Christof 2004-05-30, 10:46 am |
| Try undeploying the service and redeploying it with an increased version
number.
Kind regards,
Christof
"Gordon Stewart" <anonymous@discussions.microsoft.com> wrote in message
news:2CB2745E-DCE0-4BA0-B377-6F39FB6CB7BF@microsoft.com...
> I have an Orchestration that is causing me headaches. It's supposed to
read in an XML file, transform it and then execute a stored procedure on an
MSSQL server using the resulting message.
>
> Problem is, that when I try to get it to read in an XML file I get the
following error in the event viewer:
> (Note that I've seen someone else in this newsgroup say that deploying the
assembly from the wizard instead of VS.NET has fixed this - this is not the
case for me. I've also tried all the usual GAC stuff)
>
> Failed while creating a EquipmentManagement.Orchestration_1 service.
>
>
> Exception type: ServiceCreationException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> Could not load type EquipmentManagement.Orchestration_1 from assembly
EquipmentManagement, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=b266b9c5c5a6af25.
>
> Exception type: TypeLoadException
> Source: mscorlib
> Target Site: System.Type GetType(System.String, Boolean)
> Help Link:
> Additional error information:
>
> For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
|
|
|
|
|