ServiceCreationException, TypeLoadException
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > ServiceCreationException, TypeLoadException




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    ServiceCreationException, TypeLoadException  
Gordon Stewart


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-30-04 03:47 PM

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 follo
wing error in the event viewer:
(Note that I've seen someone else in this newsgroup say that deploying the a
ssembly from the wizard instead of VS.NET has fixed this - this is not the c
ase 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 Equipm
entManagement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b266b9c5c5a6
af25.

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/fwlin
k/events.asp.






[ Post a follow-up to this message ]



    RE: ServiceCreationException, TypeLoadException  
Narasimhan Padmanabhan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-30-04 03:47 PM

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 ]



    RE: ServiceCreationException, TypeLoadException  
Gordon Stewart


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:03 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register