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

C#

 
GeneralRe: Debuging in VS2005 Pin
Martin#1-Jul-07 20:11
Martin#1-Jul-07 20:11 
GeneralRe: Debuging in VS2005 Pin
Vikram A Punathambekar1-Jul-07 23:46
Vikram A Punathambekar1-Jul-07 23:46 
GeneralRe: Debuging in VS2005 Pin
Vikram A Punathambekar1-Jul-07 23:48
Vikram A Punathambekar1-Jul-07 23:48 
GeneralRe: Debuging in VS2005 Pin
Martin#1-Jul-07 23:49
Martin#1-Jul-07 23:49 
AnswerRe: Debuging in VS2005 Pin
sidbaruah1-Jul-07 21:28
sidbaruah1-Jul-07 21:28 
QuestionWindows Service as a host application in Remoting Pin
M. J. Jaya Chitra1-Jul-07 19:22
M. J. Jaya Chitra1-Jul-07 19:22 
AnswerRe: Windows Service as a host application in Remoting Pin
Sathesh Sakthivel1-Jul-07 19:27
Sathesh Sakthivel1-Jul-07 19:27 
QuestionRe: Windows Service as a host application in Remoting Pin
M. J. Jaya Chitra1-Jul-07 19:39
M. J. Jaya Chitra1-Jul-07 19:39 
I have all the references in the project. And all the three projects( Remotable object, Server_Service and Client_Service) are all in the same solution.

Sorry Only for the ComponentModel, Data, ServiceProcess Channels only it is showing errors not for other namespeces.

This is the error I am getting when i try to compile

Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

d:\Chitra\Sample\Remoting_NET\Server_Service\Server_Service.cs(3,14): error CS0234: The type or namespace name 'ComponentModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
d:\Chitra\Sample\Remoting_NET\Server_Service\Server_Service.cs(4,14): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
d:\Chitra\Sample\Remoting_NET\Server_Service\Server_Service.cs(6,14): error CS0234: The type or namespace name 'ServiceProcess' does not exist in the namespace 'System' (are you missing an assembly reference?)
d:\Chitra\Sample\Remoting_NET\Server_Service\Server_Service.cs(10,40): error CS0234: The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
d:\Chitra\Sample\Remoting_NET\Server_Service\Server_Service.cs(15,43): error CS0246: The type or namespace name 'ServiceBase' could not be found (are you missing a using directive or an assembly reference?)




Best Regards,
M. J. Jaya Chitra

AnswerRe: Windows Service as a host application in Remoting Pin
Sathesh Sakthivel1-Jul-07 19:43
Sathesh Sakthivel1-Jul-07 19:43 
QuestionDoing memory allocation on a String Pin
mercenary011-Jul-07 19:06
mercenary011-Jul-07 19:06 
AnswerRe: Doing memory allocation on a String Pin
Vikram A Punathambekar1-Jul-07 20:08
Vikram A Punathambekar1-Jul-07 20:08 
JokeRe: Doing memory allocation on a String Pin
Martin#1-Jul-07 20:14
Martin#1-Jul-07 20:14 
AnswerRe: Doing memory allocation on a String Pin
Luc Pattyn2-Jul-07 0:06
sitebuilderLuc Pattyn2-Jul-07 0:06 
QuestionDebug with Shell Extensions Pin
ramesh_nrk1-Jul-07 18:47
ramesh_nrk1-Jul-07 18:47 
QuestionQuestion about updating the registry Pin
MarkB7771-Jul-07 18:44
MarkB7771-Jul-07 18:44 
AnswerRe: Question about updating the registry Pin
Shof1-Jul-07 20:33
Shof1-Jul-07 20:33 
AnswerRe: Question about updating the registry Pin
Luc Pattyn2-Jul-07 0:09
sitebuilderLuc Pattyn2-Jul-07 0:09 
GeneralRe: Question about updating the registry Pin
MarkB7772-Jul-07 0:13
MarkB7772-Jul-07 0:13 
GeneralRe: Question about updating the registry Pin
Luc Pattyn2-Jul-07 0:31
sitebuilderLuc Pattyn2-Jul-07 0:31 
QuestionHow to download Microsoft Windows Mobile 2003. Which link? Pin
nhoc_conxauxi1-Jul-07 17:35
nhoc_conxauxi1-Jul-07 17:35 
AnswerRe: How to download Microsoft Windows Mobile 2003. Which link? Pin
Sathesh Sakthivel1-Jul-07 18:37
Sathesh Sakthivel1-Jul-07 18:37 
QuestionHow tp define 2 dimensional array in C# Pin
mercenary011-Jul-07 17:02
mercenary011-Jul-07 17:02 
AnswerRe: How tp define 2 dimensional array in C# Pin
Vikram A Punathambekar1-Jul-07 17:39
Vikram A Punathambekar1-Jul-07 17:39 
AnswerRe: How tp define 2 dimensional array in C# Pin
Sathesh Sakthivel1-Jul-07 18:35
Sathesh Sakthivel1-Jul-07 18:35 
QuestionCompatibility question? Pin
max292971-Jul-07 16:27
max292971-Jul-07 16:27 

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.