Thanks for the response Wesley but this is an IR-specific issue.

A couple more findings, now it's no longer just my machine.  Another team 
member has also ran into this when is reencrypt called while running the 
production build within AIR and using adl to run it however it's fine for him 
in flex builder.  I tested on a pc and experiencing the same thing.  Anyone 
worked with reencrypt and found no issues in dev and prod environments?  
Because this is starting to seem like a runtime vm bug.

Thanks,
David

--- In flexcoders@yahoogroups.com, Wesley Acheson <wesley.ache...@...> wrote:
>
> All I can think of is check the verson of flash player but I don't know if
> it could cause that problem.
> 
> On Tue, Aug 18, 2009 at 7:17 PM, dhchang77 <dhchan...@...> wrote:
> 
> > Hi folks,
> >
> > Any chance anyone here has run into the following?
> >
> > ReferenceError: Error #1069: Property reencrypt not found on
> > flash.data.SQLConnection and there is no default value.
> >
> > It's something with my environment as it's fine for other devs I'm working
> > with.  Just the following code compiles fine but breaks on me at runtime.
> >
> > var conn:SQLConnection = new SQLConnection();
> > trace(conn.reencrypt);
> >
> > I realize the method was added to AIR 1.5 and have tested in Flex Builder
> > 3.3, with ADL from the command line out of a fresh 3.3 SDK download,
> > installed app and ran with AIR 1.5.2 but have gotten the runtime error in
> > every scenario.  Also, trace(SQLErrorOperation.REENCRYPT); shows up fine so
> > I'm implying I do have the latest airglobals.swc compiled in there.
> >
> > Any help would be much appreciated, thanks!
> >
> > David
> >
> >
> >
> > ------------------------------------
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location:
> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > Links
> >
> >
> >
> >
>


Reply via email to