03-18-04 06:58 PM
What version of Biztalk are you using?
"iamevic" <iamevic@pchome.com.tw> wrote in message
news:O6VfYqkCEHA.2628@TK2MSFTNGP11.phx.gbl...
> Hi, AnyOne can tell me how to fix the following exception,
> I make a c# dll and referenced by Biztalk project.
> The dll provides a public method which i use it in the Biztalk project's
> orchestration expression shape.
> Also I have declared the c# dll object in variable definition.
> It doesn't has any error during the compiliation and rebuild period,
> My front applicaton is ASP.NET Web page which submit some form data to BTS
> dll, and then it will call my c#dll function to process and return result.
> But I got a System.IO.FileNotFoundException
> How should i fix it.
>
> ==================================
> System.IO.FileNotFoundException: can't find file or assembly name
> 'CsSendMail' or one of its dependence¡C
>
> file name: "CsSendMail"
>
> at IIILeaveApply.VORequestResponse.segment2(StopConditions stopOn)
>
> at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,
> StopConditions stopCond, Exception& exp)
>
>
>
> === Pre-bind state information ===
>
> LOG: DisplayName = CsSendMail, Version=1.0.1535.22894, Culture=neutral,
> PublicKeyToken=ad810f546ee35cc7
> (Fully-specified)
>
> LOG: Appbase = C:\PROGRA~1\MI23A4~1\
>
> LOG: Initial PrivatePath = NULL
>
> Calling assembly : IIILeaveApply, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=ad810f546ee35cc7.
>
> ===
>
>
> LOG: Private path hint found in configuration file: BizTalk
> Assemblies;Developer Tools;Tracking;Tracking\interop.
>
> LOG: Publisher policy file is not found.
>
> LOG: Host configuration file not found.
>
> LOG: Using machine configuration file from
> C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
>
> LOG: Post-policy reference: CsSendMail, Version=1.0.1535.22894,
> Culture=neutral, PublicKeyToken=ad810f546ee35cc7
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/CsSendMail.DLL.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/CsSendMail/CsSendMail.DLL.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/BizTalk
> Assemblies/CsSendMail.DLL.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/BizTalk
> Assemblies/CsSendMail/CsSendMail.DLL.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/Developer
> Tools/CsSendMail.DLL.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/Developer
> Tools/CsSendMail/CsSendMail.DLL.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/CsSendMail.DLL.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/CsSendMail/CsSendMail.DLL.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/interop/CsSendMail.DLL.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/interop/CsSendMail/CsSendMail.DLL.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/CsSendMail.EXE.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/CsSendMail/CsSendMail.EXE.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/BizTalk
> Assemblies/CsSendMail.EXE.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/BizTalk
> Assemblies/CsSendMail/CsSendMail.EXE.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/Developer
> Tools/CsSendMail.EXE.
>
> LOG: Attempting download of new URL file:///C:/PROGRA~1/MI23A4~1/Developer
> Tools/CsSendMail/CsSendMail.EXE.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/CsSendMail.EXE.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/CsSendMail/CsSendMail.EXE.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/interop/CsSendMail.EXE.
>
> LOG: Attempting download of new URL
> file:///C:/PROGRA~1/MI23A4~1/Tracking/interop/CsSendMail/CsSendMail.EXE.
>
>
> System.IO.FileNotFoundException
>
>
[ Post a follow-up to this message ]
|