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

C#

 
AnswerRe: What is a cheap compiler for C#. Pin
extremeg24-Jan-04 3:06
extremeg24-Jan-04 3:06 
General.Net Remoting store serialization file Pin
krisp23-Jan-04 11:23
krisp23-Jan-04 11:23 
GeneralRe: .Net Remoting store serialization file Pin
Heath Stewart23-Jan-04 18:22
protectorHeath Stewart23-Jan-04 18:22 
GeneralRe: .Net Remoting store serialization file Pin
krisp23-Jan-04 19:06
krisp23-Jan-04 19:06 
GeneralRe: .Net Remoting store serialization file Pin
Heath Stewart23-Jan-04 19:14
protectorHeath Stewart23-Jan-04 19:14 
GeneralRe: .Net Remoting store serialization file Pin
krisp24-Jan-04 13:36
krisp24-Jan-04 13:36 
GeneralRe: .Net Remoting store serialization file Pin
Heath Stewart23-Jan-04 18:24
protectorHeath Stewart23-Jan-04 18:24 
GeneralC# Web Services Pin
Chris Meech23-Jan-04 9:02
Chris Meech23-Jan-04 9:02 
I compile a C# Web Service with the following command line
csc /t:library  /out:ForwardRate.dll ForwardRate.cs /r:System.Data.OracleClient.dll

Following successfull compilation, I copy the DLL to the /bin directory of IIS. When I locally open the URL for my service, I get a page correctly describing my Web Service. However when I use the invoke button to test, it generates an exception of DLL not found. Unable to locate a dll (OCI.DLL). This dll is in the path, but it is not in the /bin directory where the service dll is located. I have since tried to create some simple console programs that duplicate the service behaviour and they compile as above and run without any problem. Does it make sense that any DLL's that a service assembly needs to reference at runtime have to reside in the /bin directory of IIS? Or have I missed out on something else?

Chris Meech

We're more like a hobbiest in a Home Depot drooling at all the shiny power tools, rather than a craftsman that makes the chair to an exacting level of comfort by measuring the customer's butt. Marc Clifton

VB is like a toolbox, in the hands of a craftsman, you can end up with some amazing stuff, but without the skills to use it right you end up with Homer Simpson's attempt at building a barbeque or his attempt at a Spice rack. Michael P. Butler
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 9:08
Guillermo Rivero23-Jan-04 9:08 
GeneralRe: C# Web Services Pin
Chris Meech23-Jan-04 9:21
Chris Meech23-Jan-04 9:21 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 9:25
Guillermo Rivero23-Jan-04 9:25 
GeneralRe: C# Web Services Pin
Heath Stewart23-Jan-04 9:53
protectorHeath Stewart23-Jan-04 9:53 
GeneralRe: C# Web Services Pin
Chris Meech23-Jan-04 10:07
Chris Meech23-Jan-04 10:07 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 10:09
Guillermo Rivero23-Jan-04 10:09 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:45
Chris Meech26-Jan-04 3:45 
GeneralRe: C# Web Services Pin
Heath Stewart26-Jan-04 3:48
protectorHeath Stewart26-Jan-04 3:48 
GeneralRe: C# Web Services Pin
Daniel Turini24-Jan-04 10:03
Daniel Turini24-Jan-04 10:03 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:40
Chris Meech26-Jan-04 3:40 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 3:45
Daniel Turini26-Jan-04 3:45 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:56
Chris Meech26-Jan-04 3:56 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:23
Daniel Turini26-Jan-04 4:23 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 4:44
Chris Meech26-Jan-04 4:44 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:58
Daniel Turini26-Jan-04 4:58 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 5:46
Chris Meech26-Jan-04 5:46 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 5:54
Daniel Turini26-Jan-04 5:54 

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.