Click here to Skip to main content
15,891,841 members

Comments by Aboobakkar Siddeq D U (Top 75 by date)

Aboobakkar Siddeq D U 19-Sep-14 5:40am View    
In my system I have installed office 2007, My IDE is Visual Studio 2010, .Net Framework 4.0,
And my error is in function name

"public override string Protect()"

here application showing error like

".Protect()': no suitable method found to override"
Aboobakkar Siddeq D U 19-Sep-14 0:53am View    
In the code itself i'm getting error, I can't run the program, compiling time itself getting error.
Aboobakkar Siddeq D U 18-Sep-14 5:34am View    
Sorry, I'm doing windows application, not a web application.
Aboobakkar Siddeq D U 18-Sep-14 3:38am View    
Could you please tell me which namespace i have to use to get "Response". Im getting error like
"The name 'Response' does not exist in the current context"
Aboobakkar Siddeq D U 18-Sep-14 2:46am View    
I want to make a file protected using c# code, (Example I want to make "Examplet.docx" file as protected file, so that nobody can copy it.