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

C#

 
GeneralRe: What Are Structs For In C#? Pin
Guffa19-Aug-08 22:34
Guffa19-Aug-08 22:34 
GeneralRe: What Are Structs For In C#? Pin
vikas amin20-Aug-08 5:49
vikas amin20-Aug-08 5:49 
AnswerRe: What Are Structs For In C#? Pin
DaveyM6919-Aug-08 12:21
professionalDaveyM6919-Aug-08 12:21 
GeneralRe: What Are Structs For In C#? Pin
Csharp_Raja19-Aug-08 22:59
Csharp_Raja19-Aug-08 22:59 
Questionaxmediaplayer and e.newState [modified] Pin
electriac19-Aug-08 10:17
electriac19-Aug-08 10:17 
AnswerRe: axmediaplayer and e.newState Pin
electriac19-Aug-08 11:21
electriac19-Aug-08 11:21 
QuestionTrying to use old assembly version? Pin
eggsovereasy19-Aug-08 9:25
eggsovereasy19-Aug-08 9:25 
AnswerRe: Trying to use old assembly version? Pin
leppie19-Aug-08 23:11
leppie19-Aug-08 23:11 
Here is what they do in the Web.config to rebind the MS AJAX stuff, it should work the same for Castle if the assebmliesare compatible.

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

xacc.ide - now with TabsToSpaces supportIronScheme - 1.0 alpha 4a out now (29 May 2008)

GeneralRe: Trying to use old assembly version? Pin
eggsovereasy20-Aug-08 4:20
eggsovereasy20-Aug-08 4:20 
Questionlock .net code Pin
sepel19-Aug-08 4:57
sepel19-Aug-08 4:57 
AnswerRe: lock .net code Pin
Manas Bhardwaj19-Aug-08 5:05
professionalManas Bhardwaj19-Aug-08 5:05 
GeneralRe: lock .net code Pin
Colin Angus Mackay19-Aug-08 5:25
Colin Angus Mackay19-Aug-08 5:25 
GeneralRe: lock .net code Pin
Paul Conrad19-Aug-08 5:35
professionalPaul Conrad19-Aug-08 5:35 
GeneralRe: lock .net code Pin
MarkB77719-Aug-08 12:44
MarkB77719-Aug-08 12:44 
AnswerRe: lock .net code Pin
hammerstein0519-Aug-08 5:34
hammerstein0519-Aug-08 5:34 
GeneralRe: lock .net code Pin
Paul Conrad19-Aug-08 5:39
professionalPaul Conrad19-Aug-08 5:39 
AnswerRe: lock .net code Pin
Paul Conrad19-Aug-08 5:37
professionalPaul Conrad19-Aug-08 5:37 
GeneralRe: lock .net code Pin
led mike19-Aug-08 6:04
led mike19-Aug-08 6:04 
JokeRe: lock .net code Pin
Bassam Saoud19-Aug-08 9:18
Bassam Saoud19-Aug-08 9:18 
AnswerRe: lock .net code Pin
chaiguy133719-Aug-08 15:42
chaiguy133719-Aug-08 15:42 
QuestionContextMenu Help Pin
Harvey Saayman19-Aug-08 3:21
Harvey Saayman19-Aug-08 3:21 
AnswerRe: ContextMenu Help Pin
Abhijit Jana19-Aug-08 7:03
professionalAbhijit Jana19-Aug-08 7:03 
GeneralRe: ContextMenu Help Pin
Harvey Saayman19-Aug-08 9:02
Harvey Saayman19-Aug-08 9:02 
AnswerRe: ContextMenu Help Pin
DaveyM6919-Aug-08 12:41
professionalDaveyM6919-Aug-08 12:41 
GeneralRe: ContextMenu Help Pin
Harvey Saayman19-Aug-08 20:36
Harvey Saayman19-Aug-08 20:36 

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.