Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
GeneralDiffgram Updates Pin
MrJJKoolJ6-May-04 7:31
MrJJKoolJ6-May-04 7:31 
GeneralRe: Diffgram Updates Pin
Mazdak6-May-04 7:45
Mazdak6-May-04 7:45 
GeneralRe: Diffgram Updates Pin
MrJJKoolJ6-May-04 8:30
MrJJKoolJ6-May-04 8:30 
GeneralRe: Diffgram Updates Pin
Mazdak6-May-04 8:36
Mazdak6-May-04 8:36 
Generalphp request Pin
Alex Getman6-May-04 6:09
Alex Getman6-May-04 6:09 
GeneralRe: php request Pin
Heath Stewart6-May-04 8:02
protectorHeath Stewart6-May-04 8:02 
GeneralRe: php request Pin
leppie6-May-04 9:13
leppie6-May-04 9:13 
GeneralRe: php request Pin
Alex Getman6-May-04 10:15
Alex Getman6-May-04 10:15 
GeneralRe: php request Pin
Heath Stewart6-May-04 10:24
protectorHeath Stewart6-May-04 10:24 
QuestionPassing Parameters using OnSelectedIndexChanged? Pin
stan286-May-04 6:07
stan286-May-04 6:07 
AnswerRe: Passing Parameters using OnSelectedIndexChanged? Pin
Mazdak6-May-04 6:57
Mazdak6-May-04 6:57 
GeneralRe: Passing Parameters using OnSelectedIndexChanged? Pin
leppie6-May-04 9:15
leppie6-May-04 9:15 
GeneralRe: Passing Parameters using OnSelectedIndexChanged? Pin
stan286-May-04 9:18
stan286-May-04 9:18 
GeneralRe: Passing Parameters using OnSelectedIndexChanged? Pin
Mazdak6-May-04 9:21
Mazdak6-May-04 9:21 
AnswerRe: Passing Parameters using OnSelectedIndexChanged? Pin
Jesse Squire7-May-04 1:47
Jesse Squire7-May-04 1:47 
GeneralNeedleman Wunsch Pin
NiteShade6-May-04 5:44
NiteShade6-May-04 5:44 
GeneralRe: Needleman Wunsch Pin
Jeff Varszegi6-May-04 6:10
professionalJeff Varszegi6-May-04 6:10 
GeneralRe: Needleman Wunsch Pin
NiteShade6-May-04 6:26
NiteShade6-May-04 6:26 
GeneralRe: Needleman Wunsch Pin
Jeff Varszegi6-May-04 6:36
professionalJeff Varszegi6-May-04 6:36 
GeneralSession object Pin
SJ_Phoenix6-May-04 5:42
SJ_Phoenix6-May-04 5:42 
GeneralRe: Session object Pin
Mazdak6-May-04 5:53
Mazdak6-May-04 5:53 
GeneralRe: Session object Pin
Heath Stewart6-May-04 8:06
protectorHeath Stewart6-May-04 8:06 
Generalassembly binding log file Pin
godzooky6-May-04 4:51
godzooky6-May-04 4:51 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 5:20
protectorHeath Stewart6-May-04 5:20 
DotNetAppTest is the calling assembly. The exception is either in DotNetAppHost or it can't find DotNetAppHost (most likely the latter since Fusion is giving you such a log). The log seems incomplete for an assembly binding error, though, since it doesn't seem to be probing additional, common paths, unless you've removed those lines.

If the assembly was missing, you should've been thrown a FileNotFoundException, which you've either not reported here or are catching in the Application.ThreadException or AppDomain.UnhandledException event handlers (or in a method that late-binds against DotNetAppHost).

To accurately help you solve the problem, please provide more information, such as the complete log (it applicable) or any exceptions that were thrown.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: assembly binding log file Pin
godzooky6-May-04 5:24
godzooky6-May-04 5:24 

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.