Greetings, Ticket support suggested that I post this in the forum. My immediate issue is I can't delete /Bin/ABCpdfCE5.dll as it is telling me that I don't have access to delete it. Visual Studio won't republish with it still there. I have to get ticket support to delete it every time I want to republish my website. I'm not sure why I even have to upload that file as I thought discountasp.net supported ABCPDF v5. My website can't find the two dlls if I don't include them in /Bin/. If I do include them, I get a 'Could not find ABCpdf license' error--even though I have 'XSettings.License = 'a7a0b3f5184f2169'' in the form_load. ABCpdf is not even my first or second choice. My website was using Crystal Reports at a different service, but discountasp.net doesn't support it. I then tried Microsoft Report Viewer (http://www.convergetracking.com/MileageReport.aspx), but I get 404.0 or other errors. All three solutions work fine locally, but I can't get them working on the server. I guess my main question is, how can I dynamically generate PDFs from discountasp.net? Are there working example projects I can upload to my site? I'm not having a lot of luck. Thanks, Jamie
UPDATE: I'm not sure if someone did something, but I could finally delete that file myself. Adding in 'preCondition='integratedMode'' (according to here) and including the ReportView dlls into bin allows me view the MS report now.