Debug vs Release version

  • Thread starter Thread starter genc ymeri
  • Start date Start date
G

genc ymeri

Hi,
I'm experiencing something very weird when I switch from Debug to Release
and vice versa. Everything was working fine under Debug mode and then I
made a Release compilation. Now if I go back to "Debug" mode will not
compile showing the error message. If I switch back in "Release" mode it
will compile just fine.

Any idea ?

Thank ypu in advance.



C:\PROJECTS\MyProject\frmMain.cs(1259): The type or namespace name
'AxMicrosoft' could not be found (are you missing a using directive or an
assembly reference?)
 
I don't know where it is, I don't where to find it, and I don't know what it
is ? I haven't done any change to my program. I just switched mode from
Debug to Release and vice versa.

How can I fix this ?

Thanks
 
Back
Top