G
Guest
When manually running resgen.exe from the command prompt (Visual Studio .NET
2003 command prompt) I get the following error:
[resgen] error: Invalid ResX input.
[resgen] error: Specific exception: SerializationException Message: Invalid
ResX input. ---> SerializationException: Cannot find the assembly Common,
Version=1.0.1905.1173, Culture=neutral, PublicKeyToken=null.
[resgen] 2 error(s).
The file within the project it is erroring on is a custom control.
I have seen this error in the newsgroups, but no posts on a proper solution.
If I build the solution in the Visual Studio .Net 2003 IDE, it builds fine.
However We are trying to build a solution from the command line using Nant.
When Nant runs the build, it first runs resgen and then gets the same error
that occurs when running resgen.exe manually from the command line.
Any help would be appreciated.
Thanks,
Frank Jones
2003 command prompt) I get the following error:
[resgen] error: Invalid ResX input.
[resgen] error: Specific exception: SerializationException Message: Invalid
ResX input. ---> SerializationException: Cannot find the assembly Common,
Version=1.0.1905.1173, Culture=neutral, PublicKeyToken=null.
[resgen] 2 error(s).
The file within the project it is erroring on is a custom control.
I have seen this error in the newsgroups, but no posts on a proper solution.
If I build the solution in the Visual Studio .Net 2003 IDE, it builds fine.
However We are trying to build a solution from the command line using Nant.
When Nant runs the build, it first runs resgen and then gets the same error
that occurs when running resgen.exe manually from the command line.
Any help would be appreciated.
Thanks,
Frank Jones