View Single Post
  #1 (permalink)  
Old 03-13-2010, 08:32 PM
sueb sueb is offline
Newbie
 
Join Date: Feb 2010
Posts: 1
Default compiler error CS1525

While compiling DEVICE EXE in OPTIMIZED COMPILATION it shows a error massage
error CS1525: Invalid expression term ')'

It is in sub addOrder(txtItem.text,txtRate.text)

it is used in a SQL database to add a record in a table

While compiling DEVICE EXE it shows a error massage
Object reference not set to an instance of an object

Last edited by sueb : 03-16-2010 at 12:35 PM.
Reply With Quote