PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 1.00 average.

Crystal Reports - Visual Basic UFL that implements this function is missing (or U2lcom.dll is missing)

 
 
Les Caudle
Guest
Posts: n/a
 
      30th Aug 2007
I've converted a large ASP.NET 1.0 application (written by another developer)
to ASP.NET 2.0.

It uses Crystal Reports.

All of the Crystal Report reports work, except for one.

The version I'm using does have a U2lcom.dll with a version of 10.2.0.1093.

I'm getting the error shown below.

Can someone point me in the direction of a solution?


"The Visual Basic UFL that implements this function is missing (or U2lcom.dll is
missing).\rError in File
H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula <BarcodeFree>.
\n'formula = IDAutomationFontEncoderCode39
(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"))'\nThe
Visual Basic UFL that implements this function is missing (or U2lcom.dll is
missing)."}
[CrystalDecisions.CrystalReports.Engine.FormulaException]: {"The Visual
Basic UFL that implements this function is missing (or U2lcom.dll is
missing).\rError in File
H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula <BarcodeFree>.
\n'formula = IDAutomationFontEncoderCode39
(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"))'\nThe
Visual Basic UFL that implements this function is missing (or U2lcom.dll is
missing)."}
Data: {System.Collections.ListDictionaryInternal}
HelpLink: null
InnerException: {"The Visual Basic UFL that implements this function is
missing (or U2lcom.dll is missing).\rError in File
H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula <BarcodeFree>.
\n'formula = IDAutomationFontEncoderCode39
(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"))'\nThe
Visual Basic UFL that implements this function is missing (or U2lcom.dll is
missing)."}
Message: "The Visual Basic UFL that implements this function is missing (or
U2lcom.dll is missing).\rError in File
H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula <BarcodeFree>.
\n'formula = IDAutomationFontEncoderCode39
(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"))'\nThe
Visual Basic UFL that implements this function is missing (or U2lcom.dll is
missing)."
Source: "CrystalDecisions.ReportAppServer.DataSetConversion"
StackTrace: " at
CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception
e)\r\n at
CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext
reqContext)\r\n at
CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext
reqContext)\r\n at
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext
reqContext)\r\n at
CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()\r\n at
CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()\r\n at
XeroxApp.ReportHelper.exportReport(ReportDocument rpt, String file) in G:\\VS
Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 2038\r\n at
XeroxApp.ReportHelper.exportSAIReport(String file, Int32 sID) in G:\\VS
Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 832"
TargetSite: {Boolean ThrowDotNetException(System.Exception)}
--
Thanks in advance, Les Caudle
 
Reply With Quote
 
 
 
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      31st Aug 2007
Hi Les,

I'm not quite familiar with Crystal Reports, however, regarding on this
problem, I think the following line in the error message indicate the cause:

>>>>>>>>>>>

Message: "The Visual Basic UFL that implements this function is missing
(or U2lcom.dll is missing).
>>>>>>>>>>>


Is this "U2Icom.dll" assembly also at the proper place after you converted
the project and referenced the new .NET 2.0 specific assemblies? Normally,
for ASP.NET application, the required assemblies should reside in either
private "bin" directory or GAC(if they have been strong-named). You can
check this.

If the assembly is at the proper place, you can search the CRYSTAL REPORT
support sites or contact the support there to see whether there is any
existing or definte break changes between .NET 1.1 and 2.0 behavior(since
it report missing the certain function). You may get some more concentrated
and specific info through the CR support:

http://support.microsoft.com/kb/317789/en-us

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
>From: Les Caudle <(E-Mail Removed)>
>Subject: Crystal Reports - Visual Basic UFL that implements this function

is missing (or U2lcom.dll is missing)

>
>I've converted a large ASP.NET 1.0 application (written by another

developer)
>to ASP.NET 2.0.
>
>It uses Crystal Reports.
>
>All of the Crystal Report reports work, except for one.
>
>The version I'm using does have a U2lcom.dll with a version of 10.2.0.1093.
>
>I'm getting the error shown below.
>
>Can someone point me in the direction of a solution?
>
>
>"The Visual Basic UFL that implements this function is missing (or

U2lcom.dll is
>missing).\rError in File
>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

