VB.NET:
dim filenameFmt as string = "\\resource_center\reports\{0}_sales.xls"
Dim dlyOutline As New PdfOutline(m_pageoutline, New PdfAction(String.Format(FilenameFmt, GetFileDateString(tmpDte))), DateTime.now.ToString("MM/dd/yyyy"))
My local drive name keeps being prepended to UNC and causes error:
VB.NET:
cannot find 'file:///c:/temp/resource_center/reports/2010_03_29_sales.xls
What am i doing wrong? is this a Itextsharp problem maybe?