MLString module causing problem
Hello there.
I just tried the add-in for the first time (trial version for Visual Studio 2005) and I must say, it is pretty impresive.
I ran 2 test with it :
- I ran the add-in to a Window Form project. The project contains about 150 forms in it. Even if I went into some problems with the environement (some out of memory crash), I finally succeeded setting up the project for traduction. Well done.
- Then I ran the add-in to a Web project. Everything seems to work well except that I can't build my web project anymore. The MLString module gives me an error at this line :
Public ResMgr as ResourceManager = Resources.MultiLang.ResourceManager
It can't seem to be able to recognize the keyword Resources.
Here is the error description : "Resources is ambiguous, imported from the namespaces or types "System.Web", "System"".
Is there any workaround for this?
Thx!