Click here to Skip to main content
15,904,348 members
Home / Discussions / C#
   

C#

 
QuestionRe: Error: "No exports were found that match the constraint" Pin
Eddy Vluggen3-Feb-20 12:08
professionalEddy Vluggen3-Feb-20 12:08 
AnswerRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois3-Feb-20 12:12
professionalKevin Marois3-Feb-20 12:12 
AnswerRe: Error: "No exports were found that match the constraint" Pin
Gerry Schmitz3-Feb-20 16:34
mveGerry Schmitz3-Feb-20 16:34 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois3-Feb-20 16:38
professionalKevin Marois3-Feb-20 16:38 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Gerry Schmitz3-Feb-20 17:02
mveGerry Schmitz3-Feb-20 17:02 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois3-Feb-20 17:04
professionalKevin Marois3-Feb-20 17:04 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Gerry Schmitz3-Feb-20 17:17
mveGerry Schmitz3-Feb-20 17:17 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois3-Feb-20 17:35
professionalKevin Marois3-Feb-20 17:35 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Gerry Schmitz4-Feb-20 2:53
mveGerry Schmitz4-Feb-20 2:53 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois5-Feb-20 6:05
professionalKevin Marois5-Feb-20 6:05 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Eddy Vluggen4-Feb-20 3:48
professionalEddy Vluggen4-Feb-20 3:48 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois5-Feb-20 6:20
professionalKevin Marois5-Feb-20 6:20 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Eddy Vluggen5-Feb-20 6:36
professionalEddy Vluggen5-Feb-20 6:36 
General[RESOLVED] Re: Error: "No exports were found that match the constraint" Pin
Kevin Marois5-Feb-20 6:54
professionalKevin Marois5-Feb-20 6:54 
GeneralRe: [RESOLVED] Re: Error: "No exports were found that match the constraint" Pin
Eddy Vluggen5-Feb-20 7:10
professionalEddy Vluggen5-Feb-20 7:10 
AnswerRe: Error: "No exports were found that match the constraint" Pin
Pete O'Hanlon3-Feb-20 21:24
mvePete O'Hanlon3-Feb-20 21:24 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Kevin Marois5-Feb-20 6:09
professionalKevin Marois5-Feb-20 6:09 
GeneralRe: Error: "No exports were found that match the constraint" Pin
Pete O'Hanlon5-Feb-20 8:43
mvePete O'Hanlon5-Feb-20 8:43 
AnswerRe: Error: "No exports were found that match the constraint" Pin
Richard Deeming5-Feb-20 6:44
mveRichard Deeming5-Feb-20 6:44 
QuestionHow do i get value from string textBox in C# Pin
SSI132-Feb-20 15:12
SSI132-Feb-20 15:12 
AnswerRe: How do i get value from string textBox in C# Pin
Atlaskor2-Feb-20 17:11
Atlaskor2-Feb-20 17:11 
GeneralRe: How do i get value from string textBox in C# Pin
Charmain Bush26-Feb-20 20:06
Charmain Bush26-Feb-20 20:06 
AnswerRe: How do i get value from string textBox in C# Pin
OriginalGriff2-Feb-20 19:35
mveOriginalGriff2-Feb-20 19:35 
The textbox doesn't contain a number: is contains a string which contains numeric values, but nothing that is immediately recognisable as a number anyone could use.

I suspect that you need to go back to your specification or task description and read it a little more carefully: that string implies that the textbox contains a description of a device which has the value you want, rather than the value itself; and that you need to use that string to access the correct information on a specific part of that device.

And we can't help you do that: we have no idea what the device is, how it's connected, or how to ask it for information! Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!

AnswerRe: How do i get value from string textBox in C# Pin
Gerry Schmitz3-Feb-20 4:19
mveGerry Schmitz3-Feb-20 4:19 
QuestionSearching for a bitmap on my screen Pin
Atlaskor2-Feb-20 13:35
Atlaskor2-Feb-20 13:35 

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.