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

C#

 
Questioninfo on Evidence class Pin
manustone9-Sep-09 19:59
manustone9-Sep-09 19:59 
AnswerRe: info on Evidence class Pin
SeMartens9-Sep-09 21:28
SeMartens9-Sep-09 21:28 
QuestionHow to access Cache Data Pin
sjs4u9-Sep-09 19:52
sjs4u9-Sep-09 19:52 
AnswerRe: How to access Cache Data Pin
SeMartens9-Sep-09 21:34
SeMartens9-Sep-09 21:34 
GeneralRe: How to access Cache Data Pin
sjs4u9-Sep-09 22:01
sjs4u9-Sep-09 22:01 
Questionwrapper to use C++ library in C# Pin
flyakiteosx9-Sep-09 19:25
flyakiteosx9-Sep-09 19:25 
AnswerRe: wrapper to use C++ library in C# Pin
Sindicoro9-Sep-09 20:35
Sindicoro9-Sep-09 20:35 
GeneralRe: wrapper to use C++ library in C# Pin
flyakiteosx9-Sep-09 22:02
flyakiteosx9-Sep-09 22:02 
GeneralRe: wrapper to use C++ library in C# Pin
DaveyM699-Sep-09 22:14
professionalDaveyM699-Sep-09 22:14 
Questionparameters Pin
mjawadkhatri9-Sep-09 19:07
mjawadkhatri9-Sep-09 19:07 
AnswerRe: parameters Pin
Christian Graus9-Sep-09 19:10
protectorChristian Graus9-Sep-09 19:10 
AnswerRe: parameters Pin
Mycroft Holmes9-Sep-09 19:45
professionalMycroft Holmes9-Sep-09 19:45 
Questionin a DataGridView can each row bind to a different custom data source ((BindingList)) ? Pin
alladeen9-Sep-09 17:09
alladeen9-Sep-09 17:09 
AnswerRe: in a DataGridView can each row bind to a different custom data source ((BindingList)) ? Pin
Christian Graus9-Sep-09 18:02
protectorChristian Graus9-Sep-09 18:02 
AnswerRe: in a DataGridView can each row bind to a different custom data source ((BindingList)) ? Pin
carlecomm22-Sep-09 16:12
carlecomm22-Sep-09 16:12 
QuestionHow to set 3 tier Architecture in physically.(harware) Pin
Member 23212939-Sep-09 16:31
Member 23212939-Sep-09 16:31 
AnswerRe: How to set 3 tier Architecture in physically.(harware) Pin
Christian Graus9-Sep-09 16:40
protectorChristian Graus9-Sep-09 16:40 
AnswerRe: How to set 3 tier Architecture in physically.(harware) Pin
Zoki Manas9-Sep-09 20:53
Zoki Manas9-Sep-09 20:53 
GeneralRe: How to set 3 tier Architecture in physically.(harware) Pin
Member 23212939-Sep-09 22:54
Member 23212939-Sep-09 22:54 
GeneralRe: How to set 3 tier Architecture in physically.(harware) Pin
Zoki Manas9-Sep-09 23:55
Zoki Manas9-Sep-09 23:55 
GeneralRe: How to set 3 tier Architecture in physically.(harware) [modified] Pin
Member 232129313-Sep-09 16:48
Member 232129313-Sep-09 16:48 
Hi,
After get your reply i try to come out a simple things. exe is a screen contain a button.
if i click on the button a message should be return from the layer call MyMessage.
i try to put MyMessage in IIS and MyInterface is the layer to communicated within this 2 layers.
my sample program
MyWCF(exe), MyMessage(BLL), MyInterface(WCF)
I still fail. maybe is due to IIS setting or the post problem
or maybe is the endpoint problem. i alway get a error message like bellow.
{"You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint."}
and
The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
My setting of my config file
<system.servicemodel><client>
<endpoint address="net.tcp://localhost:80/myHost/MyMessage" binding="netTcpBinding"
="" contract="myInterfaces.ImyMessage" name="MyMessage">
By the way, is this idea help in the speed performance? user, App.Server and DB.Server

modified on Sunday, September 13, 2009 11:12 PM

QuestionGet a list of System Font Sizes Pin
hardsoft9-Sep-09 11:44
hardsoft9-Sep-09 11:44 
AnswerRe: Get a list of System Font Sizes Pin
Henry Minute9-Sep-09 12:50
Henry Minute9-Sep-09 12:50 
GeneralRe: Get a list of System Font Sizes Pin
Christian Graus9-Sep-09 12:57
protectorChristian Graus9-Sep-09 12:57 
GeneralRe: Get a list of System Font Sizes Pin
Henry Minute9-Sep-09 22:36
Henry Minute9-Sep-09 22:36 

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.