Question

When I compile my .NET 1.1 ASP.NET app, I'm getting RESX reference problems. How can I easily force VS2003 to dump all these references (I'm not using them) and force a rebuild of them?

Was it helpful?

Solution

You can use a text editor that allows you to use regular expressions and do a find and replace on this regex

^.*\n.resx\"\n.\n.EmbeddedResource.\n.*

OTHER TIPS

I agree with Danny, I would open the .sln file to see where is it referencing the conflicting RESX and get rid of them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top