Click here to Skip to main content
16,011,170 members
Home / Discussions / C#
   

C#

 
GeneralRe: register C# window Pin
Nick Parker10-Aug-04 3:40
protectorNick Parker10-Aug-04 3:40 
GeneralRe: register C# window Pin
ting66810-Aug-04 15:41
ting66810-Aug-04 15:41 
Generalcheck if minimizebutton was clicked Pin
Stephan Wright9-Aug-04 22:16
Stephan Wright9-Aug-04 22:16 
GeneralRe: check if minimizebutton was clicked Pin
sreejith ss nair9-Aug-04 22:39
sreejith ss nair9-Aug-04 22:39 
GeneralRe: check if minimizebutton was clicked Pin
leppie10-Aug-04 0:00
leppie10-Aug-04 0:00 
GeneralDecompiling framework methods Pin
MrEyes9-Aug-04 21:49
MrEyes9-Aug-04 21:49 
GeneralRe: Decompiling framework methods Pin
N8url9-Aug-04 22:29
N8url9-Aug-04 22:29 
GeneralRe: Decompiling framework methods Pin
MrEyes9-Aug-04 22:47
MrEyes9-Aug-04 22:47 
I have Reflector and it gets me part of the way towards solving my problem but not all the way.

A little more information might be useful here, I get the following exception :

[ArgumentNullException: Value cannot be null.
Parameter name: str]
   System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[] str) +231
   System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +88
   System.Web.HttpRequest.MapPath(String virtualPath, String baseVirtualDir, Boolean allowCrossAppMapping) +305


Having used reflector to view the code for .MapPath(...) it does not seem to call AddPathList(...) or go anywhere near the System.Security.Permissions namespace. Which leads me to believe that reflector isnt giving me all the code.

Without getting into the nitty gritty of this, I have written an Apache webserver module that will allow me to serve ASP .NET applications with this webserver - it works brilliantly until I run anything that contains .MapPath.



post.mode = postmodes.signature;
SELECT everything FROM everywhere WHERE something = something_else;
> 1 Row Returned
> 42
GeneralRe: Decompiling framework methods Pin
leppie9-Aug-04 22:48
leppie9-Aug-04 22:48 
GeneralRe: Decompiling framework methods Pin
leppie9-Aug-04 22:43
leppie9-Aug-04 22:43 
QuestionCustom control that can get keyboard focus? Pin
misterbear9-Aug-04 20:48
misterbear9-Aug-04 20:48 
AnswerRe: Custom control that can get keyboard focus? Pin
leppie9-Aug-04 22:34
leppie9-Aug-04 22:34 
QuestionC# to Manipulate Excel? Pin
Anonymous9-Aug-04 20:19
Anonymous9-Aug-04 20:19 
AnswerRe: C# to Manipulate Excel? Pin
Nick Parker10-Aug-04 4:14
protectorNick Parker10-Aug-04 4:14 
Generaldynamically adding tabpages to a tabcontrol Pin
samithas9-Aug-04 17:53
samithas9-Aug-04 17:53 
GeneralRe: dynamically adding tabpages to a tabcontrol Pin
Heath Stewart9-Aug-04 17:57
protectorHeath Stewart9-Aug-04 17:57 
GeneralRe: dynamically adding tabpages to a tabcontrol Pin
samithas9-Aug-04 18:47
samithas9-Aug-04 18:47 
GeneralRe: dynamically adding tabpages to a tabcontrol Pin
sreejith ss nair9-Aug-04 20:06
sreejith ss nair9-Aug-04 20:06 
GeneralDrag and Drop to Desktop Pin
c-minor9-Aug-04 17:32
c-minor9-Aug-04 17:32 
GeneralRe: Drag and Drop to Desktop Pin
Heath Stewart9-Aug-04 17:54
protectorHeath Stewart9-Aug-04 17:54 
Generalado .net sql insert - should be simple but don't get it Pin
JeromeKJerome9-Aug-04 14:07
JeromeKJerome9-Aug-04 14:07 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
Heath Stewart9-Aug-04 18:01
protectorHeath Stewart9-Aug-04 18:01 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
JeromeKJerome10-Aug-04 6:23
JeromeKJerome10-Aug-04 6:23 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
Heath Stewart10-Aug-04 6:29
protectorHeath Stewart10-Aug-04 6:29 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
JeromeKJerome10-Aug-04 8:17
JeromeKJerome10-Aug-04 8:17 

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.