Hello everyone,
I am using Windows Server 2008 Enterprise + .Net 3.5 + VSTS 2008 + C# to develop a console application. The application runs fine on my developer desktop. But when I run the same application on another machine (Windows Server 2008 Enterprise as well, but no VSTS 2008 installed), there is error says assembly Microsoft.Expression.Encoder can not be found. For security and policy reasons, I can not install VSTS 2008 or SDK on the machine to use tools like gacutil to debug (so any quick method to find whether the assembly is correctly installed or not?).
My question is, where should Microsoft.Expression.Encoder be? In GAC or somewhere else? I am not sure how my program looks for Microsoft.Expression.Encoder.
BTW: my console application is not strong signed, and I think Microsoft.Expression.Encoder should be strong signed, correct? If so, where should Microsoft.Expression.Encoder be found -- in GAC or in local folder (e.g. the same folder as the console applicaton)?
thanks in advance, George