05-30-04 03:47 PM
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: "examnotes"
<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.
| >>
[ Post a follow-up to this message ]
|