I am wondering what would be the way to rename all the class files.
let's say, from wrox.* to dynst.*
I do it and get this error...
Parser Error Message: The located assembly's manifest definition with
name 'DynST.WebModules.NewsManager.Data' does not match the assembly
reference.
Source Error:
Line 324: <add
Line 325: assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Line 326: <add
Line 327: assembly="*" />
Line 328: </assemblies>
please explain what I am overlooking here.
I have changed all references to the word wrox, and removed the strong
name key.
thanks , mark.