Problems with localizing source code
Hello,
I'm now trying the Add-In in Visual studio .net on a sample application and I am having a similar problem to the one I had with my own application (difference is that sample program is in c# and my own in c++). When I try to translate messages in the source code, I get errors.
In the sample app, when I select and translate a message in the Add-In and it changes the code, I get the error:
"The type or namespace 'Resources' does not exist in the namespace 'Microsoft.VisualStudio.Samples.TextEncoding.EncodingApplication' (are you missing an assembly reference?)"
In my original code ML_STRING (in the MlString.cpp added by the Add-In) wasn't recognized and caused an error.
So how could I get the source code localization working?
Thank you in advance.
Helena Paakkola