Type initializer error
- From: "bafar" <Bart.Farasyn@xxxxxxxxx>
- Date: 25 Feb 2007 09:35:29 -0800
Hi all,
I'm very new to Biztalk, so bear with me while I try to explain the
problem we are having.
We have made (with the help of a more experienced BT developer) a BT
project (BizTalk 2004).
It consists of 1 major project (Bll) with 5 orchestrations, 1
Resources project which holds the xsd's, 1 Components project which
holds a custom pipelinecomponent (PropertyExtractor.cs, the
resulting .dll is in the C:\Program Files\Microsoft BizTalk Server
2004\Pipeline Components directory and not in the GAC) and 1 DAL
project which main ingredient is a Helper.cs responsible for some sql-
statements (the DAL.dll is in the GAC, as is the resources.dll and
Bll.dll ).
When it is deployed and the main webService called from a test app I
keep getting this error :
Description:
The adapter "SOAP" raised an error message. Details "An exception is
thrown by the Orchestration schedule, Date Dump: <ns0:Exception
xmlns:ns0=" http://BIZ.Petroplus.RMS.Symphony.Resources.ExceptionSchema"><Message>The
type initializer for "BIZ.Petroplus.RMS.Symphony.DAL.Helper " threw an
exception.</Message><Location> at
BIZ.Petroplus.RMS.Symphony.DAL.Helper.CallInsertConflict(Char source,
Int64 sequence, Char entity, String keyValue)
at BIZ.Petroplus.RMS.Symphony.Bll.TradeCreate.segment1
(StopConditions stopOn)
at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,
StopConditions stopCond, Exception& exp)</Location></
ns0:Exception>".
I tried changing the name of the DAL project and resetting the
references while dropping all DAL.dll's not in the GAC, but nothing
works.
Does anybody have an idea what could be wrong?
Greetings,
Bart
.
- Follow-Ups:
- Re: Type initializer error
- From: bafar
- Re: Type initializer error
- Prev by Date: Re: ENTSSO error
- Next by Date: Re: Type initializer error
- Previous by thread: Re: Using Table Looping Functoid and looping Functoid together
- Next by thread: Re: Type initializer error
- Index(es):
Relevant Pages
|