W
WineNCheese
Hi all,
I have a seemingly simple but strange problem: In an exe assembly, I get
the error above (CS0234) when I build my solution the first time. The
assembly that defines the namespace (abc.def.blah) is correctly referenced,
and the build order is correct. The compile error occurs on a using
statement on the first build (and on subsequent builds if I don't do a
complete rebuild). If I do a second rebuild the error goes away. Also, I
reference and use the assembly that defines that namespace in many other
assemblies (both dll and exe), and they compile just fine in all cases.
Copy Local is set to true, and when the error occurs, the assembly in
question is definitely where it is supposed to be. Any idea what this could
be?
TIA
WNC
I have a seemingly simple but strange problem: In an exe assembly, I get
the error above (CS0234) when I build my solution the first time. The
assembly that defines the namespace (abc.def.blah) is correctly referenced,
and the build order is correct. The compile error occurs on a using
statement on the first build (and on subsequent builds if I don't do a
complete rebuild). If I do a second rebuild the error goes away. Also, I
reference and use the assembly that defines that namespace in many other
assemblies (both dll and exe), and they compile just fine in all cases.
Copy Local is set to true, and when the error occurs, the assembly in
question is definitely where it is supposed to be. Any idea what this could
be?
TIA
WNC