PC Review


Reply
Thread Tools Rate Thread

Any plans for a browser plugin to run .NET applets

 
 
D H
Guest
Posts: n/a
 
      4th Mar 2005
Are there any plans by Microsoft or anyone else to ever create a browser
plugin that can run .NET apps? One that can work in any browser like
the Flash or Acrobat plugins?

I know about smart clients and clickonce (below), I was just curious.
This is almost a showstopper for developing educational software if
there will never be any way to run it in the browser. I thought since
..NET can sandbox program execution it wouldn't be a big deal.
http://www.15seconds.com/issue/030610.htm
http://www.ondotnet.com/pub/a/dotnet...clickonce.html
 
Reply With Quote
 
 
 
 
=?Utf-8?B?QWFyb24gRmlzY2hlcg==?=
Guest
Posts: n/a
 
      5th Mar 2005
You can embed dot net controls in ie
http://windowsforms.net/articles/iesourcing.aspx
http://samples.gotdotnet.com/quickst...eSourcing.aspx
"D H" wrote:

> Are there any plans by Microsoft or anyone else to ever create a browser
> plugin that can run .NET apps? One that can work in any browser like
> the Flash or Acrobat plugins?
>
> I know about smart clients and clickonce (below), I was just curious.
> This is almost a showstopper for developing educational software if
> there will never be any way to run it in the browser. I thought since
> ..NET can sandbox program execution it wouldn't be a big deal.
> http://www.15seconds.com/issue/030610.htm
> http://www.ondotnet.com/pub/a/dotnet...clickonce.html
>

 
Reply With Quote
 
D H
Guest
Posts: n/a
 
      5th Mar 2005
Aaron Fischer wrote:
> You can embed dot net controls in ie
> http://windowsforms.net/articles/iesourcing.aspx
> http://samples.gotdotnet.com/quickst...eSourcing.aspx
> "D H" wrote:
>
>
>>Are there any plans by Microsoft or anyone else to ever create a browser
>>plugin that can run .NET apps? One that can work in any browser like
>>the Flash or Acrobat plugins?
>>
>>I know about smart clients and clickonce (below), I was just curious.
>>This is almost a showstopper for developing educational software if
>>there will never be any way to run it in the browser. I thought since
>>..NET can sandbox program execution it wouldn't be a big deal.
>>http://www.15seconds.com/issue/030610.htm
>>http://www.ondotnet.com/pub/a/dotnet...clickonce.html
>>


Right, but I was looking for a plugin that works in any browser like
Flash or Acrobat or java.
 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      5th Mar 2005
DH,

No there are not, an alternative that in my opinion fullfils your described
problem is.
http://msdn.microsoft.com/msdnmag/issues/02/06/rich/

And I saw this however don't know what it is
http://www.sellsbrothers.com/wahoo/

I hope this helps?

Cor


 
Reply With Quote
 
=?Utf-8?B?QWFyb24gRmlzY2hlcg==?=
Guest
Posts: n/a
 
      5th Mar 2005
Sure embedding the control is simple. You can always set the com hooks in
your dot net assembly and run it like any other activex control presuming the
client has dot net installed.

"Aaron Fischer" wrote:

> You can embed dot net controls in ie
> http://windowsforms.net/articles/iesourcing.aspx
> http://samples.gotdotnet.com/quickst...eSourcing.aspx
> "D H" wrote:
>
> > Are there any plans by Microsoft or anyone else to ever create a browser
> > plugin that can run .NET apps? One that can work in any browser like
> > the Flash or Acrobat plugins?
> >
> > I know about smart clients and clickonce (below), I was just curious.
> > This is almost a showstopper for developing educational software if
> > there will never be any way to run it in the browser. I thought since
> > ..NET can sandbox program execution it wouldn't be a big deal.
> > http://www.15seconds.com/issue/030610.htm
> > http://www.ondotnet.com/pub/a/dotnet...clickonce.html
> >

 
Reply With Quote
 
D H
Guest
Posts: n/a
 
      6th Mar 2005
Aaron Fischer wrote:
> Sure embedding the control is simple. You can always set the com hooks in
> your dot net assembly and run it like any other activex control presuming the
> client has dot net installed.
>


