[cfaussie] Re: Error : Cannot declare local variable cfcatch twice

2009-08-19 Thread Steve Onnis
namespace already defined. Steve _ From: MrBuzzy [mailto:mrbu...@gmail.com] Sent: Wednesday, 19 August 2009 5:33 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Error : Cannot declare local variable cfcatch twice I came across this exact issue with cfcatch yesterday. Freaky

[cfaussie] Re: Error : Cannot declare local variable cfcatch twice

2009-08-19 Thread MrBuzzy
mail.com] > *Sent:* Wednesday, 19 August 2009 5:04 PM > *To:* cfaussie@googlegroups.com > *Subject:* [cfaussie] Re: Error : Cannot declare local variable cfcatch > twice > > Sounds like you have used the var "cfcatch" and declared the var twice. > > eg > > >

[cfaussie] Re: Error : Cannot declare local variable cfcatch twice

2009-08-19 Thread Steve Onnis
09 5:04 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Error : Cannot declare local variable cfcatch twice Sounds like you have used the var "cfcatch" and declared the var twice. eg On Wed, Aug 19, 2009 at 2:56 AM, Brett Payne-Rhodes wrote: Can you provide a code snip

[cfaussie] Re: Error : Cannot declare local variable cfcatch twice

2009-08-19 Thread Kevin Pepperman
Sounds like you have used the var "cfcatch" and declared the var twice. eg On Wed, Aug 19, 2009 at 2:56 AM, Brett Payne-Rhodes wrote: > > Can you provide a code snippet? > > B) > > > > Sanjeev wrote: > > Hi All, > > > > > > I migrated my CFMX6.1 application to CF8 on my local dev machine and

[cfaussie] Re: Error : Cannot declare local variable cfcatch twice

2009-08-19 Thread Brett Payne-Rhodes
Can you provide a code snippet? B) Sanjeev wrote: > Hi All, > > > I migrated my CFMX6.1 application to CF8 on my local dev machine and > getting the following error. > > > Cannot declare local variable cfcatch twice. Local variables cannot > have the same names as parameters or other local