No more DLL Hell, replaced with Visual Studio Hell
I am grateful for no longer having to deal with COM and Dll hell. Now, instead I battle daily with the VS IDE 1.1. How many times a day do I see this:
F:\Projects\AMNET\CDS Controls\CustomControls\obj\Debug\CustomControls.pdb The file 'F:\Projects\AMNET\CDS Controls\CustomControls\obj\Debug\CustomControls.pdb' cannot be copied to the run directory. The process cannot access the file because it is being used by another process.
or this:
F:\Projects\AMNET\CDS Forms\Maintenance\frmMaintenance.vb(53): 'SuspendLayout' is not a member of 'CustomDataSystems.AMNET.Forms.Maintenance.frmMaintenance'.
or this:
F:\Projects\AMNET\CDS Forms\Maintenance\frmMaintenance.vb(15): Type 'frmAncestor' is not defined.
or this:
The designer could not be shown for this file because none of the classes within it can be designed.
times 300
Solution? Shut down the IDE, delete the bin folder, do a restart, stand on my hand, run around my desk 5 times, throw salt over my left shoulder and then hold my breath. Wow this is frustrating.