EXCEL in .NET
Hi,
I want to use MS-Excel sheet in my .Net Application. I want it to be opened as a separate tab on taskbar(not embedded in the ASP.Net page). I included reference of excel and tried to create application similar to the sample at "C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Technologies\Interop\App lications\Office\Excel\cs".
But at run time I am getting error saying "Access is Denied" for Application app = new Application();
Please help me..
Thanks in advance
|