Friday, May 18, 2007 9:25 AM
So I ditched the whole aspx/dll option for a straight aspx page solution and got it working! (w00t!)
So what I did was put an ASPX page into the Pages directory of the site. From here I can access it easily by browsing or passing the url in to whatever control I want opening up the page.
A few things that came up:
- This page needs to export to Excel and for whatever reason it wasn't doign it properly. I took out the actual control tags and replaced them with dynamically created controls in the code and that fixed that issue.
- I didn't realize that you had to "publish" the file before others could see it.
- I'm currently trying to figure out how to reference the Microsoft.Office assemblies that are in the GAC so my page can use it (you'd think Sharepoint had those referenced by default?)
A BIG thanks to Jim at iMason for helping me out on this...greatly appreciated!
D