<BarcodeFree>.
>\n'formula = IDAutomationFontEncoderCode39
>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

))'\nThe
>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>missing)."}
> [CrystalDecisions.CrystalReports.Engine.FormulaException]: {"The Visual
>Basic UFL that implements this function is missing (or U2lcom.dll is
>missing).\rError in File
>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

<BarcodeFree>.
>\n'formula = IDAutomationFontEncoderCode39
>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

))'\nThe
>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>missing)."}
> Data: {System.Collections.ListDictionaryInternal}
> HelpLink: null
> InnerException: {"The Visual Basic UFL that implements this function is
>missing (or U2lcom.dll is missing).\rError in File
>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

<BarcodeFree>.
>\n'formula = IDAutomationFontEncoderCode39
>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

))'\nThe
>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>missing)."}
> Message: "The Visual Basic UFL that implements this function is

missing (or
>U2lcom.dll is missing).\rError in File
>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

<BarcodeFree>.
>\n'formula = IDAutomationFontEncoderCode39
>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

))'\nThe
>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>missing)."
> Source: "CrystalDecisions.ReportAppServer.DataSetConversion"
> StackTrace: " at
>CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(E

xception
>e)\r\n at
>CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportReq

uestContext
>reqContext)\r\n at
>CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRe

questContext
>reqContext)\r\n at
>CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestCon

text
>reqContext)\r\n at
>CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()\r\n at
>CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()\r\n at
>XeroxApp.ReportHelper.exportReport(ReportDocument rpt, String file) in

G:\\VS
>Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 2038\r\n at
>XeroxApp.ReportHelper.exportSAIReport(String file, Int32 sID) in G:\\VS
>Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 832"
> TargetSite: {Boolean ThrowDotNetException(System.Exception)}
>--
>Thanks in advance, Les Caudle
>


 
Reply With Quote
 
Les Caudle
Guest
Posts: n/a
 
      31st Aug 2007
Apparently, needed a bar code font installed and some routines from the font
company.

On Fri, 31 Aug 2007 03:38:32 GMT, (E-Mail Removed) (Steven
Cheng[MSFT]) wrote:

>Hi Les,
>
>I'm not quite familiar with Crystal Reports, however, regarding on this
>problem, I think the following line in the error message indicate the cause:
>
>>>>>>>>>>>>

> Message: "The Visual Basic UFL that implements this function is missing
>(or U2lcom.dll is missing).
>>>>>>>>>>>>

>
>Is this "U2Icom.dll" assembly also at the proper place after you converted
>the project and referenced the new .NET 2.0 specific assemblies? Normally,
>for ASP.NET application, the required assemblies should reside in either
>private "bin" directory or GAC(if they have been strong-named). You can
>check this.
>
>If the assembly is at the proper place, you can search the CRYSTAL REPORT
>support sites or contact the support there to see whether there is any
>existing or definte break changes between .NET 1.1 and 2.0 behavior(since
>it report missing the certain function). You may get some more concentrated
>and specific info through the CR support:
>
>http://support.microsoft.com/kb/317789/en-us
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>
>==================================================
>
>Get notification to my posts through email? Please refer to
>http://msdn.microsoft.com/subscripti...ult.aspx#notif
>ications.
>
>
>
>Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
>where an initial response from the community or a Microsoft Support
>Engineer within 1 business day is acceptable. Please note that each follow
>up response may take approximately 2 business days as the support
>professional working with you may need further investigation to reach the
>most efficient resolution. The offering is not appropriate for situations
>that require urgent, real-time or phone-based interactions or complex
>project analysis and dump analysis issues. Issues of this nature are best
>handled working with a dedicated Microsoft Support Engineer by contacting
>Microsoft Customer Support Services (CSS) at
>http://msdn.microsoft.com/subscripti...t/default.aspx.
>
>==================================================
>
>
>This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>--------------------
>>From: Les Caudle <(E-Mail Removed)>
>>Subject: Crystal Reports - Visual Basic UFL that implements this function

>is missing (or U2lcom.dll is missing)
>
>>
>>I've converted a large ASP.NET 1.0 application (written by another

>developer)
>>to ASP.NET 2.0.
>>
>>It uses Crystal Reports.
>>
>>All of the Crystal Report reports work, except for one.
>>
>>The version I'm using does have a U2lcom.dll with a version of 10.2.0.1093.
>>
>>I'm getting the error shown below.
>>
>>Can someone point me in the direction of a solution?
>>
>>
>>"The Visual Basic UFL that implements this function is missing (or

>U2lcom.dll is
>>missing).\rError in File
>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

><BarcodeFree>.
>>\n'formula = IDAutomationFontEncoderCode39
>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

