Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
AnswerRe: Send hindi sms from computer to mobile Pin
Daniel Pfeffer27-Jul-16 21:02
professionalDaniel Pfeffer27-Jul-16 21:02 
QuestionExclusive Code Execution, determine Memory Consumption of a Class Pin
User 1106097927-Jul-16 19:55
User 1106097927-Jul-16 19:55 
AnswerRe: Exclusive Code Execution, determine Memory Consumption of a Class Pin
Pete O'Hanlon27-Jul-16 23:20
mvePete O'Hanlon27-Jul-16 23:20 
GeneralRe: Exclusive Code Execution, determine Memory Consumption of a Class Pin
User 1106097927-Jul-16 23:23
User 1106097927-Jul-16 23:23 
AnswerRe: Exclusive Code Execution, determine Memory Consumption of a Class Pin
Richard Deeming28-Jul-16 1:41
mveRichard Deeming28-Jul-16 1:41 
PraiseRe: Exclusive Code Execution, determine Memory Consumption of a Class Pin
User 1106097928-Jul-16 2:06
User 1106097928-Jul-16 2:06 
QuestionWhy this Error Contract Kind come on Pin
Member 1228884027-Jul-16 6:41
Member 1228884027-Jul-16 6:41 
AnswerRe: Why this Error Contract Kind come on Pin
Richard Deeming27-Jul-16 7:24
mveRichard Deeming27-Jul-16 7:24 
The error is fairly self-explanatory - you're trying to use a type called Contract_Kind which doesn't exist.

Either:
  • you're missing a reference to the assembly where the type is defined; or
  • you're missing a using statement for the namespace where the type is defined; or
  • you've got the wrong type name; or
  • you haven't written the type.


We can't see your code, so we can't tell you which of those options is the case.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionFire onproperty change event on outer class. When a property of a inner class is updated Pin
rudedog127-Jul-16 4:47
rudedog127-Jul-16 4:47 
AnswerRe: Fire onproperty change event on outer class. When a property of a inner class is updated Pin
Richard MacCutchan27-Jul-16 4:53
mveRichard MacCutchan27-Jul-16 4:53 
AnswerRe: Fire onproperty change event on outer class. When a property of a inner class is updated Pin
BillWoodruff27-Jul-16 19:13
professionalBillWoodruff27-Jul-16 19:13 
GeneralRe: Fire onproperty change event on outer class. When a property of a inner class is updated Pin
rudedog128-Jul-16 3:49
rudedog128-Jul-16 3:49 
GeneralRe: Fire onproperty change event on outer class. When a property of a inner class is updated Pin
BillWoodruff29-Jul-16 2:54
professionalBillWoodruff29-Jul-16 2:54 
QuestionHow do I drag'n'drop components from the toolbox instead of writing code? Pin
arnold_w26-Jul-16 23:32
arnold_w26-Jul-16 23:32 
AnswerRe: How do I drag'n'drop components from the toolbox instead of writing code? Pin
OriginalGriff27-Jul-16 0:32
mveOriginalGriff27-Jul-16 0:32 
GeneralRe: How do I drag'n'drop components from the toolbox instead of writing code? Pin
arnold_w27-Jul-16 0:41
arnold_w27-Jul-16 0:41 
GeneralRe: How do I drag'n'drop components from the toolbox instead of writing code? Pin
OriginalGriff27-Jul-16 0:50
mveOriginalGriff27-Jul-16 0:50 
QuestionSystem.web.script.serialization not available to add in web api Pin
Raghavendra.Kodimala25-Jul-16 23:19
professionalRaghavendra.Kodimala25-Jul-16 23:19 
AnswerRe: System.web.script.serialization not available to add in web api Pin
Richard Deeming26-Jul-16 1:42
mveRichard Deeming26-Jul-16 1:42 
AnswerRe: System.web.script.serialization not available to add in web api Pin
F-ES Sitecore26-Jul-16 23:30
professionalF-ES Sitecore26-Jul-16 23:30 
Questionrandom wrong when in loop? Pin
Member 1243103925-Jul-16 20:48
Member 1243103925-Jul-16 20:48 
AnswerRe: random wrong when in loop? Pin
Richard MacCutchan25-Jul-16 21:00
mveRichard MacCutchan25-Jul-16 21:00 
AnswerRe: random wrong when in loop? Pin
Mehmet Coban29-Jul-16 5:50
Mehmet Coban29-Jul-16 5:50 
QuestionClickOnce app launching separate executable being detected as a virus Pin
MichaelC#Noob25-Jul-16 9:44
professionalMichaelC#Noob25-Jul-16 9:44 
AnswerRe: ClickOnce app launching separate executable being detected as a virus Pin
Dave Kreskowiak25-Jul-16 12:51
mveDave Kreskowiak25-Jul-16 12:51 

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.