Windows Control In Browser and NET Framework 2.0

B

brianelopez

OK. Simple, Simple, Simple
I have a windows form control embedded in an html page. This control
runs over an intranet and is used to transfer files from the client
intranet PC to an intranet server. No GAC involvement at all. A few
months ago this control worked great with few problems. As long as the
client PC fully trusted the control via the "Microsoft .NET Framework
1.1 Wizards" everything wored fine. Now however every client with
Microsoft .NET Framework 2.0 installed is broken. There is no longer a
wizard to trust the control. The client PC's that work have yet to
install the .NET Framework 2.0. The broken clients experience the
dreaded
"system.security.permissions.securitypermission" error. Any help would
be greatly appreciated.
 
J

Jason Hales

I'm using a simialar trusted assembly in v1.1 of framework and we're
due to upgrade to v2 soon. I've heard the same thing about a lack of
the config tool on user PCs.

I've also heard that the permission need to be run in again on PCs with
v2 of Framework. Can you create the permissions on your development PC
and then a generate an MSI using the .NET Framework 2 Configuration to
be run on the clients?

Sorry but this is all supposition on my behalf as I've not installed
Framework 2 yet but will soon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top