Click here to Skip to main content
15,928,281 members
Home / Discussions / C#
   

C#

 
GeneralOutput is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 6:38
macsgirl29-Sep-04 6:38 
GeneralOutput is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 6:37
macsgirl29-Sep-04 6:37 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
leppie29-Sep-04 7:04
leppie29-Sep-04 7:04 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 7:17
macsgirl29-Sep-04 7:17 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
Heath Stewart29-Sep-04 7:52
protectorHeath Stewart29-Sep-04 7:52 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 8:01
macsgirl29-Sep-04 8:01 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
Heath Stewart29-Sep-04 8:34
protectorHeath Stewart29-Sep-04 8:34 
GeneralPeculiar Behavior in IEExec Pin
Tom Larsen29-Sep-04 6:37
Tom Larsen29-Sep-04 6:37 
Hopefully there are enough "ieexec" gurus out there to help me with this problem. I've agressively searched for an answer to this new behavior but it is either too new or somewhat unknown.

For .Net Framework 1.0 SP2, "ieexec" will NTD launch an application with a link like this...

http://server.com/app.exe?foo=bar

...with these parameters...

arg 0: http://server.com/app.exe?foo=bar
arg 1: 3 (this indicates what kind of evidence to generate to the app domain)
arg 2: 3 (if arg 1 is set, this is what type zone to setup the evidence)
arg 3: 86474707A307074636E20727F607C616E6E65627E2E6564730000000 (this is a site id)

For .Net Framework 1.0 SP3, "ieexec" will fail where Fusion claims the binary downloaded can't be opened and inspected. It throws an InvalidProgramException when it tries to open the manifest which causes it to throw a FileNotFoundException. Inspecting the binary by hand it appears to be the exact same binary that is valid and well formed and should be executible. Scratching my head I removed the "foo=bar" parameters from the Url and retry it but then I observe "ieexec doing this instead:

arg 0: http://server.com/app.exe#1A6D780865D8184107287EFF1A3DF156B06330E4
arg 1: 3 (this indicates what kind of evidence to generate to the app domain)
arg 2: 3 (if arg 1 is set, this is what type zone to setup the evidence)
arg 3: 86474707A307074636E20727F607C616E6E65627E2E6564730000000 (this is a site id)

This kind of leads me to two questions:

- What in the world is the extra "#" data on the url? Is it actually useful for anything?

- Can the extra "#" data interfere with "ieexec" to the point where it can no longer parse/ignore parameters?

I'm kind of stuck at this point. In general NTD isn't a widely known or documented topic. Does anyone out there have any insight into what is going on between SP2 and SP3?
GeneralRe: Peculiar Behavior in IEExec Pin
Heath Stewart29-Sep-04 8:19
protectorHeath Stewart29-Sep-04 8:19 
GeneralRe: Peculiar Behavior in IEExec Pin
Tom Larsen29-Sep-04 10:39
Tom Larsen29-Sep-04 10:39 
GeneralRe: Peculiar Behavior in IEExec Pin
Heath Stewart29-Sep-04 10:58
protectorHeath Stewart29-Sep-04 10:58 
GeneralFileNotFoundException for dll reference in project Pin
kayhustle29-Sep-04 6:15
kayhustle29-Sep-04 6:15 
GeneralRe: FileNotFoundException for dll reference in project Pin
Colin Angus Mackay29-Sep-04 6:30
Colin Angus Mackay29-Sep-04 6:30 
GeneralRe: FileNotFoundException for dll reference in project Pin
kayhustle29-Sep-04 13:23
kayhustle29-Sep-04 13:23 
Generalplease any body help me with this memory problem Pin
tifa29-Sep-04 5:51
tifa29-Sep-04 5:51 
GeneralRe: please any body help me with this memory problem Pin
Dave Kreskowiak29-Sep-04 6:09
mveDave Kreskowiak29-Sep-04 6:09 
GeneralRe: please any body help me with this memory problem Pin
kayhustle29-Sep-04 6:12
kayhustle29-Sep-04 6:12 
GeneralRe: please any body help me with this memory problem Pin
tifa29-Sep-04 8:26
tifa29-Sep-04 8:26 
GeneralMonthCalendar problem Pin
Gavin Jeffrey29-Sep-04 4:42
Gavin Jeffrey29-Sep-04 4:42 
GeneralRe: MonthCalendar problem Pin
Nick Parker29-Sep-04 5:23
protectorNick Parker29-Sep-04 5:23 
GeneralRe: MonthCalendar problem Pin
Stefan Troschuetz29-Sep-04 5:23
Stefan Troschuetz29-Sep-04 5:23 
GeneralRe: MonthCalendar problem Pin
Nick Parker29-Sep-04 5:45
protectorNick Parker29-Sep-04 5:45 
GeneralRe: MonthCalendar problem Pin
Stefan Troschuetz29-Sep-04 7:44
Stefan Troschuetz29-Sep-04 7:44 
GeneralRe: MonthCalendar problem Pin
Gavin Jeffrey29-Sep-04 20:55
Gavin Jeffrey29-Sep-04 20:55 
GeneralRe: MonthCalendar problem Pin
Stefan Troschuetz29-Sep-04 21:58
Stefan Troschuetz29-Sep-04 21:58 

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.