Re: activex controls and standalone program



Helene Webb wrote:
>
>
> Hi I have created a standalone application that works fine on my
> development machine, but does not run correctly on the deployment
> machine. I have some activeX controls on the GUI that I think came
> from Visual studios, and I think that is where the problem is,
> because if I uninstall visual studios from the development machine,
> I
> see the same errors. I have made sure that the ActiveX controls
> are
> registered on the computer by using <regsvr32 msflxgrd.ocx>
>
> and it says they are registered. Does anyone have any suggestions
> on
> how to install the activeX controls so that the matlab program can
> see them. I would really appreciate any help that I can get.
> Thank
> you.

Helene,

These are frustrating problems, aren't they? Sounds like you're on
the right track, tho'. I'm a hack w/VS, so can only suggest what I
would do. Try creating a VB app w/flex grid and deploying it to the
client machine. Perhaps the deployment will include the extra files
required. Use the tools in VS to create a test container for
flexgrid and see if it works. There's also a dependency walker that
will show you whos being ref'd by the component. Maybe you can get
this list of .dlls and versions and compare it w/those on the client
machine. Also, check the versions of the OCX on the 2 machines to
ensure they're the same.

All you mentioned is that it didn't work correctly. Can you be more
specific? Does it smell funny or what? Also, how'd the components
get from VS into GUIDE? Maybe someone else can answer that 'cause I
always assumed that those components came w/matlab.

Keep poking at this (and other) newsgroups. The answer's out there
somewhere...

-Chris
.



Relevant Pages

  • activex controls and standalone program
    ... but does not run correctly on the deployment ... I have some activeX controls on the GUI that I think came ... because if I uninstall visual studios from the development machine, ...
    (comp.soft-sys.matlab)
  • activex controls and standalone program
    ... but does not run correctly on the deployment ... I have some activeX controls on the GUI that I think came ... because if I uninstall visual studios from the development machine, ...
    (comp.soft-sys.matlab)
  • Re: VB.NET Deployment Problem
    ... Why do you say copying wont work. ... >When you refer to "deployment", do you mean simply copying files from your ... >development machine to a target PC which has the .NET Framework installed, ... For more information on setup and deployment ...
    (microsoft.public.vsnet.general)
  • Re: .exe No debugger found
    ... Do you have assert calls in your code and you are deploying a debug version ... > .exe No debugger found. ... on the deployment machine I have all the .net dll's ... > and other files as that on the development machine. ...
    (microsoft.public.dotnet.framework)
  • Re: RequestService override doesnt seem to be firing
    ... Deploying on the development machine shouldn't be a problem. ... So in the deployed addin it's running and creating the CommandBar UI for the Explorers? ... I'm assuming that your override code is correct and that you have the proper ribbon callbacks and XML for the ribbon, if things work when run from within VS. That's a correct assumption? ... The machine I'm testing deployment on is also the development machine, ...
    (microsoft.public.office.developer.com.add_ins)