An flash ActionScript error has occurred

so i keep getting action script errors, when looking on here for answers it seems other people have had this problem as well for a while. i am pretty sure it is due to the ads, and i am pissed that the 8.1 skype client refuses to work now and i am forced into using this crappy disktop client that keeps giving me errors due to ads! i do not want ads! i have skype 7.7 and flash 18. i have uninstalled and reinstalled skype, it hasnt helped. i have also had flash issues in my web browser and had to install the ad block plus extention to stop the flash ads. why the heck does skype have to have ads for pc!?

If you are getting constant actionscript errors then you more than likely have the debug version of Flash for IE installed.  To resolve those error you would need to completely uninstall Flash and install the standard version of Flash.   https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Download and install the latest version of Adobe Flash for IE ( currently 18 )
https://admdownload.adobe.com/bin/live/flashplayer18ax_ha_install.exe To not get ads all you need need to do is have an active credit balance.  My credit balance has sat in my account unused for years.  Ads are used in free and paid TV so I don't see an issue with ads when using free services though I question the execution of ads.  There's always a bill to be paid and even free TV isn't funded by paying customers.  

Similar Messages

  • Adobe Flash Player 10: An ActionScript error has occurred?

    Whenever I browse the web with Firefix, I get this sort of error message if the site uses Flash:
    Adobe Flash Player 10
    An ActionScript error has occurred:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://content.openforum.com/membersproject/getContentList.jsp?numitems=3&pillar=CAUSES
        at dtas.mp.polite::Politeness/dataLoaded()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    This only started happening when I upgraded to CS4 Professional. Does anyone know why this is happening?

    first go here and check if you have the debug player:  http://kb2.adobe.com/cps/155/tn_15507.html
    if yes, you can download from here:  http://get.adobe.com/flashplayer/
    (be sure to untick that mcafee garbage.)

  • Error 2007 Some Actionscript error has occured

    I have tried the converter on a couple of modules that I have been working.  I have actually tried it on two differnet machines to make sure there wasn't something machine specific.  I am getting Error 2007 - Seom Actionscript error has occured.  Has anyone seen this?  Any idea what is casuing it? 
    I have just begun my exploration of the converted and this is my first couple of attempts so I could be doing somethign really obvious.
    This is a very basic simuation module with not much more than captions and click boxes.

    I've installed twice and always run as admin but same issue. If you hear anything else please let me know.
    Kerry Kuehn | Senior Vice President of Learning
    3333 East Camelback Road,  Suite 212
    Phoenix, AZ  85018
    602.840.1000 office
    816.695.3260 cell
    602.957.3057 fax
    [email protected]<mailto:[email protected]

  • An ActionScript error has occured - Flash Player

    Hello,
    I keep getting this kind of errors whenever I visit a website that has adobe flash on it and it is very very annoying guys, please do something about it. It doesn't happen on all websites but but quite frequently I'm using the latest Firefox build and latest Adobe Flash v14.
    Please solve this issue. Thank you.
    Another example is when I want to upload an image on http://imgur.com,  again the error appears:
    TypeError: Error #1010: A term is undefined and has no properties.
        at SWFUpload/onFilesLoaded()[C:\Users\Jacob\Documents\Imgur\SWFUpload\core\swfupload_fp10\SW FUpload.as:729]
    Print Screen: http://i.imgur.com/yu89WX0.jpg

    I think so, I've got this version installed: http://download.macromedia.com/pub/flashplayer/updaters/14/flashplayer_14_plugin_debug.exe

  • An actionscript error has occurred

    I get an error on the Adobe flash player site appear this error
    Looking forward to help overcome the load will fail because it is very inconvenient
    [IMG]http://a.imageshack.us/img836/9670/i66g.png[/IMG]
    p / s: I spent Flash player plugin 13 and windows7 32 bits

    Actionscript is in the Flash container.
    Unless you see this everywhere you view Flash content... it's in that specific page.

  • Another Compiler Bug (message: An internal build error has occurred... Unknown Flex Problem)

    I was fighting with this problem for a few days. Finally I've got it resolved. I want to describe it and fill in BUG in the bug report, but I am not sure about Adobe support options. So, I am putting bug report here.
    1. ASSUMPTION: All problems which compiler reports as unknown problem are the real compiler BUGs/Problems. Eventually MXML compiler/ActionScript compiler should be able to take C++ or FORTRAN code or an aribitrary text and nicely tell "Error: It is not ActionScript (Flex) code" or "the code is corrupted from Line so and so...". When compiler crashed, it is most probably due to one of the states not handled (or not handled correct). Keeping this in mind I assume, that my code has nothing to do with the compiler crash.
    2. PROBLEM Description.
         - I tried to port our internal project from Flex3.5/Flex Builder 3 to Flex4.1/Flash Builder 4.
         - After checking out and trying to build code I start getting weird problems like Error 1037: Packages cannot be nested.
         - After cleaning and compiling project by project, walking up dependency tree, I was able to get rid of this problem.
         - On last Project I've got another problem (An internal build error has occurred... Unknown Flex Problem). Which I stuck with for a while.
         - When I checked log file I found following messages:
    ============================================================
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-12-21 15:45:24.353
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.ClassCastException: macromedia.asc.parser.InputBuffer cannot be cast to flex2.compiler.as3.CodeFragmentsInputBuffer
    at flex2.compiler.as3.AbstractSyntaxTreeUtil.lineNumberToPosition(AbstractSyntaxTreeUtil.jav a:1266)
    at flex2.compiler.mxml.ImplementationGenerator.generateBinding(ImplementationGenerator.java: 569)
    at flex2.compiler.mxml.ImplementationGenerator.generateBindingsSetupFunction(ImplementationG enerator.java:863)
    at flex2.compiler.mxml.ImplementationGenerator.generateBindingsSetup(ImplementationGenerator .java:812)
    at flex2.compiler.mxml.ImplementationGenerator.generateInitializerSupportDefs(Implementation Generator.java:1878)
    at flex2.compiler.mxml.ImplementationGenerator.generateClassDefinition(ImplementationGenerat or.java:1044)
    at flex2.compiler.mxml.ImplementationGenerator.<init>(ImplementationGenerator.java:206)
    at flex2.compiler.mxml.ImplementationCompiler.generateImplementationAST(ImplementationCompil er.java:499)
    at flex2.compiler.mxml.ImplementationCompiler.parse1(ImplementationCompiler.java:197)
    at flex2.compiler.mxml.MxmlCompiler.parse1(MxmlCompiler.java:168)
    at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2871)
    at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2824)
    at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:446)
    at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1274)
    at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1496)
    at flex2.tools.oem.Application.compile(Application.java:1188)
    at flex2.tools.oem.Application.recompile(Application.java:1133)
    at flex2.tools.oem.Application.compile(Application.java:819)
    at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:344)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(A SApplicationBuilder.java:276)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplication Builder.java:127)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:190)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:7 4)
    at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectB uilder.java:480)
    at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:306)
    at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:218)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:360)
    at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:516)
    at org.eclipse.core.internal.resources.Project.build(Project.java:94)
    at org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.java:221)
    at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:162)
    at org.eclipse.ui.actions.WorkspaceAction$2.runInWorkspace(WorkspaceAction.java:483)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38 )
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !SESSION 2010-12-22 09:48:27.766 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.jee.product
    Command-line arguments:  -data C:\Client_Flex4 -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
    ================================================
    3. RESOLUTION/WORK AROUND
         - I was able to get this problem cleared by putting compiler option for Flex Application projects:  -keep-generated-actionscript
    4. SIDE NOTE
      I do not really see putting this compiler option as the solution and living with the mistery is making me fill a bit bad.

    Hi Faser,
    I just tried it on Vista with our latest FB Plugin build but
    I was unable to reproduce your issue with the following setup:
    - FB Plugin build installed by Administrator account user
    under her Documents folder
    - Administrator account user can launch, create Flex projects
    under her own workspace without any problems
    - Standard account user can launch the FB Plugin build (need
    Admin's password) and create Flex project (default location) under
    his own workspace
    If your setup is different, can you please log a bug at
    http://bugs.adobe.com/flex.
    Be sure to include what build you are using, whether it's
    reproducible, the detail of the setup, etc...
    thanks,
    Sharon

  • Error Message:  Sorry, a serious error has occurred that requires Adobe Premier Pro to shut down.

    Hi. I'm having another serious problem with CS4 (the version that comes with CS5 when you don't have 64 bit capability. I just finished a project, had saved it, and then had switched over to Adobe Encoder to create a finished flash video (which worked perfectly). I shut down CS4, went home, tried to restart the main project to create a video from the same project (wanted to make an mpeg version as well) and got the following error message:
    Sorry, a serious error has occurred that requires Adobe Premier Pro to shut down. We will attempt to save your current project. Then the system shuts down.
    Not only can I not open the project I was working on, I cannot open any of my prior projects without receiving the same error.
    Does anyone have any idea what may be causing this issue and how to resolve it?
    Thanks in advance for any suggestions.
    By the way, is everyone else having the same amount of problems with this software? I've never had any software that has had so many problems from the beginning. My opinion of this software and Adobe in general has gone down substantially.

    Not enough information for anyone to even make a guess
    Work through all of the steps (ideas) listed at http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section, the questions at the end of the troubleshooting link

  • An error has occurred during SWF generation.

    Hello
    We are receiving the error message "An error has occurred during SWF generation. Please contact the file creator or your system administrator" while trying to publish a dashboard to the BO server. But we haven't been able to assure the client what's causing the problem.
    Here is some background about the dashboard and the error:
    - It does not contain any unsupported formulas.
    - It contains about 3,000 rows distributed on different tabs.
    The error appears to happen randomly. I have succesfully exported the swf file locally (on my computer) a couple of times. Using the preview button also works sometimes, but when we try tu publish we get the error. We also have other dashboards, and publishing them works fine with them.
    I think this might be a resources issue, the computer from which we are trying to publish has 2GB in RAM, and although it doesn't seem to be consuming all memory when trying to publish, it looks pretty close to do so.
    I've succesfully deployed the swf file on locally on an other computer that has 8GB in RAM, but it is not in domain, so I cannot publish from there, and due to company's policy we cannot copy the swf files directly to the server.
    I'm looking for help on the error, or for an explanation on what does Xcelsius do when generating the swf, for the tests I've run I would say it is a resources problem but I don't have a way to support this.

    Hi,
    You can try to reduce the size and complexity in excel.
    Just export your excel to local machine, open and save it again reimport the same excel.
    By doing so your excel file size will get reduced. (To see the difference record the size when exported from xcelsius and after saving xls).
    One more suggestion is try to reduce the complex formulas. All i can say is replace the Vlookup formulas with Match and Index.
    Reduce if more countif() or Sumif() are used.
    Last but not least, try to increase flashs buffer size.
    Hope this might help you.
    If these things are not going to work......... Last option is to increase your machines RAM.
    Regards,
    AnjaniKumar C.A.

  • Sorry a serious error has occured PE3

    I can't get past this message when I either open a new project or a previous one. I have installed the update 3.02 as listed in the PE3 quick tips.
    The full message continues......that requires PE to shut down. We will attempt to save the current project.

    Steve, Geoff
    Same problem here and almost the same day. I have been using PE3 since 9/07 without any major problems. Worthy of note, perhaps: This morning, I accepted an update request for the latest version of Adobe Flash.
    I then ran PE3 to capture footage from the camera; I was able to start the new project and capture OK. Everything seemed fine until after capture was complete: when played back the video in PE3 (just the raw video, before any editing), I noticed there were quite a few dropped frames. Since I had forgotten to turn off the internet (so this old Dell P4 could handle the load), I decided to close PE3, re-check the pre-sets, turn off www and re-capture. When I exited PE3, the PC rebooted automatically (????? never happened before). Ever since (as in, "I've been working this issue all day!"), PE3 crashes ("Sorry, a serious error has occurred that requires Adobe Premiere Elements to shut down. We will attempt to save your current project.") whenever I try to open an existing project or start a new one.
    Like I said, this has never happened before; I highly suspect the Adobe Flash update over-wrote or corrupted some files. I wonder if Geoff also updated Flash (???). I too have installed 3.0.2 and the mac-file-translation update.
    Today, I updated XP; everything is current. I also updated Quicktime (7.5.5). Next, I look into updating the RealTek drivers. Any other ideas?
    Tnx,
    Rob

  • Installing on Windows 7, IE, get error message "run time error has occured in script"

    when attempting to install latest version of Flash Player on Windows 7 computer with IE, during installation I get message "runtime error has occured in script".
    & installation ceases.  what can I do to obtain Flash Player on my computer?  Aaron

    100,000 Thank you"s!    I tried what you suggested, and can now
    watch PLAYON through my Roku on the TV set.   Previously, Roku insisted that I have Adobe Flash Player.   Aaron
    Senators Should Wear Uniforms like NASCAR Drivers So We Could Identify Their Corporate Sponsors.

  • The ipod "name" cannot be updated, an unknown error has occurred (-48)

    a few nights ago while i was updating songs to my ipod video, this thing appeared on the screen in a quick flash and i wasnt able to read what it said. then my computer blinked and resetted, causing my ipod to unplug without ejecting properly. so i pulled out the plug from the butt of the ipod only to find out that when i opened it, all my songs were gone. a good 3000 i think. i think i also pressed menu and play at the same time after that.
    the ipod "name" cannot be updated, an unknown error has occurred (-48)
    this is what keeps appearing on my i-tunes everytime i try to transfer songs to my ipod vid. the weird thing is that when i drag and drop songs from i-tunes to the ipod icon, it says its updating. but when its all done, not a single song appears on my ipod. and it also said something like "cannot be restored" and "ipod service error" on the ipod updater. i've tried on both computer and laptop and am experiencing the same problem. as of now, my ipod is working but it's just all empty. could anyone help? im so frustrated coz this is the second ipod i've purchased since the last one that broke down. thanks.

    k i tried that but i couldnt find cupertino usa on my ipod. i did: date and time - set time zone - then a list of places come out with (DST) beside each of em. i chose bangkok (dst). tried to plug it again on i-tunes and the same darn thing appears. that dreaded -48 error. ill check out the rest of those links you guys posted anyway. thanks again for tryin to help.

  • The iPod " " could not be updated. An unknown error has occurred (1417).

    This is what saved my day... I copied this from a longer reply.
    "Try this: I got error 1417. The iPod "Dan's iPod" could not be updated. An unknown error has occurred (1417).
    1)Plug in your iPod and wait for iTunes to tell you an update for it is available
    2)Click the Install button on that dialog and keep an eye on your iPod
    3)When your iPod screen switches from the flashing "Do Not Disconnect" message to the Main Menu screen, unplug the iPod, wait a couple SECONDS, plug the iPod back in
    4)You should notice some slow-down in the progress meter and a new dialog box should come up and tell you your iPod is being updated and to not disconnect it until the update finishes
    5)That's it. Wait for the update to finish and iTunes will re-recognize it and show its new up-to-date status."
    The only thing I would add, restart your computer with the IPOD left connected. When it starts back up you are set.

    Does this article contain anything useful?
    (31939)

  • An error has occurred. Message on launch of FB4.5

    I own a license for FB 4 Standard and I own CS5 Production Premium. I did an upgrade to Web Premium 5.5 to get FB 4.5 Premium. I'm on a Mac Intel i7 with 10.6.7.
    I'm able to install all the software, but when I launch FB 4.5 I get "An error has occurred." message. The message says to "See the log file ... path to log" but I'm not sure what I'm looking for or how to fix it. The last section of output in the .log file says:
    !ENTRY org.eclipse.osgi 4 0 2011-05-29 08:36:20.840
    !MESSAGE Application error
    !STACK 1
    org.osgi.service.application.ApplicationException: No application id has been found.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer. java:262)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java :29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    I tried uninstalling the FB 4.5 that I did with the CS5.5 Installer and reinstalling it, but the same thing happens. My next plan was to download the FB 4.5 trial and try entering my serial number.
    Any advice or guidance would be appreciated. Thanks!
    Dave

    So I tried the trial version but my serial number didn't work I guess because it's for a CS5.5 Web Premium product. I also tried uninstalling my current version of FB4 Standard, uninstalling CS5.5 and starting from scratch without any copies of FlashBuilder in my Applications folder and that didn't work, same error log message. I ended up reinstalling my original copy of FB4 Standard so I could continue working.
    The odd thing is when I went to my MacBook Pro and uninstalled the copy of FB4 Standard I have on there and installed the CS5.5 FlashBuilder 4.5 Premium it works and started up fine. So I'm guessing there's something specific about my iMac setup that's preventing launch.
    I was looking at my FB installation details, don't know if this matters but I'm running the standalone version:
    Adobe Flash Builder Localized Standalone Feature 4.0.1.277662 com.adobe.flexbuilder.feature.standalone.nl1.feature.group
    eclipse.application=com.adobe.flexbuilder.standalone.FlexBuilderApplication
    Unfortunately it's the weekend (holiday in US too). I like the weekend for trying to get these things setup but I'm on my own and feel I'm out of luck until the work week starts.
    If anyone from Adobe is reading this with a beer in one hand and hotdog in the other (or burger or veggie burger or bbq chicken leg) on a hot memorial day and have an idea on how to fix this I'd really appreciate your advice. Thanks!

  • "Error has occured" msg whenever try a U-tube" video using Firefox 3.6.12, OS 10.5.8

    Whenever I click on a link to a U tube video in Thunderbird it takes me to the U tube website and instead of getting the video to play it shows the message "An error has occurred." I can copy and paste the link into Safari and watch the video, but that extra step is a pain.

    I'm on Mac OSX 10.6.5 - and exactly the same problem. It seemed to start with Firefox 3.6.12 and 'latest' Flash upgrade (both done at the same time). Ive tried going back to the previous versions, but makes no difference.
    Seems to be on 'auto-play' news video clips within the BBC news website, the loading info is 'stats.bbc.co.uk' as the dots spin - then crash...
    Very annoying - is anybody looking at this Mozilla?

  • A critical program error has occurred. BEx Analyzer. Cannot find trace file

    I have now spent about 20 hours trying to resolve this issue.  I receive the following error message when attempting to open any BEx Query: u201CA critical program error has occurred.  The program will now terminate.  Please refer to the trace for further information()u201D.  Iu2019ve provided a video example of the scenario (couple minutes long): http://www.altnetwork.net/misc/Analyzer%20Critical%20Error.html
    I cannot find the trace file in the standard C:\DOCUME1\BaldwiJE\LOCALS1\Temp\BexAnalyzerTrace.txt path.  I cannot set/change the path/name of the trace file because the Trace File Name text box is grayed out (disabled) in BEx Analyzer > Global Options (see the above flash video link).  I know that I am using the same Business Explorer and GUI build as my colleagues and I am able to login with my ID on their machines and not receive an error.  We are using SAP BW 7.01 and I am using Excel 2007.  I have entirely reinstalled Microsoft Excel, and the SAP Frontend including Business Explorer and SAP GUI.  Iu2019ve monitored using both windows process monitor and windows process explorer but nothing is readily apparent as an issue (glad to share the process information if someone thinks it might help).  No relevant event logs in the Windows event viewer.
    Per the sapbexc.xla file, my system configuration is as follows:
    Computer Name:      DEN-SSI-SYS-L61
    File Location:      C:\DOCUME1\BaldwiJE\LOCALS1\Temp\sapBEX_PC_0614_103147.xls
    Check done on:      6/14/2011   10:31:47 AM
    Excel Version:      Excel 2007 (12.0.6535.5002)
    Windows Version:      Windows 2000  (2195)  Theme: %SystemRoot%\resources\Themes\Windows Classic.theme
    Default Browser:      Internet Explorer (7.0.6000.17093)
    SAP GUI:      720 Patch 1

    Resolved!  It actually seemed to be related to my windows profile.  I notice that if a co-worker logged into windows on my machine that he was able to run the same BEx queries that I couldn't.  I renamed my profile folder at c:\documents and settings\<myaccountname> to ...<myaccountname.bak>.  I did this using a local administrator account on my computer.  Then I logged back in to windows using my AD credentials.  A new profile was created and then I was able to use BEx Analyzer again.
    I also went back and tried to reload everything from my .bak profile into the newly created folder under documents and settings and hoped that I could isolate what specifically was causing the issue.  However, even after moving everything over to my newly created profile I could not get the error to generate again.  Sorry.
    Highly recommend to anyone with the same issue that you confirm that a new profile works by a) having someone else login to your computer who has not already logged in before b) if that works, replace your c:\documents and settings\<myaccountname> folder.
    Thanks to all who offered support.
    Jerimiah

Maybe you are looking for