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

C#

 
QuestionNLog question Pin
vanikanc15-Jan-13 10:16
vanikanc15-Jan-13 10:16 
AnswerRe: NLog question Pin
Jibesh15-Jan-13 11:23
professionalJibesh15-Jan-13 11:23 
AnswerRe: NLog question Pin
jschell16-Jan-13 9:23
jschell16-Jan-13 9:23 
GeneralRe: NLog question Pin
vanikanc16-Jan-13 9:34
vanikanc16-Jan-13 9:34 
GeneralRe: NLog question Pin
jschell17-Jan-13 8:13
jschell17-Jan-13 8:13 
QuestionAdd a dll reference from another server. Pin
vanikanc15-Jan-13 9:55
vanikanc15-Jan-13 9:55 
AnswerRe: Add a dll reference from another server. Pin
Jibesh15-Jan-13 10:08
professionalJibesh15-Jan-13 10:08 
AnswerRe: Add a dll reference from another server. Pin
Garth J Lancaster15-Jan-13 10:14
professionalGarth J Lancaster15-Jan-13 10:14 
as per jibesh - it doesnt sound like a good idea .. the most stable ways I can think of are

a) get a copy of the dll for your dev machine - transfer by usb/email/carrier pidgeon
b) map a permanent share to the machine where the dll is and reference the dll on the path

Unless you're back in the good old days of c++ rpc, there's no way to request dll type services over the net (and even then, rpc requires/required a mapping and comms layer to do so)

'g'
AnswerRe: Add a dll reference from another server. Pin
Abhinav S15-Jan-13 21:42
Abhinav S15-Jan-13 21:42 
QuestionHow to show google zoom bar in my map ? Pin
a1_shay15-Jan-13 8:26
a1_shay15-Jan-13 8:26 
AnswerRe: How to show google zoom bar in my map ? Pin
Pete O'Hanlon15-Jan-13 8:48
mvePete O'Hanlon15-Jan-13 8:48 
QuestionWCF Self-Hosted REST service... how to create OperationContext?? Pin
SledgeHammer0115-Jan-13 7:05
SledgeHammer0115-Jan-13 7:05 
QuestionHow to update progressBar from another class Pin
MichCl15-Jan-13 4:17
MichCl15-Jan-13 4:17 
SuggestionRe: How to update progressBar from another class Pin
HuorSwords15-Jan-13 5:50
HuorSwords15-Jan-13 5:50 
GeneralRe: How to update progressBar from another class Pin
MichCl15-Jan-13 7:47
MichCl15-Jan-13 7:47 
GeneralRe: How to update progressBar from another class Pin
Dave Kreskowiak15-Jan-13 8:03
mveDave Kreskowiak15-Jan-13 8:03 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 8:54
professionalJibesh15-Jan-13 8:54 
GeneralRe: How to update progressBar from another class Pin
MichCl15-Jan-13 9:00
MichCl15-Jan-13 9:00 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 9:09
professionalJibesh15-Jan-13 9:09 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 9:24
professionalJibesh15-Jan-13 9:24 
GeneralRe: How to update progressBar from another class Pin
MichCl15-Jan-13 9:55
MichCl15-Jan-13 9:55 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 10:06
professionalJibesh15-Jan-13 10:06 
GeneralRe: How to update progressBar from another class Pin
MichCl15-Jan-13 10:15
MichCl15-Jan-13 10:15 
GeneralRe: How to update progressBar from another class Pin
Jibesh15-Jan-13 11:34
professionalJibesh15-Jan-13 11:34 
GeneralRe: How to update progressBar from another class Pin
MichCl17-Jan-13 5:18
MichCl17-Jan-13 5:18 

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.