Click here to Skip to main content
15,921,694 members
Home / Discussions / C#
   

C#

 
AnswerRe: Aborting a method in c# Pin
Anthony Mushrow28-May-08 8:37
professionalAnthony Mushrow28-May-08 8:37 
GeneralRe: Aborting a method in c# Pin
WebMaster29-May-08 22:48
WebMaster29-May-08 22:48 
AnswerRe: Aborting a method in c# Pin
MarkB77728-May-08 12:28
MarkB77728-May-08 12:28 
QuestionDataGridView InvalidOperationException re-entrancy issue when setting its DataSource to null Pin
Cyrilix28-May-08 7:22
Cyrilix28-May-08 7:22 
AnswerRe: DataGridView InvalidOperationException re-entrancy issue when setting its DataSource to null Pin
leppie28-May-08 21:28
leppie28-May-08 21:28 
GeneralRe: DataGridView InvalidOperationException re-entrancy issue when setting its DataSource to null Pin
Cyrilix28-May-08 22:59
Cyrilix28-May-08 22:59 
GeneralRe: DataGridView InvalidOperationException re-entrancy issue when setting its DataSource to null Pin
leppie29-May-08 0:47
leppie29-May-08 0:47 
GeneralRe: DataGridView InvalidOperationException re-entrancy issue when setting its DataSource to null Pin
sanme985-Aug-08 15:26
sanme985-Aug-08 15:26 
GeneralRe: DataGridView InvalidOperationException re-entrancy issue when setting its DataSource to null Pin
Cyrilix5-Aug-08 17:47
Cyrilix5-Aug-08 17:47 
QuestionUsing Resources Pin
ejohns8528-May-08 6:31
ejohns8528-May-08 6:31 
AnswerRe: Using Resources Pin
leppie28-May-08 6:43
leppie28-May-08 6:43 
GeneralRe: Using Resources Pin
ejohns8528-May-08 7:00
ejohns8528-May-08 7:00 
GeneralRe: Using Resources Pin
Gareth H28-May-08 7:32
Gareth H28-May-08 7:32 
Questionauto-complete textbox with memory Pin
AndrusM28-May-08 6:00
AndrusM28-May-08 6:00 
AnswerRe: auto-complete textbox with memory Pin
leppie28-May-08 6:46
leppie28-May-08 6:46 
GeneralRe: auto-complete textbox with memory Pin
AndrusM28-May-08 7:21
AndrusM28-May-08 7:21 
GeneralRe: auto-complete textbox with memory Pin
leppie28-May-08 21:27
leppie28-May-08 21:27 
QuestionConnect to database via web service Pin
HenrydeSousa28-May-08 4:45
HenrydeSousa28-May-08 4:45 
AnswerRe: Connect to database via web service Pin
Gareth H28-May-08 7:39
Gareth H28-May-08 7:39 
GeneralRe: Connect to database via web service Pin
HenrydeSousa29-May-08 4:20
HenrydeSousa29-May-08 4:20 
QuestionWhat is the Error Pin
ASysSolvers28-May-08 4:33
ASysSolvers28-May-08 4:33 
AnswerRe: What is the Error Pin
leppie28-May-08 6:39
leppie28-May-08 6:39 
GeneralRe: What is the Error Pin
Guffa28-May-08 8:31
Guffa28-May-08 8:31 
QuestionOpenFileDialog in Web... Pin
Chetan Ranpariya28-May-08 3:59
Chetan Ranpariya28-May-08 3:59 
Hi Friends,

I dont know in which section should I post this question coz it related to both C# and ASP.NET.

I have very strange requirment.

I our project we developed our application in windows forms project. The project contains a bunch of class libraries and number of windows usercontrol libraries.

Now we are hosting those user controls to the web.

Everything is working fine till the control with FileOpenDialog in it comes in picture.

When that user control opens in web it throws the followin exception.
"Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission contact your system administrator, or use the microsoft .net frameword configuration tool.
Request for permission type 'system.security.permissions.fileiopermission, mscorlib, version=2.0.0.0, Cultrue=neutral, pulickeytoken=xxxsdlff' failed."

I know the reason why this exception is coming.
what I want to know is , is there any work aroud of this problem except using asp.net "file" control?

Thank you all in advance.

Thanks and regards,
Chetan Ranpariya

Thanks and Regards,
Chetan Ranpariya

AnswerRe: OpenFileDialog in Web... Pin
leppie28-May-08 4:01
leppie28-May-08 4:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.