Link to home
Start Free TrialLog in
Avatar of NTAC
NTAC

asked on

Can two readers access the same file without an exception generated?

I have a StreamReader and a FileStream trying to access the same file (both readers are read-only).  I get an exception--but I figured I would.  Is there a way to get around this?  
ASKER CERTIFIED SOLUTION
Avatar of s_sansanwal
s_sansanwal

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial