views:

311

answers:

2

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?

+2  A: 

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.

Danny G
A: 

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

Jhonny D. Cano -Leftware-