Missing policy assembly

It seems that there are some windows files that need to be repaired  however, I don't know how to repair them and I did not want to reload the OS if I can find another way to fix it.
I tried to install SQL Server 2014 Express x64 on a Windows 8.1 computer and get the following error shown below.  Why is it looking for an x86 assembly when it is installing on an x64 architecture.
An error occurred during the installation of assembly 'policy.8.0.Microsoft.VC80.MFCLOC,version="8.0.50727.4027",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32-policy"'. Please refer to Help
and Support for more information. HRESULT: 0x80073712.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0xDF039760%25401201%25401
When I run sfc/scannow the log file has the information below.  I then ran Dism.exe and it said "The restore operation completed successfully.  The component store corruption was repaired.  The operation completed successfully". 
However, when I rerun sfc/scannow I still get the below error log. 
2014-07-08 08:37:36, Info                  CSI    00000cc0 [SR] Beginning Verify and Repair transaction
2014-07-08 08:37:37, Info                  CSI    00000cc1 Manifest hash for component [ml:280{140},l:180{90}]"x86_policy.8.0.microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_4db63e267dcf142c"
does not match expected value.
 Expected:{l:32 b:7a27ac14852d08d8df398b4edd656ff260492d5e113c1bfae9de119a5ae7b374}
 Found:{l:32 b:90df626615f2b11846fb239362b670b7993841695a28b4197284e814507305bb}.
2014-07-08 08:37:37, Info                  CSI    00000cc2 Unable to load manifest for component [ml:280{140},l:180{90}]"x86_policy.8.0.microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_4db63e267dcf142c"
2014-07-08 08:37:37, Info                  CSI    00000cc3 [SR] Cannot verify component files for policy.8.0.Microsoft.VC80.MFCLOC, Version = 8.0.50727.6195,
pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:24{12}]"win32-policy", TypeName neutral, PublicKey neutral, manifest is damaged (TRUE)
2014-07-08 08:37:38, Info                  CSI    00000cc4 [SR] Verify complete
2014-07-08 08:37:38, Info                  CSI    00000cc5 Manifest hash for component [ml:280{140},l:180{90}]"x86_policy.8.0.microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_4db63e267dcf142c"
does not match expected value.
 Expected:{l:32 b:7a27ac14852d08d8df398b4edd656ff260492d5e113c1bfae9de119a5ae7b374}
 Found:{l:32 b:90df626615f2b11846fb239362b670b7993841695a28b4197284e814507305bb}.
2014-07-08 08:37:38, Info                  CSI    00000cc6 Looking for manifest in Backup Dir...
2014-07-08 08:37:38, Error                 CSI    00000cc7 (F) Unable to load manifest for component [ml:280{140},l:180{90}]"x86_policy.8.0.microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_4db63e267dcf142c"[gle=0x80004005]
2014-07-08 08:37:38, Error                 CSI   
00000cc8@2014/7/8:15:37:38.831 (F) base\wcp\componentstore\storelayout.cpp(2160): Store corruption detected in function ComponentStore::CRawStoreLayout::FetchManifestContent expression: 0
  FileHashMismatch on resource [117]"\winsxs\manifests\x86_policy.8.0.microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_4db63e267dcf142c.manifest"[gle=0x80004005]
2014-07-08 08:37:38, Info                  CBS    Added C:\WINDOWS\Logs\CBS\CBS.log to WER report.

Hi,
To solve this, I am afraid you should try to refresh your computer in this way:
To refresh your PC
1. Swipe in from the right edge of the screen, tap Settings, and then tap Change PC settings.
2. Tap or click Update and recovery, and then tap or click Recovery.
3. Under Refresh your PC without affecting your files, tap or click Get started.
4.Follow the instructions on the screen.
Details can be seen at:
http://windows.microsoft.com/en-us/windows-8/restore-refresh-reset-pc
Note that:
Apps you installed from websites and DVDs will be removed. Apps that came with your PC and apps you installed from the Windows Store will be reinstalled. Windows puts a list of removed apps on your desktop after refreshing your PC
Regards
Wade Liu
TechNet Community Support

