Click here to Skip to main content
15,916,378 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Smart Clients and Client-Server Modules Pin
Serge Lobko-Lobanovsky21-Jun-04 1:16
Serge Lobko-Lobanovsky21-Jun-04 1:16 
GeneralRe: Smart Clients and Client-Server Modules Pin
Vega0221-Jun-04 3:09
Vega0221-Jun-04 3:09 
GeneralAppDomains and Dynamic Loading in .net CF Pin
ppp00115-Jun-04 8:16
ppp00115-Jun-04 8:16 
QuestionSmart Tags in Visual Studio Editor?? Pin
Boniolopez15-Jun-04 4:17
Boniolopez15-Jun-04 4:17 
QuestionHow to show a Form without changing the Focus Pin
Member 168515-Jun-04 0:02
Member 168515-Jun-04 0:02 
GeneralInvokeMember "Member Not Found" when attempting to set a property Pin
Senkwe Chanda14-Jun-04 23:10
Senkwe Chanda14-Jun-04 23:10 
GeneralRe: InvokeMember "Member Not Found" when attempting to set a property Pin
Serge Lobko-Lobanovsky15-Jun-04 1:27
Serge Lobko-Lobanovsky15-Jun-04 1:27 
GeneralRe: InvokeMember "Member Not Found" when attempting to set a property Pin
Senkwe Chanda15-Jun-04 1:36
Senkwe Chanda15-Jun-04 1:36 
Hi Serge, thanks for replying. The property is not readonly or private, it looks like this...

public string MyProperty<br />
{<br />
  get<br />
  {<br />
   return _myPropertyValue;<br />
  }<br />
  set<br />
  {<br />
   _myPropertyValue = value;<br />
  }<br />
}


However, the quickwatch window gives me what I expect to see. All the fields and properties are initialized to null or 0 (strings and ints)

Woke up this morning...and got myself a blog
GeneralRe: InvokeMember &quot;Member Not Found&quot; when attempting to set a property Pin
Serge Lobko-Lobanovsky15-Jun-04 1:47
Serge Lobko-Lobanovsky15-Jun-04 1:47 
GeneralRe: InvokeMember &quot;Member Not Found&quot; when attempting to set a property Pin
Senkwe Chanda15-Jun-04 2:19
Senkwe Chanda15-Jun-04 2:19 
GeneralRe: InvokeMember &quot;Member Not Found&quot; when attempting to set a property Pin
Serge Lobko-Lobanovsky15-Jun-04 3:44
Serge Lobko-Lobanovsky15-Jun-04 3:44 
General&quot;Cannot control &lt;service name&gt; service on computer '.' &quot; using ServiceController... Pin
CherezZaboro14-Jun-04 8:35
CherezZaboro14-Jun-04 8:35 
Generalabout CF .net Pin
ting66813-Jun-04 23:54
ting66813-Jun-04 23:54 
Generalsetup project Pin
Dpriya13-Jun-04 20:46
Dpriya13-Jun-04 20:46 
GeneralRe: setup project Pin
Heath Stewart14-Jun-04 9:22
protectorHeath Stewart14-Jun-04 9:22 
GeneralQuestion about .NET's Setup Project Pin
Rafferty Uy13-Jun-04 15:12
Rafferty Uy13-Jun-04 15:12 
GeneralRe: Question about .NET's Setup Project Pin
Heath Stewart13-Jun-04 19:15
protectorHeath Stewart13-Jun-04 19:15 
GeneralRe: Question about .NET's Setup Project Pin
Rafferty Uy16-Jun-04 13:41
Rafferty Uy16-Jun-04 13:41 
GeneralRe: Question about .NET's Setup Project Pin
Heath Stewart16-Jun-04 13:44
protectorHeath Stewart16-Jun-04 13:44 
GeneralRemoting and security exceptions Pin
Tom Archer13-Jun-04 13:21
Tom Archer13-Jun-04 13:21 
GeneralRe: Remoting and security exceptions Pin
Heath Stewart13-Jun-04 19:19
protectorHeath Stewart13-Jun-04 19:19 
GeneralError looping through Collection Pin
rfox511-Jun-04 8:47
rfox511-Jun-04 8:47 
Generalincremental installation of C# application Pin
ting66810-Jun-04 15:52
ting66810-Jun-04 15:52 
GeneralRe: incremental installation of C# application Pin
O Ismail13-Jun-04 14:52
O Ismail13-Jun-04 14:52 
GeneralRe: incremental installation of C# application Pin
ting66814-Jun-04 15:52
ting66814-Jun-04 15:52 

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.