I have a DLL which i reference in my asp.net page. i start populating properties of this DLL from my page, when i get the follwoing error:
Attempted to access an unloaded AppDomain
The dll basically goes out to a network drive by using the UNC path and grabs files, The DLL always works for the first file it grabs but then on the next file grab call it gives me the above error.
when i check the values of the current domain before the next file grab call everything is still set correclty.
I have searched though google and other places for answers to this, and have come up empty.. Any help would be great, and at this point so need.
Thanks to anyone who has insight to this topic
Attempted to access an unloaded AppDomain
The dll basically goes out to a network drive by using the UNC path and grabs files, The DLL always works for the first file it grabs but then on the next file grab call it gives me the above error.
when i check the values of the current domain before the next file grab call everything is still set correclty.
I have searched though google and other places for answers to this, and have come up empty.. Any help would be great, and at this point so need.
Thanks to anyone who has insight to this topic