I am getting the "Type or Namespace cannot be found" error when I build my asp.net application. I have the dll referenced, and it's in the using statement. In fact, when I start up VS, it looks like it's working. Intellisense picks it up, all of the reserved
keywords change the correct colors, etc... However, as soon as the build finishes, I get that error, and the Intellisense stops working with that namespace, the fancy colors go away, and it just craps out completely on me.
I'm using OpenXMlPowerTools.dll. I went into the source and changed the namespace to OpenXMLPowerTools3, because I still use version 2.2 in the same application which was causing an issue. (Please Please Please do not tell me to use aliasing).
Anyone have any thoughts on what might be causing this? Any help is appreciated.
Go to the complete details ...