Post by JigarThanks for reply...........it didn help :(
if u run without breakpoint, i get the error (run time error '91' : Object
variable or with variable not set).
If i debug the entire code thn at some time i ll get the error mentioned in KB
Post by SinnaPost by JigarI am facing the problem mentioned at
http://support.microsoft.com/kb/191000
Did anyone found the solution for it?
Thanks
AFAIK there is no solution for it as VB can't know which version of the
file you are editing more than once should be saved.
To avoid this, close all windows in the IDE before launching/debugging
your application.
Sinna
Perhaps a workaround (however it's a dirty one):
Can you determine the file that the IDE tries to open more than once?
Make a copy of that file and replace the original file in one project
with the copy.
Perhaps a sequence :
Project A contains modCommon.bas
Project B contains modCommon.bas
Copy modCommon.bas to modCommon2.bas
Remove modCommon.bas from Project B
Add modCommon2.bas to Project B
Try to launch the application
Do you still have the error?
Sinna