Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 888273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T13:22:13+00:00 2026-05-15T13:22:13+00:00

I am new to development. I followed step by step instructions from http://code.google.com/apis/maps/articles/flashmapinwpf.html to

  • 0

I am new to development. I followed step by step instructions from http://code.google.com/apis/maps/articles/flashmapinwpf.html to host google maps in a wpf application using c#.
The program will compile and run in the IDE and also my windows environment. The same executable files will not run on any other machine I have tested it on.
Program was compiled on windows 7 x64 using visual studio 2010. I compiled as x86.
I have tried compiling with .NET 3.5 and .NET 4.
I have tried using .NET 3.5, 3.5.1 and 4 on host machines.
I have included needed library files.
I attempted to run the executable on windows 7 x64, windows xp in virtual box and windows 7 x64 in virtual box.

Interestingly, a buddy of mine started me out on this project. I watched him go through the same process of compiling the program. He then sent me the project files and I was getting a strange exception that I could not get around. After I compiled the program file the example I sent him my completed .exe and he was able to run it. It seems that machines that have compiled the program are able to run it.

Why is this happening?

Windows 7 gives me these error details:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: GoogleMapsFlashInWpf.exe
  Application Version:  1.0.0.0
  Application Timestamp:    4c1d70c3
  Fault Module Name:    Flash.ocx
  Fault Module Version: 7.0.19.0
  Fault Module Timestamp:   3fd4f4d4
  Exception Code:   c0000005
  Exception Offset: 00051acc
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:    1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

After uninstalling and reinstall adobe flash I am now getting this error from windows:

See the end of this message for details on invoking just-in-time
(JIT) debugging instead of this dialog
box.
************** Exception Text ************** System.Runtime.InteropServices.COMException
(0x80040154): Class not registered
(Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG)) at
System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid&
clsid, Object punkOuter, Int32
context, Guid& iid) at
System.Windows.Forms.AxHost.CreateWithoutLicense(Guid
clsid) at
System.Windows.Forms.AxHost.CreateWithLicense(String
license, Guid clsid) at
System.Windows.Forms.AxHost.CreateInstanceCore(Guid
clsid) at
System.Windows.Forms.AxHost.CreateInstance()
at
System.Windows.Forms.AxHost.GetOcxCreate()
at
System.Windows.Forms.AxHost.TransitionUpTo(Int32
state) at
System.Windows.Forms.AxHost.CreateHandle()
at
System.Windows.Forms.Control.CreateControl(Boolean
fIgnoreVisible) at
System.Windows.Forms.Control.CreateControl()
at
System.Windows.Forms.Control.OnVisibleChanged(EventArgs
e) at
System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs
e) at
System.Windows.Forms.Control.OnVisibleChanged(EventArgs
e) at
System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs
e) at
System.Windows.Forms.Control.WmShowWindow(Message&
m) at
System.Windows.Forms.Control.WndProc(Message&
m) at
System.Windows.Forms.ScrollableControl.WndProc(Message&
m) at
System.Windows.Forms.ContainerControl.WndProc(Message&
m) at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&
m) at
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m) at
System.Windows.Forms.NativeWindow.Callback(IntPtr
hWnd, Int32 msg, IntPtr wparam, IntPtr
lparam)
************** Loaded Assemblies ************** mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
—————————————- GoogleMapsFlashInWpf
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/paul/Desktop/New%20folder/GoogleMapsFlashInWpf.exe
—————————————- PresentationFramework
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll
—————————————- WindowsBase
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll
—————————————- System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
—————————————- PresentationCore
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
—————————————- AxInterop.ShockwaveFlashObjects
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/paul/Desktop/New%20folder/AxInterop.ShockwaveFlashObjects.DLL
—————————————- System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
—————————————- System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
—————————————- WindowsFormsIntegration
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsFormsIntegration/3.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
—————————————- PresentationFramework.Aero
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework.Aero/3.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
—————————————- System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for
this application or computer
(machine.config) must have the
jitDebugging value set in the
system.windows.forms section. The
application must also be compiled with
debugging enabled. .For example:

When JIT debugging is
enabled, any unhandled exception will
be sent to the JIT debugger registered
on the computer rather than be handled
by this dialog box.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T13:22:14+00:00Added an answer on May 15, 2026 at 1:22 pm
    Fault Module Name:    Flash.ocx
    Fault Module Version: 7.0.19.0
    

    I suspect part of your problem might be right there — this version of Flash was released some seven years ago!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 461k
  • Answers 461k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The endings are different 7​i18704 5​i18704 4​i18704 Following your comment… May 16, 2026 at 12:00 am
  • Editorial Team
    Editorial Team added an answer Simply list all the methods you don't want to be… May 16, 2026 at 12:00 am
  • Editorial Team
    Editorial Team added an answer What you would do in this cases is saving those… May 16, 2026 at 12:00 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.