exporting to Excel
-
Hi, iam developing windows application using c#.. iam Exporting Datagridview data to Excel file it's working properly.. but in one system exporting function is working only one time,if i restart the system and again it's working for one time.. what's the problem,can anybody please help me .. but iam running the sample application in another system,there exporting function working N no:of times..(continuously working..) Thanks in Advance...
murali krishna
-
Hi, iam developing windows application using c#.. iam Exporting Datagridview data to Excel file it's working properly.. but in one system exporting function is working only one time,if i restart the system and again it's working for one time.. what's the problem,can anybody please help me .. but iam running the sample application in another system,there exporting function working N no:of times..(continuously working..) Thanks in Advance...
murali krishna
On what basis did you post this ? You surely don't expect help based on this ? How about seeing some code ? How about telling us what's different about that machine that fails ? How about telling us the error message ?
Christian Graus Driven to the arms of OSX by Vista.
-
Hi, iam developing windows application using c#.. iam Exporting Datagridview data to Excel file it's working properly.. but in one system exporting function is working only one time,if i restart the system and again it's working for one time.. what's the problem,can anybody please help me .. but iam running the sample application in another system,there exporting function working N no:of times..(continuously working..) Thanks in Advance...
murali krishna
As Chris said, there are no adequate information in your post. A little more info would be more helpful. However check these things. 1. Are you connecting to any shared drives or subst drives which is required by your application. If so are those drives getting mapped once again when the system is restarted. 2. Are you trying to update the same file. If so are you handing this in your code to delete and create the file again or some sort of this. If these are not feasible to you, we are expecting more info from you regarding the problem.