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

C#

 
AnswerRe: Adding Control inside Control with Designer [modified] Pin
Martin#4-Feb-07 21:58
Martin#4-Feb-07 21:58 
Questionfile not found the first time applicatioin is run Pin
AceC0d3r4-Feb-07 11:20
AceC0d3r4-Feb-07 11:20 
AnswerRe: file not found the first time applicatioin is run Pin
Christian Graus4-Feb-07 11:49
protectorChristian Graus4-Feb-07 11:49 
GeneralRe: file not found the first time applicatioin is run Pin
AceC0d3r4-Feb-07 20:01
AceC0d3r4-Feb-07 20:01 
AnswerRe: file not found the first time applicatioin is run Pin
VirtualVoid.NET6-Feb-07 3:43
VirtualVoid.NET6-Feb-07 3:43 
QuestionDisable(gray out ) an item in CheckedistBox in C# Pin
happyrider4-Feb-07 9:43
happyrider4-Feb-07 9:43 
AnswerRe: Disable(gray out ) an item in CheckedistBox in C# Pin
Judah Gabriel Himango5-Feb-07 11:40
sponsorJudah Gabriel Himango5-Feb-07 11:40 
QuestionExteranal config for Remoting cause big problem Pin
TrooperIronMan4-Feb-07 9:18
TrooperIronMan4-Feb-07 9:18 
OK I tried to double chech (5 times at least acctually) all things, still when I replace
this code:
<code> HttpChannel c = new HttpChannel(32469);
ChannelServices.RegisterChannel(c);
RemotingConfiguration.RegisterWellKnownServiceType(
typeof(SimpleChatProgram_DLL.SimpleChatProgramLibrary),
"RemoteMsgObj.soap", WellKnownObjectMode.Singleton);</code>
with this one
<code> RemotingConfiguration.Configure("App.config", false);</code>
and
this config file:

<code><configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown
mode="Singleton"
type="SimpleChatProgram_DLL.SimpleChatProgramLibrary, SimpleChatProgram_DLL"
objectUri="RemoteMsgObj.soap"/>
</service>
<channels>
<channel ref="http" port="32469" />
</channels>
</application>
</system.runtime.remoting>
</configuration></code>

my client app (very simple program btw), stop working it can't even start anymore...

Server start just as usual, but doesn't work as expected...
Any idea?
AnswerRe: Exteranal config for Remoting cause big problem Pin
TrooperIronMan5-Feb-07 1:41
TrooperIronMan5-Feb-07 1:41 
GeneralRe: Exteranal config for Remoting cause big problem Pin
VirtualVoid.NET6-Feb-07 3:45
VirtualVoid.NET6-Feb-07 3:45 
GeneralRe: Exteranal config for Remoting cause big problem Pin
TrooperIronMan14-Feb-07 1:38
TrooperIronMan14-Feb-07 1:38 
QuestionNested struct or Object property of a component? Pin
mike montagne4-Feb-07 9:03
mike montagne4-Feb-07 9:03 
AnswerRe: Nested struct or Object property of a component? Pin
Christian Graus4-Feb-07 9:09
protectorChristian Graus4-Feb-07 9:09 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne4-Feb-07 9:22
mike montagne4-Feb-07 9:22 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne4-Feb-07 19:15
mike montagne4-Feb-07 19:15 
GeneralUI Type Editor appears not to be the answer. Pin
mike montagne4-Feb-07 20:12
mike montagne4-Feb-07 20:12 
GeneralInterfaces? Pin
mike montagne4-Feb-07 20:17
mike montagne4-Feb-07 20:17 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne5-Feb-07 17:51
mike montagne5-Feb-07 17:51 
AnswerRe: Nested struct or Object property of a component? Pin
Martin#4-Feb-07 22:51
Martin#4-Feb-07 22:51 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne5-Feb-07 10:29
mike montagne5-Feb-07 10:29 
GeneralRe: Nested struct or Object property of a component? Pin
mike montagne5-Feb-07 10:38
mike montagne5-Feb-07 10:38 
GeneralPreFilterProperties should not be relevant (?) Pin
mike montagne5-Feb-07 10:52
mike montagne5-Feb-07 10:52 
QuestiondataGrid dataset Pin
123456uio4-Feb-07 8:54
123456uio4-Feb-07 8:54 
QuestionSomewhat new to C#... Pin
JeremyLM4-Feb-07 8:04
JeremyLM4-Feb-07 8:04 
AnswerRe: Somewhat new to C#... Pin
Christian Graus4-Feb-07 9:14
protectorChristian Graus4-Feb-07 9: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.