>))'\nThe
>>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>>missing)."}
>> [CrystalDecisions.CrystalReports.Engine.FormulaException]: {"The Visual
>>Basic UFL that implements this function is missing (or U2lcom.dll is
>>missing).\rError in File
>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

><BarcodeFree>.
>>\n'formula = IDAutomationFontEncoderCode39
>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

>))'\nThe
>>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>>missing)."}
>> Data: {System.Collections.ListDictionaryInternal}
>> HelpLink: null
>> InnerException: {"The Visual Basic UFL that implements this function is
>>missing (or U2lcom.dll is missing).\rError in File
>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

><BarcodeFree>.
>>\n'formula = IDAutomationFontEncoderCode39
>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

>))'\nThe
>>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>>missing)."}
>> Message: "The Visual Basic UFL that implements this function is

>missing (or
>>U2lcom.dll is missing).\rError in File
>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

><BarcodeFree>.
>>\n'formula = IDAutomationFontEncoderCode39
>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"\"

>))'\nThe
>>Visual Basic UFL that implements this function is missing (or U2lcom.dll is
>>missing)."
>> Source: "CrystalDecisions.ReportAppServer.DataSetConversion"
>> StackTrace: " at
>>CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(E

>xception
>>e)\r\n at
>>CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportReq

>uestContext
>>reqContext)\r\n at
>>CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRe

>questContext
>>reqContext)\r\n at
>>CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestCon

>text
>>reqContext)\r\n at
>>CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()\r\n at
>>CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()\r\n at
>>XeroxApp.ReportHelper.exportReport(ReportDocument rpt, String file) in

>G:\\VS
>>Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 2038\r\n at
>>XeroxApp.ReportHelper.exportSAIReport(String file, Int32 sID) in G:\\VS
>>Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 832"
>> TargetSite: {Boolean ThrowDotNetException(System.Exception)}
>>--
>>Thanks in advance, Les Caudle
>>


 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      3rd Sep 2007
Thanks for your followup Les,

So the problem has been fixed after you installed that font , correct?
Anyway, glad that you resolve it and thanks for share the result with us.

Have a good day.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
>From: Les Caudle <(E-Mail Removed)>
>Subject: Re: Crystal Reports - Visual Basic UFL that implements this

function is missing (or U2lcom.dll is missing)
>Date: Fri, 31 Aug 2007 08:41:17 -0500


>
>Apparently, needed a bar code font installed and some routines from the

font
>company.
>
>On Fri, 31 Aug 2007 03:38:32 GMT, (E-Mail Removed) (Steven
>Cheng[MSFT]) wrote:
>
>>Hi Les,
>>
>>I'm not quite familiar with Crystal Reports, however, regarding on this
>>problem, I think the following line in the error message indicate the

cause:
>>
>>>>>>>>>>>>>

>> Message: "The Visual Basic UFL that implements this function is missing
>>(or U2lcom.dll is missing).
>>>>>>>>>>>>>

>>
>>Is this "U2Icom.dll" assembly also at the proper place after you

converted
>>the project and referenced the new .NET 2.0 specific assemblies?

Normally,
>>for ASP.NET application, the required assemblies should reside in either
>>private "bin" directory or GAC(if they have been strong-named). You can
>>check this.
>>
>>If the assembly is at the proper place, you can search the CRYSTAL REPORT
>>support sites or contact the support there to see whether there is any
>>existing or definte break changes between .NET 1.1 and 2.0 behavior(since
>>it report missing the certain function). You may get some more

concentrated
>>and specific info through the CR support:
>>
>>http://support.microsoft.com/kb/317789/en-us
>>
>>Sincerely,
>>
>>Steven Cheng
>>
>>Microsoft MSDN Online Support Lead
>>
>>
>>
>>==================================================
>>
>>Get notification to my posts through email? Please refer to
>>http://msdn.microsoft.com/subscripti...fault.aspx#not

if
>>ications.
>>
>>
>>
>>Note: The MSDN Managed Newsgroup support offering is for non-urgent

issues
>>where an initial response from the community or a Microsoft Support
>>Engineer within 1 business day is acceptable. Please note that each

follow
>>up response may take approximately 2 business days as the support
>>professional working with you may need further investigation to reach the
>>most efficient resolution. The offering is not appropriate for situations
>>that require urgent, real-time or phone-based interactions or complex
>>project analysis and dump analysis issues. Issues of this nature are best
>>handled working with a dedicated Microsoft Support Engineer by contacting
>>Microsoft Customer Support Services (CSS) at
>>http://msdn.microsoft.com/subscripti...t/default.aspx.
>>
>>==================================================
>>
>>
>>This posting is provided "AS IS" with no warranties, and confers no