Yeah I found this article
http://support.microsoft.com/kb/317346
and these COM interop tutorials
http://msdn.microsoft.com/library/de...opTutorial.asp

So I guess I could make my .NET app be a COM control, and load it as an
activex control in the browser. Mozilla/Firefox users would have to
install this activex plugin for it to work:
http://www.iol.ie/~locka/mozilla/plugin.htm

Well, it's not the greatest option I can imagine, but I guess it will
work. Thanks for the help.

Eventually I hope the Mozilla project finds a way to run Mono or .NET
apps, just like OpenOffice, Microsoft Office, and Internet Explorer can.
 
Reply With Quote
 
alejandro lapeyre
Guest
Posts: n/a
 
      6th Mar 2005
I dont know what your audience is, but I can tell you that Firefox users
will not likely install an ActiveX plugin, to begin again with the cycle
that MS Explorer started and was the reason to switch to Firefox.

Best regards,
Alejandro Lapeyre


"D H" <(E-Mail Removed)> escribió en el mensaje
news:k_6dncOCcIzcBbffRVn-(E-Mail Removed)...
Aaron Fischer wrote:
> Sure embedding the control is simple. You can always set the com hooks in
> your dot net assembly and run it like any other activex control presuming
> the
> client has dot net installed.
>


Yeah I found this article
http://support.microsoft.com/kb/317346
and these COM interop tutorials
http://msdn.microsoft.com/library/de...opTutorial.asp

So I guess I could make my .NET app be a COM control, and load it as an
activex control in the browser. Mozilla/Firefox users would have to
install this activex plugin for it to work:
http://www.iol.ie/~locka/mozilla/plugin.htm

Well, it's not the greatest option I can imagine, but I guess it will
work. Thanks for the help.

Eventually I hope the Mozilla project finds a way to run Mono or .NET
apps, just like OpenOffice, Microsoft Office, and Internet Explorer can.


 
Reply With Quote
 
Gerry Hickman
Guest
Posts: n/a
 
      7th Mar 2005
alejandro lapeyre wrote:

> I dont know what your audience is, but I can tell you that Firefox users
> will not likely install an ActiveX plugin, to begin again with the cycle
> that MS Explorer started and was the reason to switch to Firefox.


I agree, not to mention 99 out of 100 sensible IE users who care about
security.

If it's for an intRanet, you can set your control as trusted for the
whole corporation, but if it's for the internet, I'd say forget it.

It will be interesting to see how the security model develops for the
new "smart-client" concept. My guess is that those nasty security
warnings will be turned off to start with.

Talk about "making the same mistakes and expecting different results".
This is like ActiveX deja-vu all over again

--
Gerry Hickman (London UK)
 
Reply With Quote
 
D H
Guest
Posts: n/a
 
      7th Mar 2005
alejandro lapeyre wrote:
> I dont know what your audience is, but I can tell you that Firefox users
> will not likely install an ActiveX plugin, to begin again with the cycle
> that MS Explorer started and was the reason to switch to Firefox.


I know, you're right and I agree. But I at least am starting to think
it will be possible to have a secure way to run .NET/Mono apps in other
web browsers besides IE one day.

There is a mono-xpcom bridge under development:
http://lxr.mozilla.org/seamonkey/sou...tensions/mono/
I wonder if it would allow us to develop .NET apps that can be run in
Mozilla/Firefox, similar to how this cli-uno bridge will allow us to run
..NET apps in OpenOffice: http://udk.openoffice.org/cli/cli-uno.html
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
browser is not able to run Java Applets =?Utf-8?B?Um9iYm8=?= Windows XP Help 1 21st Feb 2005 08:35 AM
browser set so I can't run java applets julie Windows XP Internet Explorer 2 22nd Jun 2004 08:04 PM
browser is not able to run Java Applets scott Windows XP Internet Explorer 3 5th May 2004 05:31 AM
browser is not able to run Java Applets scotta Windows XP Internet Explorer 2 4th May 2004 08:30 PM
Java Applets/ Browser Does Not Support Java Applets =?Utf-8?B?bGlzbGU=?= Windows XP Help 3 13th Mar 2004 02:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:46 AM.