Skip to main content

Posts

How to install FX Cop

I found it bit tricky to install FX Cop and therefore wanted to save the steps so others can take benefit from my effort. 1. Download the Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) http://www.microsoft.com/en-us/download/details.aspx?id=8442 2. Download the right version e.g x86 ISO File Name: GRMSDK_EN_DVD.iso 3. Mount the ISO and go to folder “Setup\WinSDKNetFxTools” 4. Open the cab1 file using the Windows Explorer 5. Extract the file (WinSDK_FxCopSetup.exe_all_enu_1B2F0812_3E8B_426F_95DE_4655AE*) to local drive 6. Rename the file to WinSDK_FxCopSetup.exe 7. FxCop main screen Technorati Tags: FxCop

HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler.

Server: Windows Server 2012 IIS: Version 8.0.9200.16384 Issue: Trying to browse a WCF service which is running in Application Pool 4.0 Classic. Resolution: The error occurs if correct version of .net is not mapped with the *.svc extension in the IIS Handler Mappings. Ensure the right version of .net is mapped with the *.svc extension. Click on the Web Site and click on Handler Mappings: Add the following maps if missing Try to restart IIS and then browse the service.  The above steps helped me to resolve the issue.

Custom Pipeline Properties are not getting exported

I’ve a custom pipeline that has a connectionString property.  I can see the values from the AdminConsole however when I export the bindings, the connctionString value is not getting exported and <ReceivePipelinData> element is empty. Here is a solution to the problem. The Export Bindings option doesn’t export default values. (Ridiculous, wasted my good portion of a day)  After I changed it to something different then default and it was exported in the binding file.