G
Guest
I am struggling to export Excel spreadsheets to the client machine in an
ASP.Net application. Everything was great until exporting Excel got into the
act. Documentation on MSDN is so poor regarding this subject it is pathetic.
Following examples on MSDN lead me to using CreateObject("Excel.Application")
which of course bombs in .Net! I finally discovered the
Microsoft.Office.Interop.Excel object and thought my problems were over.
When I got to "Dim xls As New Microsoft.Office.Interop.Excel.Application"
ASP.Net abruptly threw another error saying the ASPNET user account didn't
have permission to use my new found resource. Looking in the User folder I
can't even find ASPNET as a user. (I am strictly a developer and don't know
Shinola about network administrator type duties). My platform is Windows
Small Business Server 2003. Maybe I'm not supposed to be developing on this?
I am an independent contractor and the extent of my frustration and anger at
Microsoft at this stage of the game is immense!
I am also a Certified Partner who can't get any direct help from the
bureaucracy. What a waste of money dealing with Microsoft.
Is there anybody out there who can help me solve this problem? I am at the
end of my rope. My client has been waiting almost a month for my final
version of this thing and I am no closer to a solution than in the beginning.
Maybe I should just scrap everything and learn Java. Are you listening
Ballmer?
How can something so simple become so difficult?
Frank Fox
(e-mail address removed)
ASP.Net application. Everything was great until exporting Excel got into the
act. Documentation on MSDN is so poor regarding this subject it is pathetic.
Following examples on MSDN lead me to using CreateObject("Excel.Application")
which of course bombs in .Net! I finally discovered the
Microsoft.Office.Interop.Excel object and thought my problems were over.
When I got to "Dim xls As New Microsoft.Office.Interop.Excel.Application"
ASP.Net abruptly threw another error saying the ASPNET user account didn't
have permission to use my new found resource. Looking in the User folder I
can't even find ASPNET as a user. (I am strictly a developer and don't know
Shinola about network administrator type duties). My platform is Windows
Small Business Server 2003. Maybe I'm not supposed to be developing on this?
I am an independent contractor and the extent of my frustration and anger at
Microsoft at this stage of the game is immense!
I am also a Certified Partner who can't get any direct help from the
bureaucracy. What a waste of money dealing with Microsoft.
Is there anybody out there who can help me solve this problem? I am at the
end of my rope. My client has been waiting almost a month for my final
version of this thing and I am no closer to a solution than in the beginning.
Maybe I should just scrap everything and learn Java. Are you listening
Ballmer?
How can something so simple become so difficult?
Frank Fox
(e-mail address removed)