Re: Problem loading a windows form. Please help.

From: William Gower (w_gower_at_hotmail.com)
Date: 06/20/04


Date: Sun, 20 Jun 2004 12:01:06 -0400

Where do I do that?

"Christopher Kimbell" <a@b.c> wrote in message
news:40d5a078$1@news.broadpark.no...
> When running code from a server, you are accessing the code from a
different
> "zone" in security terms. You probably have to configure security settings
> in order to allow code execution.
>
> Chris
>
> "William Gower" <w_gower@hotmail.com> wrote in message
> news:uBMsEHhVEHA.3596@tk2msftngp13.phx.gbl...
> > I have created a .net windows form in vb.net and compiled it as a .dll.
I
> > then register the .dll with regasm. I then call the form in a vb 6
> > application using the following code.
> >
> > dim c as object
> > set c = createobject("LaborOrg.form1")
> > c.show
> >
> > It works great on my developer machine. I place the .dll and the .tlb
on
> > the client's server and regasm the dll. I check the registry and it
shows
> > LaborOrg.form1. When I click the button to display the form nothing
> > happens. The app and the winform dll are both on the server and I am
> trying
> > to run it from the server. I do have .net framework on the server. Any
> > suggestions?
> >
> >
>
>



Relevant Pages

  • Re: Tricky problem
    ... Juno thanks...I hadnt thought of using a winform dll - does this mean I can ... somehow get the winform dll loaded clientside automatically? ... > DataForm.NET - The most powerful data entry web server control for ASP.NET ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problem loading a windows form. Please help.
    ... When running code from a server, you are accessing the code from a different ... "zone" in security terms. ... You probably have to configure security settings ... The app and the winform dll are both on the server and I am ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: Importing a csv File
    ... thing by running code on the server. ... If the CSV file is stored in a location ... that is accesible to the server, you can just use BCP with a format file. ... Of course Jet can't find it because its an SQL table. ...
    (microsoft.public.access.adp.sqlserver)
  • Vulnerabilities in Winlog 2.07.16
    ... C] DbiSetToRecordNo code execution ... D] _TCPIPS_BinOpenFileFP stack overflow ... This software can act as a TCP/IP server by enabling the specific ...
    (Bugtraq)
  • Re: How to validate the input field values before leaving the JSP page?
    ... > Thus what I need is a code execution BEFORE leaving the current page and not when the ... HTML page) to the client, the server is necessarily done with it. ... of response to make. ...
    (comp.lang.java.help)