I’ve code in VB.NET windows forms.
I am using AppDomain.CurrentDomain.BaseDirectory
for path location but it changes to changes to C:WindowsSystem32spoolDriversx643 from other drives (D:NB) automatically during exe execution.
Issue is I cannot find from where this changes?
NOTE :
I am using crystal reports SP35 version which is latest for now.
I’ve read somewhere that log4net changes this. if so I have a doubt on it, how do I stop it from changing?
Thanks.