Click here to Skip to main content
15,887,294 members
Home / Discussions / C#
   

C#

 
AnswerRe: object typeconversion syntax error Pin
Keith Barrow28-Aug-09 0:46
professionalKeith Barrow28-Aug-09 0:46 
QuestionNeed BHO Solutions Pin
Jacobb Michael27-Aug-09 23:49
Jacobb Michael27-Aug-09 23:49 
QuestionHow to Accept password in ** format during installation. Pin
RA|-|UL PATEL27-Aug-09 21:56
RA|-|UL PATEL27-Aug-09 21:56 
AnswerRe: How to Accept password in ** format during installation. Pin
OriginalGriff27-Aug-09 22:02
mveOriginalGriff27-Aug-09 22:02 
GeneralRe: How to Accept password in ** format during installation. Pin
RA|-|UL PATEL27-Aug-09 23:04
RA|-|UL PATEL27-Aug-09 23:04 
GeneralRe: How to Accept password in ** format during installation. Pin
OriginalGriff27-Aug-09 23:46
mveOriginalGriff27-Aug-09 23:46 
GeneralRe: How to Accept password in ** format during installation. Pin
Manas Bhardwaj28-Aug-09 0:31
professionalManas Bhardwaj28-Aug-09 0:31 
QuestionCannot perform '=' operation on System.Char and System.Boolean. exception Pin
acroitoriu27-Aug-09 21:41
acroitoriu27-Aug-09 21:41 
Hi all,

I am developing a winforms application and, in order to store some data on the client side I am using a dataset. My problem is that for a particular table (nothing different in settings compared to other datatables in my dataset), I get an exception when I try to insert a new Row.
I will not paste any code in here as I don't think that it will help anyone, but what I do is:

* create new row object using: MyDataSet.MyDatatableRow row = datasetInstance.MyDataTable.NewMyDataTableRow();
* I populate the columns I need
* I try to add the row to the datatable: datasetInstance.MyDataTable.AddMyDataTableRow(row);

At the very last step (add to datatable), I get an exception saying: "Cannot perform '=' operation on System.Char and System.Boolean."
I tried to see if I am doing something wrong while setting the column value, but everything looks fine... also I already waste lots of time on google trying to find an answer, but no success.

Can anyone explain to me why this exeption occurs? Any idea what could be wrong, what should I try in order to fix this?

Thank you in advance!

Andrei
AnswerRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
Vimalsoft(Pty) Ltd27-Aug-09 22:10
professionalVimalsoft(Pty) Ltd27-Aug-09 22:10 
GeneralRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
acroitoriu27-Aug-09 22:30
acroitoriu27-Aug-09 22:30 
AnswerRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
DaveyM6927-Aug-09 23:08
professionalDaveyM6927-Aug-09 23:08 
AnswerRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
Luc Pattyn28-Aug-09 0:36
sitebuilderLuc Pattyn28-Aug-09 0:36 
GeneralRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
acroitoriu28-Aug-09 0:56
acroitoriu28-Aug-09 0:56 
GeneralRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
Luc Pattyn28-Aug-09 1:28
sitebuilderLuc Pattyn28-Aug-09 1:28 
GeneralRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
acroitoriu28-Aug-09 1:33
acroitoriu28-Aug-09 1:33 
GeneralRe: Cannot perform '=' operation on System.Char and System.Boolean. exception Pin
acroitoriu30-Aug-09 3:06
acroitoriu30-Aug-09 3:06 
Questionmessagbox Pin
sanforjackass27-Aug-09 20:19
sanforjackass27-Aug-09 20:19 
AnswerRe: messagbox Pin
stancrm27-Aug-09 21:04
stancrm27-Aug-09 21:04 
GeneralRe: messagbox Pin
sanforjackass28-Aug-09 0:30
sanforjackass28-Aug-09 0:30 
GeneralRe: messagbox Pin
stancrm28-Aug-09 0:35
stancrm28-Aug-09 0:35 
GeneralRe: messagbox Pin
EliottA28-Aug-09 2:37
EliottA28-Aug-09 2:37 
AnswerRe: messagbox Pin
Luc Pattyn28-Aug-09 0:38
sitebuilderLuc Pattyn28-Aug-09 0:38 
QuestionHow to Scale an image to its real world size Pin
jamesjk27-Aug-09 20:11
jamesjk27-Aug-09 20:11 
AnswerRe: How to Scale an image to its real world size Pin
stancrm27-Aug-09 21:01
stancrm27-Aug-09 21:01 
GeneralRe: How to Scale an image to its real world size Pin
jamesjk27-Aug-09 21:49
jamesjk27-Aug-09 21:49 

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.