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

C#

 
GeneralRe: Converting byte[] to string Pin
Alex Korchemniy25-Sep-04 12:10
Alex Korchemniy25-Sep-04 12:10 
GeneralRe: Converting byte[] to string Pin
Tristan Rhodes26-Sep-04 4:20
Tristan Rhodes26-Sep-04 4:20 
GeneralRe: Converting byte[] to string Pin
João Paulo Figueira25-Sep-04 23:50
professionalJoão Paulo Figueira25-Sep-04 23:50 
GeneralObtaining Font Size (Pixel / EM) from COM Caption Logfont Struct Pin
Tristan Rhodes25-Sep-04 8:25
Tristan Rhodes25-Sep-04 8:25 
Generalmemory increase Pin
tifa25-Sep-04 8:16
tifa25-Sep-04 8:16 
GeneralRe: memory increase Pin
Alex Korchemniy25-Sep-04 13:06
Alex Korchemniy25-Sep-04 13:06 
GeneralRe: memory increase Pin
Colin Angus Mackay25-Sep-04 15:03
Colin Angus Mackay25-Sep-04 15:03 
General.Net Remoting Issue Pin
jtmtv1825-Sep-04 7:56
jtmtv1825-Sep-04 7:56 
I got everything working fine in my .net remoting proggy. My question is, i want to make a single instance of my obj that my server can put data in and then hand it out to the clients. I dont know how to create a instance of the object from within my server, after it is already registered as a wellknowntype. i tryed using the code from my client to init a instance of the object but it just tells me that "the http something is already in use" i.e this code wont work on the server who registered the object.

ChannelServices.RegisterChannel( new HttpChannel() );<br />
				IRemoteObj obj = (IRemoteObj) Activator.GetObject(<br />
					typeof(IRemoteObj),<br />
					"http://localhost:8085/ObjURI"<br />
					);<br />


Thanks for your time.
Jesse

The Code Project Is Your Friend...
GeneralRe: .Net Remoting Issue Pin
Alex Korchemniy25-Sep-04 12:34
Alex Korchemniy25-Sep-04 12:34 
GeneralRe: .Net Remoting Issue Pin
jtmtv1825-Sep-04 17:51
jtmtv1825-Sep-04 17:51 
Generalretreiving hardware information Pin
alanazi25-Sep-04 4:46
alanazi25-Sep-04 4:46 
GeneralRe: retreiving hardware information Pin
alanazi27-Sep-04 3:39
alanazi27-Sep-04 3:39 
General.net remoting problem Pin
rclayclements25-Sep-04 3:24
rclayclements25-Sep-04 3:24 
GeneralCurrencyManager problem Pin
Roger Alsing25-Sep-04 2:08
Roger Alsing25-Sep-04 2:08 
GeneralRe: CurrencyManager problem Pin
Roger Alsing25-Sep-04 2:19
Roger Alsing25-Sep-04 2:19 
Generalsaving images Pin
mathon24-Sep-04 22:21
mathon24-Sep-04 22:21 
GeneralRe: saving images Pin
Alex Korchemniy25-Sep-04 12:11
Alex Korchemniy25-Sep-04 12:11 
Questionget page or get totaller failed on report? Pin
murali_utr24-Sep-04 22:16
murali_utr24-Sep-04 22:16 
GeneralSignature Capture Pin
mathon24-Sep-04 22:16
mathon24-Sep-04 22:16 
GeneralRe: Signature Capture Pin
Alex Korchemniy25-Sep-04 12:38
Alex Korchemniy25-Sep-04 12:38 
Generaldisplay treeview Pin
CocciaStella24-Sep-04 17:28
CocciaStella24-Sep-04 17:28 
GeneralRe: display treeview Pin
Shaival24-Sep-04 19:48
Shaival24-Sep-04 19:48 
GeneralRe: display treeview Pin
CocciaStella25-Sep-04 9:23
CocciaStella25-Sep-04 9:23 
Questionserial printer on Web? Pin
rbarzallo24-Sep-04 15:57
rbarzallo24-Sep-04 15:57 
AnswerRe: serial printer on Web? Pin
Alex Korchemniy25-Sep-04 12:14
Alex Korchemniy25-Sep-04 12:14 

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.