Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: Visual C# Pin
Christian Graus11-Jan-07 21:30
protectorChristian Graus11-Jan-07 21:30 
GeneralRe: Visual C# Pin
TrooperIronMan12-Jan-07 0:41
TrooperIronMan12-Jan-07 0:41 
QuestionPasting a string value to a remote application Pin
sampath Jayasinghe11-Jan-07 8:55
sampath Jayasinghe11-Jan-07 8:55 
Questionevent handler Pin
Harikrk11-Jan-07 8:20
Harikrk11-Jan-07 8:20 
AnswerRe: event handler Pin
Not Active11-Jan-07 8:40
mentorNot Active11-Jan-07 8:40 
AnswerRe: event handler Pin
Mike Hankey11-Jan-07 21:06
mveMike Hankey11-Jan-07 21:06 
QuestionGeneric replacement for Array.Copy? Pin
Jon Hulatt11-Jan-07 8:04
Jon Hulatt11-Jan-07 8:04 
AnswerRe: Generic replacement for Array.Copy? Pin
Ravi Bhavnani11-Jan-07 8:52
professionalRavi Bhavnani11-Jan-07 8:52 
Question.NET 1.1 Wrapper For 2.0 Class Pin
MartyExodus11-Jan-07 8:03
MartyExodus11-Jan-07 8:03 
AnswerRe: .NET 1.1 Wrapper For 2.0 Class Pin
Not Active11-Jan-07 8:19
mentorNot Active11-Jan-07 8:19 
GeneralRe: .NET 1.1 Wrapper For 2.0 Class Pin
MartyExodus11-Jan-07 8:50
MartyExodus11-Jan-07 8:50 
GeneralRe: .NET 1.1 Wrapper For 2.0 Class Pin
Dan Neely11-Jan-07 8:52
Dan Neely11-Jan-07 8:52 
JokeRe: .NET 1.1 Wrapper For 2.0 Class Pin
ednrgc12-Jan-07 4:12
ednrgc12-Jan-07 4:12 
QuestionHow to change the excell tab name in c# Pin
Member 322830911-Jan-07 7:23
Member 322830911-Jan-07 7:23 
QuestionNewbie Inheritance question Pin
Rapier50311-Jan-07 6:33
Rapier50311-Jan-07 6:33 
AnswerRe: Newbie Inheritance question Pin
ednrgc11-Jan-07 7:07
ednrgc11-Jan-07 7:07 
AnswerRe: Newbie Inheritance question Pin
Not Active11-Jan-07 7:45
mentorNot Active11-Jan-07 7:45 
GeneralRe: Newbie Inheritance question Pin
Not Active11-Jan-07 11:58
mentorNot Active11-Jan-07 11:58 
GeneralRe: Newbie Inheritance question Pin
Rahithi11-Jan-07 12:20
Rahithi11-Jan-07 12:20 
QuestionGetting the path of my Dll Pin
roto2311-Jan-07 6:07
roto2311-Jan-07 6:07 
AnswerRe: Getting the path of my Dll Pin
Abisodun11-Jan-07 6:25
Abisodun11-Jan-07 6:25 
GeneralRe: Getting the path of my Dll Pin
roto2311-Jan-07 7:10
roto2311-Jan-07 7:10 
GeneralRe: Getting the path of my Dll Pin
ednrgc11-Jan-07 7:12
ednrgc11-Jan-07 7:12 
GeneralRe: Getting the path of my Dll Pin
Abisodun11-Jan-07 7:22
Abisodun11-Jan-07 7:22 
GeneralRe: Getting the path of my Dll Pin
roto2311-Jan-07 7:36
roto2311-Jan-07 7:36 
Well, I gave up and decided to just pass the path to my dll when I create an instance of it in my web service using this....

strDllPath = System.Web.HttpRuntime.BinDirectory.ToString(); //this is code in my web service

I'll try that typeOf suggestion.

Thanks for the help.

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.