Click here to Skip to main content
15,798,673 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionhow do I fix this Pin
girl74326-Feb-17 20:02
girl74326-Feb-17 20:02 
AnswerRe: how do I fix this Pin
Jochen Arndt6-Feb-17 22:18
professionalJochen Arndt6-Feb-17 22:18 
AnswerRe: how do I fix this Pin
Richard MacCutchan6-Feb-17 22:35
mveRichard MacCutchan6-Feb-17 22:35 
AnswerRe: how do I fix this Pin
Patrice T18-Feb-17 16:26
mvePatrice T18-Feb-17 16:26 
AnswerRe: how do I fix this Pin
Member 131123846-Apr-17 23:15
Member 131123846-Apr-17 23:15 
QuestionVC++ solution Klocwork code analysis is getting stuck Pin
Amrit Agr25-Jan-17 1:55
Amrit Agr25-Jan-17 1:55 
AnswerRe: VC++ solution Klocwork code analysis is getting stuck Pin
Jochen Arndt25-Jan-17 2:37
professionalJochen Arndt25-Jan-17 2:37 
QuestionChannelFactory create exception Pin
Moby20-Jan-17 23:16
Moby20-Jan-17 23:16 
Hello everybody,

I don't know if I omits something or if I've not correctly understanded something, but I've an Strange exception.

This is the code who generates the exception :

<br />
NetTcpBinding^ binding = gcnew NetTcpBinding();<br />
binding->Name = "IMyWebService";<br />
EndpointAddress^ address = gcnew EndpointAddress("myUrl");<br />
<ChannelFactory<IMyWebService^>^> factory = gcnew ChannelFactory<IMyWebService^>(binding, address);<br />


Exception System.ArgumentNullException occurs on last line.

"All parameter names used in operations that constitute a service contract must be not null. Parameter name : name"

Have you any idea why I'm receiving this exception ?

Many thanks for your help

Best regards,
Syncerely yours,

AnswerRe: ChannelFactory create exception Pin
Richard MacCutchan20-Jan-17 23:32
mveRichard MacCutchan20-Jan-17 23:32 
GeneralRe: ChannelFactory create exception Pin
Moby26-Jan-17 7:27
Moby26-Jan-17 7:27 
GeneralRe: ChannelFactory create exception Pin
Richard MacCutchan26-Jan-17 7:55
mveRichard MacCutchan26-Jan-17 7:55 
Questionc++ toolTip windowsforms graphics Pin
SuchitraAB17-Jan-17 20:53
SuchitraAB17-Jan-17 20:53 
AnswerRe: c++ toolTip windowsforms graphics Pin
Richard MacCutchan17-Jan-17 23:21
mveRichard MacCutchan17-Jan-17 23:21 
GeneralRe: c++ toolTip windowsforms graphics Pin
SuchitraAB20-Jan-17 20:23
SuchitraAB20-Jan-17 20:23 
GeneralRe: c++ toolTip windowsforms graphics Pin
Richard MacCutchan20-Jan-17 23:20
mveRichard MacCutchan20-Jan-17 23:20 
Questionquery Pin
Member 1291798422-Dec-16 5:51
Member 1291798422-Dec-16 5:51 
AnswerRe: query Pin
Jon McKee22-Dec-16 6:42
professionalJon McKee22-Dec-16 6:42 
AnswerRe: query Pin
Patrice T13-Jan-17 1:10
mvePatrice T13-Jan-17 1:10 
QuestionPlease help memory management Pin
Member 1282783222-Nov-16 22:06
Member 1282783222-Nov-16 22:06 
AnswerRe: Please help memory management Pin
Jochen Arndt22-Nov-16 22:42
professionalJochen Arndt22-Nov-16 22:42 
GeneralRe: Please help memory management Pin
Member 1282783222-Nov-16 23:04
Member 1282783222-Nov-16 23:04 
Questionwhy c++ is still being used? Pin
babak111019-Nov-16 23:53
babak111019-Nov-16 23:53 
QuestionRe: why c++ is still being used? Pin
Jochen Arndt20-Nov-16 0:01
professionalJochen Arndt20-Nov-16 0:01 
AnswerRe: why c++ is still being used? Pin
John Schroedl21-Nov-16 5:12
professionalJohn Schroedl21-Nov-16 5:12 
AnswerRe: why c++ is still being used? Pin
Eddy Vluggen21-Nov-16 5:31
professionalEddy Vluggen21-Nov-16 5:31 

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.