I'm trying to compile a c# class (myClass, which implements ImyInterface) into a dll using vcvars32.I get error CS0246: The type or namespace name 'ImyInterface' could not be found (are you missing a using directive or an assembly reference?).Has anybody ran into this problem?