Re: .NET Applet
- From: eusebiu <MarcuEusebiu@xxxxxxxxx>
- Date: Wed, 20 Jun 2007 02:38:59 -0700
On Jun 19, 7:47 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
eusebiu,
Well, the first thing I would do is check to see if the framework is
configured on each of the machines with the appropriate permissions to run
the control in IE. You have to go to the Framework Configuration utility
(under Administrative Tools) and specify that the assembly has the
appropriate permissions.
The permissions should be the same as they are on your machine, which
already is set up correctly, given that the applet runs.
--
- Nicholas Paldino [.NET/C# MVP]
- m...@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"eusebiu" <MarcuEuse...@xxxxxxxxx> wrote in message
news:1182271212.718414.150680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hello..
I have an applet written in C#(Windows.Forms.UserControl) and I import
it into an ASP.NET 2.0 page with <object> tag and the assembly is in
the same folder with the aspx page.
<object id="applet"classid="http:Assembly.dll#Namespace.MyClass"></
object>
When I run the Application (F5 in VS2005) the applet is showed but
when someone in my intranet network want to acces the page, the applet
is not showed.
Why is that?
If I write the URL to the applet dll, I am asked if I want to download
the dll. So I am thinking that the IE is not downloading the dll into
Temporary Internet Files. Am I right? And if I am, how can I set IE to
download the dll?- Hide quoted text -
- Show quoted text -
I have uninstalled .NET Framework 2.0 and installed it again on my
machine. I've added the assembly in GAC and now I can;t see the applet
in my application on my developer machine.... And I can't see the
configuration utility either...
.
- Follow-Ups:
- Re: .NET Applet
- From: eusebiu
- Re: .NET Applet
- References:
- .NET Applet
- From: eusebiu
- Re: .NET Applet
- From: Nicholas Paldino [.NET/C# MVP]
- .NET Applet
- Prev by Date: Re: Go ahead. Stop programming. This ensures you from any mistakes.
- Next by Date: Re: Cannot modify the result of an unboxing conversion?
- Previous by thread: Re: .NET Applet
- Next by thread: Re: .NET Applet
- Index(es):
Relevant Pages
|