﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » dotfuscator question</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 06:48:11 GMT</lastBuildDate><ttl>20</ttl><item><title>dotfuscator question</title><link>http://forum.strataframe.net/FindPost7900.aspx</link><description>I'm attempting to obfuscate my app, using the community edition of dotfuscator that comes with VS 2005.  I'm getting a TypeLoadException when I try to run the obfuscated app. It says I "tried to implement a method declaration with a different virtual state".  &lt;br&gt;
&lt;br&gt;
This occurs in InitializeComponent() of a user control.&lt;br&gt;
&lt;br&gt;
Anyone have any ideas what I'm looking for here to fix this?</description><pubDate>Thu, 05 Apr 2007 08:47:48 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: dotfuscator question</title><link>http://forum.strataframe.net/FindPost7906.aspx</link><description>If you're signing your assemblies, then you might need to delay sign them or resign them after the obfuscation has run.&amp;nbsp; Also, make sure you're not obfuscating any of the public members, otherwise, referencing assemblies won't be able to see the types any more.</description><pubDate>Thu, 05 Apr 2007 08:47:48 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>