<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_helloyou</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/33488/rss</id><updated>2011-07-05T05:38:56Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/33488/rss"/><entry><id>http://www.cnblogs.com/helloyou/archive/2011/07/05/2098227.html</id><title type="text">How to sign dll directly</title><summary type="text">Step 1: Dis-assemble the assemblyildasm myTest.dll /out:myTest.ilStep 2: Re-Assemble using your strong-name keyilasm myTest.il /res:myTest.res /dll /key:myTest.snk /out:myTestSN.dllThis code work perfectly to assign strong name.for verification you can use following command,sn -vf myTestSN.dll</summary><published>2011-07-05T05:39:00Z</published><updated>2011-07-05T05:39:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2011/07/05/2098227.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2011/07/05/2098227.html"/><content type="html">&lt;p&gt;Step 1: Dis-assemble the assembly&lt;br /&gt;ildasm myTest.dll /out:myTest.il&lt;/p&gt;&#xD;
&lt;p&gt;Step 2: Re-Assemble using your strong-name key&lt;br /&gt;ilasm myTest.il /res:myTest.res /dll /key:myTest.snk /out:myTestSN.dll&lt;/p&gt;&#xD;
&lt;p&gt;This code work perfectly to assign strong name.&lt;/p&gt;&#xD;
&lt;p&gt;for verification you can use following command,&lt;br /&gt;sn -vf myTestSN.dll&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/helloyou/aggbug/2098227.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/helloyou/archive/2011/07/05/2098227.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/08/27/1277948.html</id><title type="text">Installing SharePoint 2007 by using different versions of .net framework</title><summary type="text">Problem: This product requires ASP.NET v2.0 to be set to 'Allow' in the list of IIS Web Server ExtensionsReason: There are different versions of .net framework installed in your computer (at least 3.0...</summary><published>2008-08-27T10:08:00Z</published><updated>2008-08-27T10:08:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/08/27/1277948.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/08/27/1277948.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/08/14/1268193.html</id><title type="text">WCF / Silverlight 2 Beta 2: "The remote server returned an unexpected response: (404) Not Found."</title><summary type="text">Problem: Silverlight 2 Beta 2 cannot call WCF service and always shows "The remote server returned an unexpected response: (404) Not Found".Reason: Client cannot access service, there's something wron...</summary><published>2008-08-14T12:58:00Z</published><updated>2008-08-14T12:58:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/08/14/1268193.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/08/14/1268193.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/08/14/1268086.html</id><title type="text">Error: Add WCF Service Reference in Silverlight 2 Beta 2</title><summary type="text">Problem: Cannot add WCF service reference in Silverlight 2 Beta 2 application, it says "Object not set to an instance...".Reason: A pervious dll was not replaced when installing SL2B2, Dll Name: Micro...</summary><published>2008-08-14T09:17:00Z</published><updated>2008-08-14T09:17:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/08/14/1268086.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/08/14/1268086.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/08/04/1260178.html</id><title type="text">How to resolve the problem "Could not download sliverlight application" when doing deployment</title><summary type="text">The problem is mainly because the file type ".xap" is not registered in MIME in IIS.So, try to manually add the type into MIME:Customer Header Name: .xapCustomer Header Value: application/x-silverligh...</summary><published>2008-08-04T07:41:00Z</published><updated>2008-08-04T07:41:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/08/04/1260178.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/08/04/1260178.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/05/07/1186387.html</id><title type="text">LinQ Attempt</title><summary type="text">LinQ to XML:privatevoidImportXMLToSQL(stringxmlFileLocation){vardoc=XDocument.Load(xmlFileLocation);varq=frompindoc.Elements("AzAdminManager").Elements("AzApplication")selectp;foreach(vareinq){this.tx...</summary><published>2008-05-07T02:37:00Z</published><updated>2008-05-07T02:37:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/05/07/1186387.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/05/07/1186387.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/05/05/1182922.html</id><title type="text">Powerful VB Script</title><summary type="text">Just finished some code about vb script and realized how powerful it is, blog some useful code here:functionAssignAppPoolIdentity(AppPoolName)BasePath="IIS://localhost/w3svc/AppPools"BasePath=BasePath...</summary><published>2008-05-05T02:36:00Z</published><updated>2008-05-05T02:36:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/05/05/1182922.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/05/05/1182922.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/04/21/1164100.html</id><title type="text">How to install Active Directory in Server 2008 and Vista</title><summary type="text">Windows Server 2008:Run command window: servermanagercmd -i adldsWindows Vista: Install ADAM on a non-Vista machine. I used a Windows 2003 server VM to do this. Copy the %WINDIR%\ADAM folder that is c...</summary><published>2008-04-21T08:17:00Z</published><updated>2008-04-21T08:17:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/04/21/1164100.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/04/21/1164100.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/03/26/1123434.html</id><title type="text">Turkey "i"</title><summary type="text">The upper case of Turkey "i" is "İ " not "I".Need to use CultureInfo.InvariantCulture or ToLowerInvariant() to deal with.</summary><published>2008-03-26T09:29:00Z</published><updated>2008-03-26T09:29:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/03/26/1123434.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/03/26/1123434.html"/></entry><entry><id>http://www.cnblogs.com/helloyou/archive/2008/03/25/1121219.html</id><title type="text">How to identity your Version of SQL Server 2005 </title><summary type="text">9.00.1399SQL Server 2005 (RTM)9.00.2047SQL Server 2005 SP19.00.3042SQL Server 2005 SP2</summary><published>2008-03-25T05:51:00Z</published><updated>2008-03-25T05:51:00Z</updated><author><name>俺是老Z</name><uri>http://www.cnblogs.com/helloyou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helloyou/archive/2008/03/25/1121219.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helloyou/archive/2008/03/25/1121219.html"/></entry></feed>
