Click here to Skip to main content
15,913,361 members
Home / Discussions / C#
   

C#

 
AnswerRe: .NET Decompiler ?? !! Pin
Nathan Holt at EMOM5-Oct-07 6:18
Nathan Holt at EMOM5-Oct-07 6:18 
GeneralRe: .NET Decompiler ?? !! Pin
Dan Suthar5-Oct-07 19:50
professionalDan Suthar5-Oct-07 19:50 
GeneralRe: .NET Decompiler ?? !! Pin
lmoelleb6-Oct-07 1:17
lmoelleb6-Oct-07 1:17 
GeneralRe: .NET Decompiler ?? !! Pin
Dan Suthar6-Oct-07 2:22
professionalDan Suthar6-Oct-07 2:22 
GeneralRe: .NET Decompiler ?? !! Pin
lmoelleb6-Oct-07 3:18
lmoelleb6-Oct-07 3:18 
GeneralRe: .NET Decompiler ?? !! Pin
Nathan Holt at EMOM8-Oct-07 9:38
Nathan Holt at EMOM8-Oct-07 9:38 
AnswerRe: .NET Decompiler ?? !! Pin
Dan Suthar8-Oct-07 21:37
professionalDan Suthar8-Oct-07 21:37 
QuestionAssembly/DLL Hierarchy Deployed Behind a Web Service Problem Pin
Alex Webber5-Oct-07 6:02
Alex Webber5-Oct-07 6:02 
I have a written a component that solves Word Up boards (a word game of sorts). This component is used via a Web Service interface by Websites for graphical display of these solutions. It was all working fine until I tried to refactor some of the code into a base assembly (another DLL). Now, even though both of these assemblies are referenced and deployed with the Web Service application, only the latter assembly appears to be picked up.

To summarise... Web Service deployed with Two DLLs (a hierarchy) only appears to load the second of the two and hence none of the base types are available at runtime (no errors, no exceptions, just a crash!). I dont really want to have to try and dynamically load the assembly via Assembly.Load as the solution works fine apart from when it is deployed behind a Web Service.

Any ideas guys?

Thanks,

Alex.

Questionpowershell scripts Pin
winsane5-Oct-07 6:02
winsane5-Oct-07 6:02 
QuestionProblem with columns in DataGridView Pin
Knoen5-Oct-07 5:07
Knoen5-Oct-07 5:07 
AnswerRe: Problem with columns in DataGridView Pin
led mike5-Oct-07 5:45
led mike5-Oct-07 5:45 
GeneralRe: Problem with columns in DataGridView Pin
Knoen5-Oct-07 5:47
Knoen5-Oct-07 5:47 
GeneralRe: Problem with columns in DataGridView Pin
led mike5-Oct-07 6:15
led mike5-Oct-07 6:15 
GeneralRe: Problem with columns in DataGridView Pin
Knoen5-Oct-07 6:24
Knoen5-Oct-07 6:24 
Questiontextbox check Pin
NewToAspDotNet5-Oct-07 4:29
NewToAspDotNet5-Oct-07 4:29 
AnswerRe: textbox check Pin
Matthew Cuba5-Oct-07 4:47
Matthew Cuba5-Oct-07 4:47 
AnswerRe: textbox check Pin
PIEBALDconsult5-Oct-07 4:53
mvePIEBALDconsult5-Oct-07 4:53 
AnswerRe: textbox check Pin
Peter Vertes5-Oct-07 5:04
Peter Vertes5-Oct-07 5:04 
AnswerRe: textbox check Pin
Ajay.k_Singh5-Oct-07 5:21
Ajay.k_Singh5-Oct-07 5:21 
Question"Anti-Grain Geometry" question Pin
Richard Blythe5-Oct-07 4:18
Richard Blythe5-Oct-07 4:18 
AnswerRe: "Anti-Grain Geometry" question Pin
Dave Kreskowiak5-Oct-07 8:30
mveDave Kreskowiak5-Oct-07 8:30 
QuestionHow do i.... Pin
MMaines20055-Oct-07 4:07
MMaines20055-Oct-07 4:07 
AnswerRe: How do i.... Pin
leckey5-Oct-07 4:15
leckey5-Oct-07 4:15 
AnswerRe: How do i.... Pin
Matthew Cuba5-Oct-07 4:26
Matthew Cuba5-Oct-07 4:26 
AnswerRe: How do i.... Pin
martin_hughes5-Oct-07 4:51
martin_hughes5-Oct-07 4:51 

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.