Similar Messages

  • The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

    we are using VS 2013. i have created new build definition and run that created build its getting failed and showing error message as "The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly
    reference?)" and "The type or namespace name 'WinComboBox, UITestControl, WinTitleBar.....etc' could not be found (are you missing a using directive or an assembly reference?)". in the error log is showing the error number are "error CS0234
    & error CS0246". 
    Actually i have created build for automation execution from MTM lab environment. i have to assign the build to the test plan. once the build is passed , i will assign to the test plan and run with automation options. 
    if i build the solution its getting successfully build. but when i run the created build definition it show the error message's.  
    Could you guide me how to resolve the above error's ? 
    Thanks in Advance...

    Hello Divakar Ponnada,
    I have checked the error CS0234 from here:
    http://msdn.microsoft.com/en-us/library/0e92xd7b.aspx
    It means your project cannot find the proper reference to your type "Visual Studio" from the namespace Microsoft.
    May I ask this question, does your build definition means something like the following blog described?
    http://www.asp.net/web-forms/overview/deployment/configuring-team-foundation-server-for-web-deployment/creating-a-build-definition-that-supports-deployment
    "A build definition is the mechanism that controls how and when builds occur for team projects in TFS. "
    If that is the problem, may I ask whether your build agent is in the same machine where you build your application?
    The build agent will first search for the reference from its local GAC and if it cannot find it, the error like you said will reports. Please manually build your project from your build agent machine to see the result, or install Visual Studio to your build
    agent machine. In that way I think your problem may fixed.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The type or namespace name 'BusinessData' does not exist in the namespace 'Microsoft.SharePoint' (are you missing an assembly reference?)

    I am trying to compile my SharePoint 2010 solution(VS2010) in VS2013 to deploy in SP2013, i have removed all old 14 ref and added 15 ref for microsoft.SharePoint, office.server and other assemblies. 
    still i am getting "The type or namespace name 'BusinessData' does not exist in the namespace 'Microsoft.SharePoint'
    (are you missing an assembly reference?)"
    did i miss any step here or any version issue?
    any suggestions to resolve
    Thanks
    S.Venkata Appaji

    Hi,
        Just confirm that Target Frame work has been changed to 4.5 or not, if not changed it to 4.5 and give it a try.  Then also it gives error then check the SP reference, dll properties and check its version(it should be 15.0.).
    PS:-You can fine target framework under project properties->Application-> Target Framework.
    Regards,
    MS

  • The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

    I have a Windows app that was built some 7 years ago on a WinXP machine using VS2005.  It uses Crystal Reports for the reporting.  We recently got new machines with Win7 x64 and I installed VS 2013 Pro. I moved the app to my machine and upgraded
    it to that VS version.  It previously had a .NET Framework target of version 2.0.  I changed the target to version 4.5.
    I want to use the MS Reporting instead of Crystal Reports.  However, I cannot get the ReportViewer control to show up in the Toolbox.
    I downloaded and installed the ReportViewer Runtime 2012.  I installed the ReportViewer using the NuGen GUI and console.  I tried adding the control to the Toolbox using Tools > Choose Toolbox Items... but it never shows up after I browse to
    the Microsoft.ReportViewer.WinForms.dll file and select it.  I manually typed 'Microsoft.Reporting.WinForms.ReportViewer' and the intellisense came up fine.  But when I build the project I get the error shown in this post's title.
    I'm at a complete loss.  I've searched all over and tried everything I can find on the subject with no luck.
    Can anybody help?
    Thanks.

    Thank you for taking the time.
    The Report Viewer will not appear on the Toolbox, even with references to that assembly.  However the Crystal Reports viewer IS in the Toolbox.
    I think it may be because Crystal Reports is installed and integrated?  I don't know.  I just can't get it to work.
    Thanks again.
    Hello,
    From
    ReportViewer Controls (Visual Studio), we could get that ReportViewer Controls are included in VS2013, that means we don't need to install that control manually.
    To confirm whether this issue is related to your Visual Studio or Crystal Reports, I would recommend you consider testing it with the following ways.
    1. Create a simple windows form application, and open a form designer window, and check whether reportviewer is inside the tool box.
    If it is available, then we could focus on your project to narrow down this issue.
    If it is still missing, we could test it with #2.
    2. Uninstall Crystal Reports and disable all add-ins of VS2013, and if possible, you could also uninstall and reinstall VS2013 to make sure the environment is clean enough. Next repeat the steps of #1.
    It will be much helpful if you could share the detailed results with us.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Missing Policy

    Hi,
    I installed a new weblogic server 10.3.6 in my local environment and tried to deploy my project there but I am encountering below error
    javax.xml.ws.WebServiceException: oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy reference URI "oracle/wss_http_token_client_policy" is not valid. My page contains taskflows with configured web service policy but I dont know how to solve this.
    Did I miss something?
    Webcenter 11G PS 5

    There's been similar issues posted in various forums. Check their answers:
    Policy set for deployed application
    WSMException: WSM-06102 PolicyReference The policy reference URI "oracle/ws
    http://antonis-antoniou.blogspot.co.uk/2011/03/wsm-06102-policy-referenced-by-uri.html

  • Experiencing "The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?)" compilation error

    I am just starting to implement a new user login authentication process wherein after prompting user for username & password, I hope to authenticate them againts our company Active Directory user data. Since I am just starting, I only have very few things
    done at this point which is how I wanted to work on this so that my development environment is still at its simplest state.
    I am using the following for development:
    MS-Visual Studios Professional 2013 Version 12.0.30501.00 Update 2, and
    MS .NET Framework Version 4.5.50938.
    Here are my project solution's current items:
    Web.config:
    <?xml version="1.0"?>
    <!--
    For more information on how to configure your ASP.NET application, please visit
    http://go.microsoft.com/fwlink/?LinkId=169433
    -->
    <configuration>
    <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
    </system.web>
    <system.webServer>
    <defaultDocument enabled="true">
    <files>
    <add value="Login.aspx" />
    </files>
    </defaultDocument>
    </system.webServer>
    </configuration>
    Web.Debug.config:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
    <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
    <!--
    In the example below, the "SetAttributes" transform will change the value of
    "connectionString" to use "ReleaseSQLServer" only when the "Match" locator
    finds an attribute "name" that has a value of "MyDB".
    <connectionStrings>
    <add name="MyDB"
    connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
    xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
    </connectionStrings>
    -->
    <system.web>
    <compilation xdt:Transform="RemoveAttributes(debug)" />
    <!--
    In the example below, the "Replace" transform will replace the entire
    <customErrors> section of your web.config file.
    Note that because there is only one customErrors section under the
    <system.web> node, there is no need to use the "xdt:Locator" attribute.
    <customErrors defaultRedirect="GenericError.htm"
    mode="RemoteOnly" xdt:Transform="Replace">
    <error statusCode="500" redirect="InternalError.htm"/>
    </customErrors>
    -->
    </system.web>
    </configuration>
    Web.Assemblies.config:
    <?xml version="1.0"?>
    <configuration>
    <system.web>
    <compilation debug="false" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
    <assemblies>
    <add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral PublicKeyToken=b03f5f7f11d50a3a"/>
    </assemblies>
    </system.web>
    </configuration>
    Login.aspx:
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
    <div id="loginForm" style="height: 562px; width: 399px; margin-left: 0px" title="Login Form">
    &nbsp;&nbsp;&nbsp;&nbsp;
    <asp:Label ID="loginPageLabel" runat="server" Font-Bold="True" Font-Names="Arial Black" Font-Size="Large" Text="Please Log In"></asp:Label>
    <br />
    <br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <asp:Label ID="loginUsernameLabel" runat="server" Text="Username:"></asp:Label>
    &nbsp;&nbsp;&nbsp;
    <asp:TextBox ID="loginUserNameTextBox" runat="server" OnTextChanged="loginUserNameTextBox_TextChanged" Width="213px" Wrap="False" AutoPostBack="True" TabIndex="1"></asp:TextBox>
    <br />
    <br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <asp:Label ID="loginPasswordLabel" runat="server" Text="Password:"></asp:Label>
    &nbsp;&nbsp;&nbsp;
    <asp:TextBox ID="loginPasswordTextBox" runat="server" OnTextChanged="loginPasswordTextBox_TextChanged" Width="212px" Wrap="False" AutoPostBack="True" TabIndex="2"></asp:TextBox>
    <br />
    <br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <asp:RadioButton ID="loginUAradioButton" runat="server" Font-Bold="True" OnCheckedChanged="loginUAradioButton_CheckedChanged" Text="TUPSS Associate" AutoPostBack="True" TabIndex="3" />
    &nbsp;&nbsp;
    <asp:RadioButton ID="loginAFradioButton" runat="server" Font-Bold="True" OnCheckedChanged="loginAFradioButton_CheckedChanged" Text="Area Franchisee" AutoPostBack="True" TabIndex="4" />
    <br />
    <br />
    <br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <asp:Button ID="loginSubmitButton" runat="server" Font-Bold="True" OnClick="loginSubmitButton_Click" Text="Log In" TabIndex="5" />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <asp:Button ID="loginCancelButton" runat="server" Font-Bold="True" OnClick="loginCancelButton_Click" Text="Cancel" TabIndex="6" />
    <br />
    <br />
    &nbsp;&nbsp;
    <asp:Label ID="loginStatusInstructionLabel" runat="server" Text="Status/Instruction:"></asp:Label>
    <br />
    &nbsp;&nbsp;
    <asp:TextBox ID="loginStatusInstructionTextBox" runat="server" Height="230px" MaxLength="100" Rows="12" TextMode="MultiLine" Width="360px" EnableViewState="False" OnTextChanged="loginStatusInstructionTextBox_TextChanged" ReadOnly="True" TabIndex="-1"></asp:TextBox>
    </div>
    </form>
    </body>
    </html>
    Login.aspx.cs:
    using System;
    using System.DirectoryServices;
    public partial class Login : System.Web.UI.Page
    private string uName; // user-entered username
    private string pWord; // user-entered password
    private int loginLoadCycles; // just keeping track of how many times Page_Load is called
    protected void Page_Load(object sender, EventArgs e)
    if (this.loginUserNameTextBox.Text == String.Empty &&
    this.loginPasswordTextBox.Text == String.Empty &&
    this.loginUAradioButton.Checked == false &&
    this.loginAFradioButton.Checked == false)
    this.loginInit();
    this.setLoginVisibilityAndFocus();
    this.loginLoadCycles += 1;
    private void loginInit()
    this.uName = String.Empty;
    this.pWord = String.Empty;
    this.loginLoadCycles = 0;
    private void setLoginVisibilityAndFocus()
    // Decide on whether or not the Login submit & cancel buttons should be enabled or not
    if ( this.loginUserNameTextBox.Text == String.Empty ||
    (this.loginUAradioButton.Checked == false && this.loginAFradioButton.Checked == false) )
    this.loginSubmitButton.Enabled = false;
    this.loginCancelButton.Enabled = false;
    this.loginStatusInstructionTextBox.Text = "Please specify if you are a TUPSS Associate or an Area Franchisee by checking either the 'TUPSS Associate' or 'Area Franchisee' checkbox.";
    else
    this.loginSubmitButton.Enabled = true;
    this.loginCancelButton.Enabled = true;
    if (this.loginPasswordTextBox.Text == String.Empty)
    this.loginStatusInstructionTextBox.Text = "Now that you have entered your username & type, please enter your password.";
    else
    this.loginStatusInstructionTextBox.Text = "When you are ready, please select either the Log In button to login, or the Cancel button to abort.";
    if (this.loginUAradioButton.Checked == false && this.loginAFradioButton.Checked == false)
    this.SetFocus(this.loginUAradioButton);
    else if (this.loginUserNameTextBox.Text == String.Empty)
    this.SetFocus(this.loginUserNameTextBox);
    else if (this.loginPasswordTextBox.Text == String.Empty)
    this.SetFocus(this.loginPasswordTextBox);
    else
    this.SetFocus(this.loginSubmitButton);
    protected void loginUserNameTextBox_TextChanged(object sender, EventArgs e)
    protected void loginPasswordTextBox_TextChanged(object sender, EventArgs e)
    // For some reason, after specifying that the password entry box's textmode to 'Password' setting,
    // the UI's password textbox is emptied
    this.loginStatusInstructionTextBox.Text = "NOTICE:\nThis application is still under development.\n\n" +
    "This is why the password you entered is visible. Once this portion of the application is ready, it will be masked.\n\n" +
    "Also, still need to figure out why when changing this to Password entry mode to mask its entered data, password is getting reset.";
    protected void loginSubmitButton_Click(object sender, EventArgs e)
    this.loginLoadCycles = 0;
    this.uName = this.loginUserNameTextBox.Text;
    this.pWord = this.loginPasswordTextBox.Text;
    if (this.loginUAradioButton.Checked == true && this.loginAFradioButton.Checked == false)
    this.loginLADPauthenticate('U'); // authenticate UPS Associates against UPS Corp's Active Directory
    else if (this.loginUAradioButton.Checked == false && this.loginAFradioButton.Checked == true)
    this.loginLADPauthenticate('A'); // authenticate Area Franchisees against UPS Store's iNet Active Directory
    else
    // set colors to show that this is an error instead of a status message or instruction
    this.loginStatusInstructionTextBox.Text = "ERROR: Cannot log in without specifying if you are an UPS Associate or an Area Franchisee!";
    protected void loginCancelButton_Click(object sender, EventArgs e)
    this.loginStatusInstructionTextBox.Text = "You have selected to cancel from logging in...";
    // Still need to plan what to do when user cancels out of logging in. For now, just initialize class attributes
    this.loginInit();
    protected void loginUAradioButton_CheckedChanged(object sender, EventArgs e)
    String msg = String.Empty;
    if (this.loginUAradioButton.Checked == true)
    this.loginAFradioButton.Checked = false;
    msg = "Thanks for specifying that you are a TUPSS Associate. ";
    if (this.loginUserNameTextBox.Text == String.Empty)
    msg += "Now please specify your username.";
    else if (this.loginPasswordTextBox.Text == String.Empty)
    msg += "Now please enter your password.";
    this.loginStatusInstructionTextBox.Text = msg;
    protected void loginAFradioButton_CheckedChanged(object sender, EventArgs e)
    String msg = String.Empty;
    if (this.loginAFradioButton.Checked == true)
    this.loginUAradioButton.Checked = false;
    msg = "Thanks for specifying that you are an Area Franchisee. ";
    if (this.loginUserNameTextBox.Text == String.Empty)
    msg += "Now please specify your username.";
    else if (this.loginPasswordTextBox.Text == String.Empty)
    msg += "Now please enter your password.";
    this.loginStatusInstructionTextBox.Text = msg;
    private void loginLADPauthenticate(char whichActiveDirectory)
    String msg = "Authenticating user '" + this.uName + "' with password '" + this.pWord + "' against ";
    if (whichActiveDirectory == 'U')
    msg += "UPS Corp's Active Directory...";
    else if (whichActiveDirectory == 'A')
    msg += "The UPS Store's Franchisee Active Directory...";
    msg += "\n\nNOTICE:\nThis is still under development.\n\nAt this point, this application is supposed to do something else now but is not yet ready.";
    this.loginStatusInstructionTextBox.Text = msg;
    this.loginStatusInstructionTextBox.AutoPostBack = true;
    // Authenticate using LDAP
    protected void loginStatusInstructionTextBox_TextChanged(object sender, EventArgs e)
    I confirmed that I have System.DirectoryServices.dll located in
    C:\Windows\Microsoft.NET\assembly\GAC_MSIL\v4.0_4.0.0.0__b03f5f7f11d50a3a\ folder and that I as well as System have read as well as read&execute privileges
    not only to all folders in its path but also to the DLL file itself.
    I would appreciate any help in trying to resolve this compilation error so that I can proceed with implementing LDAP features for this endeavor.
    Thanks so much,
    hguico @ The UPS Store

    Hi,
    For web application problem, please post your thread in
    ASP.NET forum.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to &quot;Mark as Answer&quot; the responses that resolved your issue. It is a common way to recognize those who have helped you, and
    makes it easier for other visitors to find the resolution later.

  • The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)_

    Hi,
    am trying to use simple client object model using console application  and have Included the required assembly 
    microsoft.sharepoint.client
    microsoft.sharepoint.client.runtime
    and added using directive microsoft.sharepoint.client
    then also am getting the error plese help me
    thanx in advance

    Hi,
    From the properties of the project solution, change the platform target to x64, and the target framework to .NET Framework 3.5.
    Let me know if you have any doubt.

  • Missing reference assemblies for tutorial project - Workflow Manager

    Title:  How to: Create a Custom Activity for Workflow Manager 1.0
    I checked in both the C:\Program Files and C:\Program Files (86) areas and there's no Workflow Manager folderset.
    Standard install of Visual Studio Professional 2012.
    The tutorial (for me) fails at Step 7:  "Click the Browse button and navigate to C:\Program Files\Reference Assemblies\Microsoft\Workflow Manager\1.0"

    As Richard noted, Create New Trimmed Project is limited in the formats that it supports/trims. All MPEG formats will be copied in their entirety. i.e.: not trimmed.
    Starting with Premiere Pro CC 2014.1 (8.1), Consolidate and Transcode was added, which may suit your needs. More information can be found at:
    Adobe Premiere Pro Help | Copy, transcode, or archive projects
    Consolidate and transcode to work with mixed video formats | Adobe Premiere Pro CC tutorials

  • The type or namespace name 'Workflow' does not exist in the namespace 'Microsoft.Office' (are you missing an assembly reference

    Hi Folks,
    I created SharePoint reusable deigner work flow  which has just 2 state approval process.
    I generated the wsp file with save template option and I successfully imported it into visual studio 2010 I just removed List from the tag and put my custom content type id
    <Association Categories>List<Association Categories>
    when I build the solution I got erro which mention in the title.
    Thanks in advance.....

    Hi Shivaprasad,
    Check .net version in your project properties, If it isset to .net 2.0, change it to .net version to 3.0 and it should work.
     Let me know if it works or not..
    Nilesh

  • OHS Assemblies missing in EPM 11.1.2.1 Installation.

    Hi,
    I am trying to install EPM 11.1.2.1 and sucessfull for most of components except the "heart" Essbase server. The error in installation process is OHS assemblies are missing.
    Can you please help me to figure out the exact process to install OHS. It caused the prerequisites failure for Essbase server component.
    Thanks.

    Hi John,
    Thanks for reply. I have downloaded V25494-01 (System Additional Content Release 11.1.2.1.0) and extracted file to same location. The prerequisites check log is as below:
    Not sure if something wrong I am doing here.. all teh components have been installed successfully. Only the pending is Essbase. During installation the error for Essbase component as: EPMINS-01047: The ohs assembly is missing. the assembly is required in order to install a selected component.
    thansk for your help.
    Installer Version: 11.1.2.1.0.6765
    Installer Path check... Ok
    Checking if the file exist and have read permissions: C:\Temp_EPM11\assemblies..
    +. Ok+
    Checking if the file exist and have read permissions: 'help' or 'help.zip'... Ok
    The folder 'help' or file 'help.zip' have to exist for successfull installat
    ion.
    Checking if the file exist and have read permissions: C:\Temp_EPM11\jre... Ok
    Checking if the file exist and have read permissions: C:\Temp_EPM11\setup.jar...
    Ok
    Check assemblies:
    C:\Temp_EPM11\assemblies\biplus_product_reporting_client\11.1.2.0\assembly.d
    at... Ok
    C:\Temp_EPM11\assemblies\webLogicCommonComponent\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\ocm\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_interactive_reporting_services\11.1.2.0\asse
    mbly.dat... Ok
    C:\Temp_EPM11\assemblies\tools\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\hpm... Not exists
    C:\Temp_EPM11\assemblies\biplus_financial_reporting_webapp\11.1.2.0\assembly
    +.dat... Ok+
    C:\Temp_EPM11\assemblies\ohs... Not exists* C:\Temp_EPM11\assemblies\hfm_client\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_migration_utility\11.1.2.0\assembly.dat... O
    k
    C:\Temp_EPM11\assemblies\biplus_dds\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\analytic_services_provider_webapp\11.1.2.0\assembly
    +.dat... Ok+
    C:\Temp_EPM11\assemblies\hfm_common\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbase_administration_services_client\11.1.2.0\ass
    embly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_product_reporting_services\11.1.2.0\assembly
    +.dat... Ok+
    C:\Temp_EPM11\assemblies\planning\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\disclosure... Not exists
    C:\Temp_EPM11\assemblies\hfm_services\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbase_integration_services\11.1.2.0\assembly.dat.
    +.. Ok+
    C:\Temp_EPM11\assemblies\staticContent\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\aif\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\calc\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\bpm_architect_datasync\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbase_services\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\bpm_architect_batch_client\11.1.2.0\assembly.dat...
    Ok
    C:\Temp_EPM11\assemblies\productCommonComponents\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\hsf_server... Not exists
    C:\Temp_EPM11\assemblies\bpm_architect_webapp\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\hps_webapp... Not exists
    C:\Temp_EPM11\assemblies\biplus_product_reporting_common\11.1.2.0\assembly.d
    at... Ok
    C:\Temp_EPM11\assemblies\fdm\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_financial_reporting_common\11.1.2.0\assembly
    +.dat... Ok+
    C:\Temp_EPM11\assemblies\bpm_architect_generator\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_webanalysis_webapp\11.1.2.0\assembly.dat...
    Ok
    C:\Temp_EPM11\assemblies\biplus_workspace_webapp\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbase_client\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\sharedServices\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbase_studio\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_portlets_webapp\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\commonComponents\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_core_services\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbaseProductCommonComponents\11.1.2.0\assembly.da
    t... Ok
    C:\Temp_EPM11\assemblies\essbase_studio_services\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\oracle_common\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_interactive_reporting_client\11.1.2.0\assemb
    ly.dat... Ok
    C:\Temp_EPM11\assemblies\financial_close... Not exists
    C:\Temp_EPM11\assemblies\bpm_architect_services\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\hfm_webapp\11.1.2.0\assembly.dat... Ok
    C:\Temp_EPM11\assemblies\essbase_administration_services_webapp\11.1.2.0\ass
    embly.dat... Ok
    C:\Temp_EPM11\assemblies\biplus_workspace_new_webapp\11.1.2.0\assembly.dat..
    +. Ok+
    C:\Temp_EPM11\assemblies\rmi\11.1.2.0\assembly.dat... Ok
    Result of checking assemblies: Ok
    Checking environment variables...
    Ok
    Checking if the file exist and have read permissions: C:\Users\17660... Ok
    User home have to exist for successful installation.
    Checking User Account Control (UAC) state...
    User Account Control is disabled.
    EPMINS-01002: All installation prerequisites have been met. Starting EPM System
    Installer.

  • Refer classes of Microsoft.Office.Policy dll in Custom web service sharepoint

    Hi ,
    I have created a custom web service which refers to Microsoft.Sharepoint dll and Microsoft.Office.Policy dll.
    Added reference tags to these two assemblies in disco file 
    deployed this web service to _vti_bin.
    An error occurred during the compilation of the requested file, or one of its dependencies. The type or namespace name 'RecordsManagement' does not exist in the namespace
    'Microsoft.Office' (are you missing an assembly reference?)
    This dll is already in present in GAC not sure where else should we be copying this dll to?
    Regards,
    Harika
    harika kakkireni

    Hi,
    Please try to remove the reference of the Microsoft.Office.Policy.dll then add reference it again and rebuild you project.
    Also try to enable “In-Place Records Management” site collection feature.
    More information:
    http://techtrainingnotes.blogspot.com/2010/01/sharepoint-2010-assemblies-and.html
    http://msmvps.com/blogs/windsor/archive/2011/11/04/walkthrough-creating-a-custom-asp-net-asmx-web-service-in-sharepoint-2010.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Microsoft.Project.Server.Library missing namespace name 'Office' -Error while building a PSI application using WCF sample code to read calendar exceptions.

    Hi,
    I have a WCF application to pull calendar exception detail from a Project Server instance 2013. As per msdn links shared below I have added two dlls Microsoft.Office.Project.Server.Library , Microsoft.Office.Project.Server.Events.Receivers as well as ProjectserverServices.dll
    from the server.
    On building the solution I am an error, The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?).
    The links referred for development are-
    https://msdn.microsoft.com/en-us/library/office/gg223326(v=office.15).aspx
    https://msdn.microsoft.com/en-us/library/office/ee872368(v=office.15).aspx
    Thanks in advance!!
    Mridhula
    Mridhula.S

    Hi All,
    The issue is resolved!! The Target framework by default was set to .NET Framework 4 Client Profile instead of .NET Framework 4.
    Regards,
    Mridhula
    Mridhula.S

  • How to add assembly reference in Window Universal App project?

    Hello All,
    Thanks for reading my question. I'm migrating a Windows Phone project into the new universal environment, but I'm missing a place to add the assembly reference for the code. One instance that is, I'm using System.Net.Sockets, but it says "Sockets does
    not exists in the namespace 'System.Net' (Are you missing an assembly reference?)". So do the case of Background.
    In the old version, I can add the reference from right click on the "References" from the Solution Explorer, but it is not working in the Universal one.
    Appreciated all your comment and support.
    Vincent

    Hi,
    Visual Studio Unit Testingforum is to resolve visual studio unit tests issues. Your issue is about you can’t
    an assembly reference in universal app after you migrated a windows phone project to an universal environment, it is not in our scope, I suggest you to consult on Windows and Windows Phone apps forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?category=windowsapps for better support.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • C:\Program Files (86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe Side by Side Error

    I used the sxstrace tool to find the error but ill admit im not sure what im doing. If you can please help me identify whats wrong that would be great!
    =================
    Begin Activation Context Generation.
    Input Parameter:
    Flags = 0
    ProcessorArchitecture = Wow32
    CultureFallBacks = en-US;en
    ManifestPath = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe
    AssemblyDirectory = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\
    Application Config File = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe.Config
    INFO: Parsing Application Config File C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe.Config.
    INFO: Parsing Manifest File C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WDExpress.exe.
    INFO: Manifest Definition Identity is WDExpress,processorArchitecture="X86",type="win32",version="1.0.0.0".
    INFO: Reference: Microsoft.Windows.Common-Controls,language="&#x2a;",processorArchitecture="X86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.0.0"
    INFO: Reference: debuggerproxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0"
    INFO: Reference: Microsoft.VisualStudio.CompilerHostObjectsProxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0"
    INFO: Resolving reference Microsoft.Windows.Common-Controls,language="&#x2a;",processorArchitecture="X86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.0.0".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0__6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls\Microsoft.Windows.Common-Controls.MANIFEST.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: Auto Servicing Policy redirected assembly version.
    INFO: Post policy assembly identity is Microsoft.Windows.Common-Controls,processorArchitecture="x86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.7601.17514".
    INFO: Begin assembly probing.
    INFO: Attempt to probe manifest at C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest.
    INFO: Manifest found at C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest.
    INFO: End assembly probing.
    INFO: Resolving reference Microsoft.Windows.Common-Controls.mui,language="&#x2a;",processorArchitecture="x86",publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.7601.17514".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture en-US.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en-US\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Did not find manifest for culture en-US.
    INFO: End assembly probing.
    INFO: Resolving reference for culture en.
    INFO: Applying Binding Policy.
    INFO: No publisher policy found.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls.mui\6.0.7601.17514_en_6595b64144ccf1df\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\en\Microsoft.Windows.Common-Controls.mui\Microsoft.Windows.Common-Controls.mui.MANIFEST.
    INFO: Did not find manifest for culture en.
    INFO: End assembly probing.
    INFO: Resolving reference debuggerproxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    INFO: Resolving reference for ProcessorArchitecture x86.
    INFO: Resolving reference for culture Neutral.
    INFO: Applying Binding Policy.
    INFO: No binding policy redirect found.
    INFO: Begin assembly probing.
    INFO: Did not find the assembly in WinSxS.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll.MANIFEST.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll\debuggerproxy.dll.DLL.
    INFO: Attempt to probe manifest at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\debuggerproxy.dll\debuggerproxy.dll.MANIFEST.
    INFO: Did not find manifest for culture Neutral.
    INFO: End assembly probing.
    ERROR: Cannot resolve reference debuggerproxy.dll,processorArchitecture="X86",type="win32",version="1.0.0.0".
    ERROR: Activation Context generation failed.
    End Activation Context Generation.

    Hello,
    I saw a related thread from here:
    http://stackoverflow.com/questions/15130609/visual-studio-2012-side-by-side-configuration-is-incorrect
    The dll in that thread is different from there but I think you can still try the solution listed there to repair your VS installation.
    May I clarify some questions? Can you use Visual Studio before you get this error? Is it the first time you installed Visual Studio and when you try to open it it reports this error for you?
    If you can use Visual Studio before you get this error, please try repair Visual Studio from control panel.
    If you cannot use Visual Studio even when it is the first time to load, then it is a corrput installtion problem. Please remove the current installation:
    http://support.microsoft.com/en-us/kb/2771441 Then download and verify the ISO:https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs
    And restart the installtion with a healthy ISO.
    Anyway, in my mind refer to the first stackoverflow thread and repair the installtion to fix this missing dll problem is more reasonable.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SSRS Parameter values in Dropdown not Labels?

    I'm fairly new to SSRS and I am trying to set up a report with parameters in VS2010 against SQL Server 2012.
    I've come across two distinct problems, the first appears to be a bug. When I create a parameter I set the values to the key and the Label to the friendly name for the key value from my dataset. (e.g. select customerid, firstname + ' ' + lastname
    as customername - putting customerid as the value and customername as the Label) When my report runs on IIS the parameter always shows the id whether the Label is set to customer name or not. Has any one come across this?
    The second problem could be a problem with my set up, if I try and preview a report I get an error saying the windowsbase.dll assembly cannot load. I have repaired both VS 2010 and SQL Server 2012 and the problem still persists. Again any ideas?
    regards,
    Anthony

    Hi Tanman321,
    According to your description, you have one problem about the labels in parameters. The other problem is missing some assembly file when previewing report. Right?
    In this scenario, if we get the error "Could not load windowsbase.dll", we should add reference in Visual Studio. Please see the link:
    Finding WindowsBase.dll . If the .dll file is corrupted, you can download this file on Microsoft site:http://www.microsoftfixit.us/windowsbase-dll/
    For your first issue, we haven't encountered this issue as we tested in our local environment. We suggest you check the dataset and data fields in your parameter and preview this in Visual Studio first. If it still exists, please try to restart the Report
    Server.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

