
Write JScript .NET or Visual Basic .NET code directly inside IE
Quote:
> Sorry about this but...
> When I compile I get three warnings, two about arguments not supplied and
> the first about concatenation with '+' not using Stringbuilder, you
{*filter*}
> boy :)
The warnings are expected; you can compile with /w:0 to ignore them. You can
also patch up the code if you wish, but I'm too lazy to do it myself. The
code works as expected.
Quote:
> Then I run the caspol line and start ie6. The browser moans that I'm
running
> a big risk but then crashes with 'Request for permission of type
> System.Security.Permissions.SecurityPermission mscorlib' etc. etc. failed.
> Any ideas?
You probably need to re-start your machine, or (sometimes this works) just
kill all instance of IEXPLORE and EXPLORER in your process list in Task
Manager. This should also cause your task bar to temporarily dissapear while
explorere re-starts.
Peter