Re: .net object on the client side

From: Shachar Matyas (shacharm)
Date: 07/22/02


From: "Shachar Matyas" <shacharm>
Date: Mon, 22 Jul 2002 19:43:18 +0200


No I don't because I'm not using remoting as the sample show

Thanks

Shachar

"Mark Fitzpatrick" <fitzpatrick@smarteronline.com> wrote in message
news:#ioau5PMCHA.2404@tkmsftngp11...
> Did you make sure that you included the reference to the config file in
> addition to the reference to the dll like was shown in the example? If not
> then it won't run properly.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - FrontPage
>
> "Shachar Matyas" <shacharm> wrote in message
> news:O1uU#mKMCHA.2328@tkmsftngp10...
> > Hi all
> >
> > I'm trying to add an object tag to HTML file that reference to the .Net
> dll
> > object that I put in the bin directory .
> >
> > The ClientTest dll contain the Test class .
> >
> > I see a sample at the msdn.microsoft:
> >
> >
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
> > l/cpconconfiguringieapplications.asp
> >
> > <object id="ClientTest" width="100" height="100"
> > classid="bin/ClientTest.dll#Test" VIEWASTEXT>
> >
> > </object>
> >
> > <script language="javascript">
> > function test()
> > {
> > alert(123);
> > alert(ClientTest.GetData());
> > alert(124);
> > }
> >
> > </script>
> >
> > but I don't get the object
> >
> > I get Error that the ClientTest : "Object doesn't support this property
or
> > method",
> >
> > like the IE 6. cant create the Object despite that I reduse the security
> on
> > the IE to enable any thing that consern the ActiveX.
> >
> > I'm running on the server machine , my develop computer , localhost,
that
> > have the .Net frameworks + V.S. 7 on the server and on the clien side .
> >
> > Thanks,
> >
> > Shachar
> >
> >
> >
> >
> >
>
>



Relevant Pages

  • VB FAQs (Interview Questions) lot lot
    ... Consider two objects, A and B. A holds a reference to B, ... Why do so many example programs not use the DLL name ... Private Declare Function SendMessage Lib "user32" ... Private Const BUFFER_LENGTH As Long = 255 ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Sharing Code
    ... What I found would happen is that when the device dll was built visual ... In the desktop project when you add a reference to the dll, ... > projects, one smart device and one desktop, but they're in the same ... > The 2 form projects have references to this class library projects. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Namespaces - broad question
    ... Reference the Class Library in your Page, ... > aspx pages that I know I want utilize a specific function within, ... > have the same codebehind page), how can I reference this function. ... >> A .Net assembly is a compiled DLL. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: .net object on the client side
    ... Did you make sure that you included the reference to the config file in ... addition to the reference to the dll like was shown in the example? ... > The ClientTest dll contain the Test class. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Namespace Question
    ... >>i saw that when i changed it to true my dll was copied to the bin folder ... >>the reference by looking in the following locations, ... Look for assemblies in directories specified with the Reference Path ... >> tried to use the GAC but the process to convert dll to be strong name ...
    (microsoft.public.dotnet.languages.vb)