Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
GeneralRe: Datagrid Problem Pin
help as an alias17-Apr-08 17:59
help as an alias17-Apr-08 17:59 
GeneralI dont solved this error! Pin
wwwxyz17-Apr-08 4:47
wwwxyz17-Apr-08 4:47 
GeneralRe: I dont solved this error! Pin
Pete O'Hanlon17-Apr-08 5:02
mvePete O'Hanlon17-Apr-08 5:02 
GeneralRe: I dont solved this error! Pin
wwwxyz17-Apr-08 6:23
wwwxyz17-Apr-08 6:23 
GeneralRe: I dont solved this error! Pin
Pete O'Hanlon17-Apr-08 10:01
mvePete O'Hanlon17-Apr-08 10:01 
GeneralRe: I dont solved this error! Pin
wwwxyz17-Apr-08 10:18
wwwxyz17-Apr-08 10:18 
GeneralRe: I dont solved this error! Pin
wwwxyz17-Apr-08 5:17
wwwxyz17-Apr-08 5:17 
GeneralRe: I dont solved this error! Pin
MidwestLimey17-Apr-08 16:14
professionalMidwestLimey17-Apr-08 16:14 
You've decalred the variable parcalar twice, although in different scopes. The problem is the compiler would have no way of knowing to which you were refering so it will give you that compile time error.

Remove the 'string[]' from the second declaration.

Also try using pre tags with code to preserve indenting. You'll get more help.


I'm largely language agnostic

After a while they all bug me D'Oh! | :doh:


Generalfile.copy not copying .zip files Pin
markymark8217-Apr-08 3:20
markymark8217-Apr-08 3:20 
GeneralRe: file.copy not copying .zip files Pin
Reelix17-Apr-08 4:01
Reelix17-Apr-08 4:01 
GeneralRe: file.copy not copying .zip files Pin
led mike17-Apr-08 4:37
led mike17-Apr-08 4:37 
QuestionUncommiteed SQLTransaction causing the problem Pin
atuldeore17-Apr-08 3:03
atuldeore17-Apr-08 3:03 
GeneralRe: Uncommiteed SQLTransaction causing the problem Pin
Reelix17-Apr-08 3:58
Reelix17-Apr-08 3:58 
GeneralRe: Uncommiteed SQLTransaction causing the problem Pin
atuldeore17-Apr-08 4:56
atuldeore17-Apr-08 4:56 
GeneralRegistryKey.OpenRemoteBaseKey() problem Pin
heidihund17-Apr-08 3:02
heidihund17-Apr-08 3:02 
GeneralRe: RegistryKey.OpenRemoteBaseKey() problem Pin
Ed.Poore17-Apr-08 4:39
Ed.Poore17-Apr-08 4:39 
GeneralRe: RegistryKey.OpenRemoteBaseKey() problem Pin
heidihund17-Apr-08 21:50
heidihund17-Apr-08 21:50 
GeneralRe: RegistryKey.OpenRemoteBaseKey() problem Pin
Ed.Poore17-Apr-08 23:07
Ed.Poore17-Apr-08 23:07 
AnswerRe: RegistryKey.OpenRemoteBaseKey() problem Pin
heidihund20-Apr-08 21:07
heidihund20-Apr-08 21:07 
GeneralRe: RegistryKey.OpenRemoteBaseKey() problem Pin
Dave Kreskowiak17-Apr-08 5:07
mveDave Kreskowiak17-Apr-08 5:07 
Generalmy game code Pin
stephen bempah17-Apr-08 2:42
stephen bempah17-Apr-08 2:42 
GeneralRe: my game code Pin
laserbaronen17-Apr-08 2:52
laserbaronen17-Apr-08 2:52 
GeneralRe: my game code Pin
Pete O'Hanlon17-Apr-08 3:01
mvePete O'Hanlon17-Apr-08 3:01 
GeneralRe: my game code Pin
Dave Kreskowiak17-Apr-08 5:03
mveDave Kreskowiak17-Apr-08 5:03 
GeneralMTOM Pin
JustRonald17-Apr-08 2:25
JustRonald17-Apr-08 2:25 

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.