bork now, but not before?

jetx86

Perch
it worked 10 minutes ago. now i get:


[SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]


i understand what this error is, i 'know' you fix it by using the alternate virtual path io control (or something like that)...

what i don't know is a, how to do that, but yet b: why did it work 10 minutes ago?
 
now it's working, not working, working, not working... ad infinitum :( wtf

same error though

edit
something cached i guess
/edit
 
heh... i must, and one that doesn't want to write to disk all the time...

it's borking again :) same error though, 'should' be easy enough to find...

/me delves further

edit
good thing this isn't my dayjob :)
/edit
 
okie...

'seems' to be the system.xml one

Code:
      <assemblies>
        <add assembly="System.Xml, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Messaging, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
      </assemblies>

where do i go to find the name of the one that uses the virtual path?
and the other two, are they full trust ones also?

edit
where do i go to find the name of the control that writes to the virtual path and runs under medium trust, rather
/edit
 
now it works, and has worked for quite a while and i can't break it

:(

and while i messed around, i don't really think i fixed it ...

ah well, time will tell
 
Back
Top