Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: Changing Assembly Names


Message #1 by "mark hoskins" <dynst@x...> on Wed, 28 Aug 2002 18:44:37
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.

  Return to Index