error MSB3041: Specified argument was out of the range of valid values

  • Thread starter Thread starter ddemoney
  • Start date Start date
D

ddemoney

Guest
Building a fairly simple Windows form project using VS2008. Just started getting the error:

C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CSharp.targets(60,9): error MSB3041: Unable to create a manifest resource name for "Form1.resx". Specified argument was out of the range of valid values.

C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CSharp.targets(60,9): error MSB3041: Parameter name: offset

How do I determine what offset it is referring to? There is no obvious clue in Microsoft.CSharp.targets or the designer file.

Continue reading...
 
Back
Top