Click here to Skip to main content
15,878,970 members

Comments by Nicholas Butler (Top 30 by date)

Nicholas Butler 4-Jan-12 7:28am View    
You can use a closure: new Thread( () => MakeGrey( ...pass your argument here... ) );
Nicholas Butler 4-Jan-12 7:24am View    
Have you configured a MEX endpoint? What do you get if you browse to http://localhost/dotnet/Service.svc?wsdl?
Nicholas Butler 4-Jan-12 7:22am View    
What have you tried? What problems did you have?
Nicholas Butler 4-Jan-12 7:20am View    
Deleted
You can load the version numbers dynamically using reflection: AssemblyName.Version