Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 PDF's will not work

Author  Topic 

cjhardie
Yak Posting Veteran

58 Posts

Posted - 2007-05-22 : 11:20:32
This is throwing an error

if (rc.Format == "PDF")
{
ObjectHandle oh = Activator.CreateInstance(null, rc.ClassName);


Could not load type 'AdTrack.reports.ARInventoryExpire' from assembly 'App_Web_bka2fwi_, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

Any Answers

   

- Advertisement -