Monday, December 8, 2008

STSDEV with Theme function error handle

When you first time to create a solution for theme definition by STSDEV theme version. You might be see the error message when do a deployment as following:
The 'ReceiverAssembly' attribute is invalid.

The steps to fix this issue:

  1. Install Reflector and running it. ( If there's not already, you are going to download it from http://www.red-gate.com/products/reflector/)
  2. Run reflector and open the directory which host solution dll file. (Your solution folder\bin\Debug) And drag the dll into the reflector panel and then click the new added one.
  3. Copy the name string from bottle panel of reflector and paste into "ReceiveAssembly item" of file feature.xml.

No comments: