BizTalk Server Orchestration - ServiceCreationException, TypeLoadException

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > May 2004 > ServiceCreationException, TypeLoadException





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, TypeLoadException
Gordon Stewart

2004-05-30, 10:47 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.

Narasimhan Padmanabhan

2004-05-30, 10:47 am

If you have any other version of this assembly in the GAC, clear those out
and try again.
This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team
--------------------
| >>Thread-Topic: ServiceCreationException, TypeLoadException
| >>thread-index: AcRD+KX7qsmhR5lkQiadjJI8U6/dvw==
| >>X-WN-Post: microsoft.public.biztalk.orchestration
| >>From: "=?Utf-8?B?R29yZG9uIFN0ZXdhcnQ=?="
<anonymous@discussions.microsoft.com>
| >>Subject: ServiceCreationException, TypeLoadException
| >>Date: Thu, 27 May 2004 07:41:08 -0700
| >>Lines: 24
| >>Message-ID: <6925122C-3405-48D2-AD20-0850FD5227EB@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.orchestration
| >>Path: cpmsftngxa10.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:6298
| >>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>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:47 am

Nope, as I said, I've already looked at the GAC - that's not the problem.

----- Narasimhan Padmanabhan (MSFT) wrote: -----

If you have any other version of this assembly in the GAC, clear those out
and try again.
This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team
--------------------
| >>Thread-Topic: ServiceCreationException, TypeLoadException
| >>thread-index: AcRD+KX7qsmhR5lkQiadjJI8U6/dvw==
| >>X-WN-Post: microsoft.public.biztalk.orchestration
| >>From: "=?Utf-8?B?R29yZG9uIFN0ZXdhcnQ=?="
<anonymous@discussions.microsoft.com>
| >>Subject: ServiceCreationException, TypeLoadException
| >>Date: Thu, 27 May 2004 07:41:08 -0700
| >>Lines: 24
| >>Message-ID: <6925122C-3405-48D2-AD20-0850FD5227EB@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.orchestration
| >>Path: cpmsftngxa10.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:6298
| >>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>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.

| >>
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com