Maybe you are looking for

  • Saving to SharePoint works only half the time for Windows 7 Users--all the time for Windows XP users

    We have a SharePoint 2010 Environment with hardware load balancing, 2 WFEs, 2 Apps Servers and 1 SQL Server. This was built in October 2013. Office Integration and Saving back to SharePoint works all of the time for users on XP. It works sporadically

  • IE7 issue with Thumbnails div & Overflow

    this has to do with layout of the the gallery page and an IE7 CSS issue. I was playing with the Photo gallery demo and decided to resize the thumbnails div to get different shape and found an issue with IE7 and the overflow. if the tumbnail div heigh

  • Incoming Payment cannot be Canceled.

    My client is running SAP B1 version 8.8 PL 2. My client created an incoming Payment that was less than the balance due on the invoice and forgot to change the Total Payment field to reflect the actual amount paid.  I canceled the Deposit, but when I

  • Application Deployment on OC4J - J2EE and WebCache w/o infrastructure

    Can someone please tell me if I can deploy my Servlet on Oralce 9iAS Version 2, without making .war or .ear files. What I have is just servlet classes and jar files. Also what are the file I need to update if I want to deploy my application outside t

  • [Indesign CS3]Color problem

    Hello I have a document consisting of 4 pages and pretty weird problem. I have drawn rectangle with the rectangle tool on first of the pages. Then I copied the rectangle to page no 2, 3, 4. Now the magic. The color of these rectangles is different af