rights.
>>
>>
>>
>>--------------------
>>>From: Les Caudle <(E-Mail Removed)>
>>>Subject: Crystal Reports - Visual Basic UFL that implements this

function
>>is missing (or U2lcom.dll is missing)
>>
>>>
>>>I've converted a large ASP.NET 1.0 application (written by another

>>developer)
>>>to ASP.NET 2.0.
>>>
>>>It uses Crystal Reports.
>>>
>>>All of the Crystal Report reports work, except for one.
>>>
>>>The version I'm using does have a U2lcom.dll with a version of

10.2.0.1093.
>>>
>>>I'm getting the error shown below.
>>>
>>>Can someone point me in the direction of a solution?
>>>
>>>
>>>"The Visual Basic UFL that implements this function is missing (or

>>U2lcom.dll is
>>>missing).\rError in File
>>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

>><BarcodeFree>.
>>>\n'formula = IDAutomationFontEncoderCode39
>>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"

\"
>>))'\nThe
>>>Visual Basic UFL that implements this function is missing (or U2lcom.dll

is
>>>missing)."}
>>> [CrystalDecisions.CrystalReports.Engine.FormulaException]: {"The

Visual
>>>Basic UFL that implements this function is missing (or U2lcom.dll is
>>>missing).\rError in File
>>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

>><BarcodeFree>.
>>>\n'formula = IDAutomationFontEncoderCode39
>>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"

\"
>>))'\nThe
>>>Visual Basic UFL that implements this function is missing (or U2lcom.dll

is
>>>missing)."}
>>> Data: {System.Collections.ListDictionaryInternal}
>>> HelpLink: null
>>> InnerException: {"The Visual Basic UFL that implements this function

is
>>>missing (or U2lcom.dll is missing).\rError in File
>>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

>><BarcodeFree>.
>>>\n'formula = IDAutomationFontEncoderCode39
>>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"

\"
>>))'\nThe
>>>Visual Basic UFL that implements this function is missing (or U2lcom.dll

is
>>>missing)."}
>>> Message: "The Visual Basic UFL that implements this function is

>>missing (or
>>>U2lcom.dll is missing).\rError in File
>>>H:\\Temp\\XeroxGuru\\temp_7320e9ee-d859-4d5f-8932-40f973e4822d
>>>{754458C3-34F2-48BE-914C-B991F3F038FE}.rpt:\nError in formula

>><BarcodeFree>.
>>>\n'formula = IDAutomationFontEncoderCode39
>>>(Replace(Replace(ToText({vwSAIHeader.Shipment_ID}),\",\",\"\"),\".00\",\"

\"
>>))'\nThe
>>>Visual Basic UFL that implements this function is missing (or U2lcom.dll

is
>>>missing)."
>>> Source: "CrystalDecisions.ReportAppServer.DataSetConversion"
>>> StackTrace: " at
>>>CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException

(E
>>xception
>>>e)\r\n at
>>>CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportR

eq
>>uestContext
>>>reqContext)\r\n at
>>>CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(Export

Re
>>questContext
>>>reqContext)\r\n at
>>>CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestC

on
>>text
>>>reqContext)\r\n at
>>>CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()\r\n at
>>>CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()\r\n at
>>>XeroxApp.ReportHelper.exportReport(ReportDocument rpt, String file) in

>>G:\\VS
>>>Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 2038\r\n at
>>>XeroxApp.ReportHelper.exportSAIReport(String file, Int32 sID) in G:\\VS
>>>Projects\\XeroxApp\\XeroxApp\\ReportHelper.cs:line 832"
>>> TargetSite: {Boolean ThrowDotNetException(System.Exception)}
>>>--
>>>Thanks in advance, Les Caudle
>>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Reports button images missing in Visual Studio 2005 Ralf Microsoft ASP .NET 0 10th Sep 2007 09:24 PM
Want Shorter (Generic) Path Argument For Load Crystal Reports Using Visual Basic 8 Christopher Lusardi Microsoft VB .NET 0 6th Jun 2006 04:47 PM
using crystal reports in a Visual basic.net 1.1 environment =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?= Microsoft Dot NET Framework Forms 1 24th Oct 2005 03:03 PM
USING CRYSTAL REPORTS IN A VISUAL BASIC.NET ASP.NET WEB APPLICATIO =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?= Microsoft Dot NET Framework 1 8th Oct 2005 12:19 PM
setting crystal reports values from visual basic.net =?Utf-8?B?R2VyYWxkaW5lIEhvYmxleQ==?= Microsoft VB .NET 1 8th Nov 2004 07:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:44 AM.