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
2009-03-26 18:10:17
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-
2009-04-07 19:43:26