error in regenerating pdb file
-
Hi dear i've created a dll ile using vb.net.when I build it first time it got built successfully.but after some modification in my file if I do the same i.e(builting solution) it gives me error as follows. unable to write output file 'c:\vb.net\dllkeysearch.pdb':Access id denied. could u pls tell me how can i get rid of this error.and why it is happening? Thanking you! Uttam Kumar try to be the best... whereever you go,
-
Hi dear i've created a dll ile using vb.net.when I build it first time it got built successfully.but after some modification in my file if I do the same i.e(builting solution) it gives me error as follows. unable to write output file 'c:\vb.net\dllkeysearch.pdb':Access id denied. could u pls tell me how can i get rid of this error.and why it is happening? Thanking you! Uttam Kumar try to be the best... whereever you go,
You're getting this error because the .DLL is locked by another process. It's being used by some other application. Perhaps another part of your project? Did you set a reference to this .DLL file directly, or reference the project that generated this .DLL? You're MUCH better off using the project reference. You already found out why. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
You're getting this error because the .DLL is locked by another process. It's being used by some other application. Perhaps another part of your project? Did you set a reference to this .DLL file directly, or reference the project that generated this .DLL? You're MUCH better off using the project reference. You already found out why. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Thanks for yur answer Mr. Dave Uttam Kumar Convonix.inc try to be the best... whereever you go,