Hi Reza ,
Many thanks for the reply.
I couldn't find out what the following mean: -n MagNetAlertVanSps02
The name of the group perhaps?
How can I make it cope with other framework versions, I mean supposing they
don't have v1.1.4322 of the .net framework? Could it be possible there could
be v1.1.****?
Also, I've written the application using 1.0 of the framework so I would
like it to run for that as well.
Is it possible to write something to detect whether the .Net framwork exists
on the users machine, and if not load it from the internet and install it?
Many thanks once again,
Steve.
> You'd better make a batch file like the one below and ask users to run it
> before running your application.this is what most of the us do for now.
[quoted text clipped - 106 lines]
> >
> > End Class
ALI-R - 30 Nov 2004 17:02 GMT
> I couldn't find out what the following mean: -n MagNetAlertVanSps02
> The name of the group perhaps?
**** it is the name of Code group that caspol creates in your Code access
security (ControlPanel->Adminsitrative Tools-> Microsoft .Net Framework
configuration 1.1),you can name it what so ever ,say test1 ,......
> How can I make it cope with other framework versions, I mean supposing they
> don't have v1.1.4322 of the .net framework? Could it be possible there could
> be v1.1.****?
v1.1.**** =v1.1.4322 ,right??:-)
> Also, I've written the application using 1.0 of the framework so I would
> like it to run for that as well.
>
> Is it possible to write something to detect whether the .Net framwork exists
> on the users machine, and if not load it from the internet and install it?
Ofcourse there should be a way to detect wether framwork exists or not ,but
what I do is that in our corporate interanet I push this batch file and .net
Framework to the clients which desire to work with my applications(think
about it like windows update).anyways your clinets have to install
.Netframework that's a very good time to make them install appropriate
security groups in their machines too.
Good luck
Reza Alirezaei
> Many thanks once again,
>
[quoted text clipped - 110 lines]
> > >
> > > End Class
ALI-R - 30 Nov 2004 23:12 GMT
read this article ,it is very useful and informative.
http://msdn.microsoft.com/vcsharp/using/columns/wonders/default.aspx?pull=/libra
ry/en-us/dnforms/html/winforms11122002.asp
it shows you how to programmatically create code group but still you have to
ask your users to run your programme on their local machine.you know what
I'm meaning.
Good luck
> Hi Reza ,
>
[quoted text clipped - 127 lines]
> > >
> > > End Class