I working on a silverlight application that works OOB. When i debug the application in VS2010 it works like charm, and even when i install it on my PC. The application is using Excel COM Automation to automatically create, read and write excel files.
The problem i'm facing right now is, when i run the application on my corporate network, i can't create any excel files. Although if i create an excel file using MS excel and try to read and write to it using my application, it works just as it should.
OBS!!! I'm using the same version of MS excel on both my PC and corporate pc.
My Q. is, could this(Can't create, but can read and write) be something that have to do with the user rights on the cor. network?