Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Distributing c# app with ActiveX control

Distributing c# app with ActiveX control

Scheduled Pinned Locked Moved C#
csharpcomvisual-studioadobequestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mikechambers
    wrote on last edited by
    #1

    I am building a simple test application in c# that uses the Flash player ActiveX control to display some data. I have two Classes in c#: FooWindow.cs Foo.cs I then embed the Flash player in my app in visual studio. When I compile everything, it creates the following files: AxInterop.ShockwaveFlashObjects.dll Interop.ShockwaveFlashObjects.dll stdole.dll Foo.dll FooWindow.exe This all works perfectly on my machine, but when I send it to other people to test, they get various errors. I am sending all of the files. Do I have to do anything special to distribute an app which uses an ActiveX control? Thanks for any input... mike c

    A C 2 Replies Last reply
    0
    • M mikechambers

      I am building a simple test application in c# that uses the Flash player ActiveX control to display some data. I have two Classes in c#: FooWindow.cs Foo.cs I then embed the Flash player in my app in visual studio. When I compile everything, it creates the following files: AxInterop.ShockwaveFlashObjects.dll Interop.ShockwaveFlashObjects.dll stdole.dll Foo.dll FooWindow.exe This all works perfectly on my machine, but when I send it to other people to test, they get various errors. I am sending all of the files. Do I have to do anything special to distribute an app which uses an ActiveX control? Thanks for any input... mike c

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      When distributing C# apps, you have to make sure A) They have the .NET framework installed (only newest XP has it installed default), and B) Do they have the right version of .NET installed. I have found that 1.0 and 1.1 executables are not interchangeable (which is a bit dissapointing).

      1 Reply Last reply
      0
      • M mikechambers

        I am building a simple test application in c# that uses the Flash player ActiveX control to display some data. I have two Classes in c#: FooWindow.cs Foo.cs I then embed the Flash player in my app in visual studio. When I compile everything, it creates the following files: AxInterop.ShockwaveFlashObjects.dll Interop.ShockwaveFlashObjects.dll stdole.dll Foo.dll FooWindow.exe This all works perfectly on my machine, but when I send it to other people to test, they get various errors. I am sending all of the files. Do I have to do anything special to distribute an app which uses an ActiveX control? Thanks for any input... mike c

        C Offline
        C Offline
        CBoland
        wrote on last edited by
        #3

        Do your testers have Flash installed on their machines?

        M 1 Reply Last reply
        0
        • C CBoland

          Do your testers have Flash installed on their machines?

          M Offline
          M Offline
          mikechambers
          wrote on last edited by
          #4

          Yes. Thus far, I have sent it to three people, and it didn't work for any of them. They all have the same version of the flash player also. mike c

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups