Missing Assembly Registers

Hi All,
After adding work centers to a user in R/3 and then successfully running the Replicator Jobs in MI, the additional work centers have not appeared in the MAM Device.
Any ideas?

Hi,
Iam listing down the exact steps with which you can check the customizing in the R/2 system for that user. Hopefully this will solve your problem
1. Under SPRO-Plant Maintenance and Customer Service- Under Maintenance and service processing - under mobile asset management- Got to Configure user dependent data - Go to user and copy your "MAM scenario"
2.Plant Maintenance and Customer Service- Under Maintenance and service processing - under mobile asset management- Go to Define Scenario - click on the above copied scenario and click on business processes and Now copy the "Order profile".
3. Under SPRO-Plant Maintenance and Customer Service- Under Maintenance and service processing - under mobile asset management - click on Determine Order Processing and check for the above copied profile what is the work center profile and copy workcenter Profile name.
Now in the same screen double click on the Work Center Profile Detail button and see for the above copied profile the list of work centers present.Make sure that this list has the same number of work centers that you wanted. Else delete the list of unwanted ones.
In step 3 sometimes you might be missing work center profile and that could be the reason for getting all work centers in get detail. If that is the case then create a work center profile and assign in step 3 as explained.
Hope this helps.
Best Regards,
Siva.
PS:Reward with some points if you find the post useful

Similar Messages

  • Visual Studio 2008 with BizTalk 2009 Missing Assembly Reference - Developing under Windows7

    I'm having a similar issue to this....> http://social.msdn.microsoft.com/Forums/en-US/2df94010-5755-4982-a02d-81f8feb51fda/visual-studio-2008-with-biztalk-2009-missing-assembly-reference?forum=biztalkgeneral
    Prior to going to Win7, I was developing on a Win-XP machine. I used to delete the generated code and have VS generate it again, but no luck. I get errors in the Build, similar to what shows in the Message Assignment shape in the orc. It's complaining about
    a missing part of a Multi-part message.  Oh, and the Multi-part message is a schema created in VS2005/BizTalk2006 R2, which was created on a separate Win-XP machine.
    Just wondering if anyone has come up with a fix to this? The previously documented entry did not seem to have a solution.
    Thanks.

    Jeff,
    Do you see your_orchestration.odx.cs ?
    If you do Can you try as following:
    1. Take backup of whole solution
    2. Delete all .cs files associated with biztalk artifacts, like odx.cs, xsd.cs, btm.cs
    3. Open orchestration and in any one of the expression shape copy all statements.
    4. Click OK to close the Expression window.
    5. Build the solution. (you should get errors)
    6. Goto expression and paste code.
    7. Build
    This has worked for me in past. May be it will work for you too.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • Convenient script to remove missing assemblies/missing webparts and missing set up files

    Hi All,
      When try to run config wizard after any patch installation it fails to succeed beacuse of either missing assemblies or features or webparts or setup files.
    For features, I am using FeatureAdmin tool but for others, does anyone have any working script to remove these orphaned objects?

    Here's a technique... use at your own risk and ALWAYS try in DEV first and BACKUP before attempting.
    http://blogs.technet.com/b/nishants/archive/2010/04/14/how-to-delete-orphan-configuration-objects-from-sharepoint-farm.aspx
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Can't resolve Azure publish recycle hang due to missing assembly Microsoft.WindowsAzure.Storage 2.1.0.3

    Some info on the project: I'm attempting to deploy a simple azure cloud service with a single web role that using ASP.Net Identity and stores the user information in Azure Tables instead of in a database. To accomplish this I'm using the acidentalfish.aspnet.identity.azure
    nugget package to help set up azure tables as a data source.
    Everything runs fine when I run it locally, however when I try to publish to the cloud service it gets stuck in a role recycling loop. None of the error messages provided are very helpful. After some digging online I attached a debugger to WaIISHost,
    and came across this error message:
    System.IO.FileLoadException: Could not load file or assembly 'Microsoft.WindowsAzure.Storage, Version=2.1.0.3,
    Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition
    does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'Microsoft.WindowsAzure.Storage, Version=2.1.0.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
     ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the
    LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()
       at Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.GetRoleEntryPoint(Assembly entryPointAssembly)
       --- End of inner exception stack trace ---
       at Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.GetRoleEntryPoint(Assembly entryPointAssembly)
       at Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.CreateRoleEntryPoint(RoleType roleTypeEnum)
       at Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.InitializeRoleInternal(RoleType roleTypeEnum)
    stack trace producing errors produced before this one, mostly revolving around Output endpoint SecureWebRoleExample:Endpoint1 not found, followed by the claim that some WindowsAzure.Plugin class could not be found, and before that, that some setting couldn't
    be found, but this error SEEMS like the most likely culprit.
    The odd thing to me here is that none of my code is referencing 2.1.0.3, and I do have binding redirects set up redirecting versions 1.0.0.0-3.0.3.0 to 3.0.3.0, and I can't find a reference to 2.1.0.3 anywhere, so I'm not sure where it's coming from or why
    it only has a problem when published.
    Really the main issue is that it's stuck in a role recycling loop, and after days of digging into it this is the ONLY lead I have, since none of the logs seem to have any pertinent errors, and none of the other processes I've debugged have provided any pertinent
    errors. If I'm not approaching this in the right way, or this error isn't as important as it seems, I would really like to know that too.
    Thanks.

    Hi BStephens,
    I didn't find acidentalfish.aspnet.identity.azure in Nuget pakeage. But I followed stuartleeks 'scode
    sample  and the
    blog  to reproduce your problem, but failed. 
    I follow this step:
    1.Create a project and install leeksnet.AspNet.Identity.TableStorage form Manage Nuget Package.
    2.Change connection string on webconfig and webrole setting
    3.Change public AccountController() code, like this :
    public AccountController()
    : this(
    new UserManager<ApplicationUser>(
    new UserStore<ApplicationUser>(RoleEnvironment.GetConfigurationSettingValue("IdentityStore"),
    id => id.GetHashCode().ToString()
    It works fine in my local. I used Storage explore to check login user info.
    But for this issue, I suggest you didn't need install Windows Azure Storage client library(https://www.nuget.org/packages/WindowsAzure.Storage/3.0.3
    ) from NuGet. If you installed it on your project, please remove it. Also, You could create a new project and try stuartleeks's blog step by step. Also, you could see this cloud service which I published on azure. You cloud access it use this IP(http://23.98.41.20:8080/
    Any new info, please let me know.
    Regards,
    Will
    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 BusinessObjects.Enterprise.Providers assembly

    Post Author: pkellogg
    CA Forum: .NET
    We are going through the tutorials and looking at the examples using the BusinessObjects.Enterprise.Providers assembly.  The tutorial shows using this assembly for creating the BOEMembershipProvider in the web.config.  The problem is the BusinessObjects.Enterprise.Providers cannot be found anywhere.  Is there an update to the tutorial examples?  The code in the example is: <membership defaultProvider="myBOEMembershipProvider1">        <providers>              <add name="myBOEMembershipProvider1"             type="BusinessObjects.Enterprise.Providers.BOEMembershipProvider"              applicationName="MyApplication1"             connectionStringName="CMS1" enableCookies="true"             authentication="secEnterprise"/>        </providers> 
        </membership>
    the assemblies section shows using the missing assembly:
    <add assembly="BusinessObjects.Enterprise.Providers, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

    Post Author: MJ@BOBJ
    CA Forum: .NET
    You can download the BOE .NET Providers from the following link:
    http://www.businessobjects.com/products/downloadcenter/boeproxi.asp
    -MJ

  • Could not load file or assembly 'Microsoft.SqlServer.Diagnostics.STrace, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

    I am trying to use SQL Server 2008 Developer on Windows Server 2008.  Whenever I try to connect to the server, I get this error: "Could not load file or assembly 'Microsoft.SqlServer.Diagnostics.STrace, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
    or one of its dependencies. The system cannot find the file specified."
    I found some info at
    http://blogs.msdn.com/b/ashishme/archive/2009/08/15/could-not-load-file-or-assembly-microsoft-sqlserver-diagnostics-strace-version-10-0-0-0-culture-neutral-publickeytoken-89845dcd8080cc91-or-one-of-its-dependencies-the-system-cannot-find-the-file-specified.aspx,
    but this didn't help me because it is not on my system, even after reinstalling both SQL Server and .NET Framework 4.  I also saw a this page: http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/1115cd55-721d-4974-99b1-d142d1e6a927,
    but this also didn't fix my problem.
    What can I do, or where can I get the missing assembley?
    Thanks in advance.

    You can get the missing assembly (Microsoft.SqlServer.Diagnostics.STrace.dll)
    by installing the "Shared Features" of SQL Server 2008.
    You could only install SQL Server 2008
    R2 (any edition) on Windows 7.
    Do not install more than 1 SQL Server 2008 R2 edition
    into the same computer; Some of the components are not compatible.
    E.g:  BIDS from R2 Express Advance edition cannot
    recognize Integration Service from R2 Enterprise Trial edition - it would throw above missing dll error.

  • SQLCLR "Create Assembly" validation in SQL 2012 vs 2008

    Greetings, all.
    Could someone describe how the assembly validation steps in SQL 2012 have changed relative to SQL 2008R2?
    My understanding thus far is that the .NET 4.0 SQLCLR runtime requirement now precludes the use of mixed-mode assemblies. If a CREATE ASSEMBLY validation failure result includes messages such as the detection of unmanaged pointers, is that indicative of
    the cut-and-dried, no-way-around-it discovery of a mixed-mode assembly that can
    never be registered in SQL 2012?
    I have a third-party assembly which registers and operates normally in SQL 2008R2, but when I try to create the assembly in our SQL 2012 test environment, it fails validation, with mostly "Unexpected type on stack" or "Unmanaged pointer found"
    errors. I'm suspecting these errors are why the assembly won't register even though CORFLAGS indicates it is a "Pure IL" assembly (and I realize CORFLAGS can be faked).
    Are there any options available? The assembly in question is Oracle.DataAccess.dll, and is part of an assembly that (as one might imagine) collects certain data from Oracle in a SQLCLR method as part of one of our business reporting requirements.
    It appears at the moment I may be forced to modify the tool to use the now-deprecated Microsoft Oracle data client, which I am loathe to do for it having been deprecated and much slower than the Oracle-provided version.
    If there is no workaround, I would respectfully suggest that the "upgrade advisor" team include this kind of review when inspecting existing databases containing .NET assemblies. If we ultimately cannot register this particular third-party assembly
    (which has been part of a working component for several years), it will be a *huge* detriment to our database migration - a far cry from the minor warning about certain geography types provided by the upgrade advisor. It would represent a significant breaking
    change for our environment.
    Thanks for any information that could be provided.

    Thanks for your reply. 
    Yes, you are correct in that SQL Server wants to use only "Pure IL" assemblies rather than mixed-mode assemblies. However, when an attempt is made to register an assembly in the SQLCLR that is "mixed mode" (not pure IL), the Verifier respoinds with "Unverifiable
    PE/Native code stub." This is not the error I am receiving with the assembly in question. 
    SQL2012 and SQL2008R2 do not support the same version of the .NET runtime in the SQLCLR subsystem. The former supports 4.0, while the latter supports 2.0 through 3.5. So it is not possible to create a test case with precisely the conditions you specify -
    that is, using the same version of .NET in SQL2012 and SQL2008R2 - unless there is some undocumented startup switch or configuration file modification that can be made of which I am not aware.
    The failure mode I am seeing is specifically tied to the reference of unmanaged
    code references, eg unmanaged pointers. The 2.x assembly registered an working in SQL2008R2 (and its predecessors) contains multiple references to functions with unmanaged pointers, yet registers and works properly when the assembly is CREATED with PERMISSION_SET
    = UNSAFE. I expect the same behavior in SQL 2012 - an assembly with references to things like unmanaged pointers should still verify when PERMISSION_SET = UNSAFE is specified.
    This is why I am questioning whether the semantics of PERMISSION_SET = UNSAFE in conjunction with the CREATE ASSEMBLY statement have changed between SQL2008 and SQL2012. To me, it appears that SQL2008R2 and its predecessors verified assemblies via the internal
    equivalent of a PEVERIFY /MD when PERMISSION_SET = UNSAFE is used, and PEVERIFY /IL when it is not. In SQL2012, it appears that the equivalent of PEVERIFY /IL is done
    regardless of the presence of PERMISSION_SET = UNSAFE. This, to my understanding, is contrary to the whole point of PERMISSION_SET = UNSAFE. 
    PEVERIFY /IL on the previous version of the assembly generates precisely the same kinds of errors generated by the CLR Verifier in SQL2008
    without PERMISSION_SET = UNSAFE. When the latter is specified, the assembly registers and works normally. I contend that the CLR Verifier in SQL2012 is ignoring the PERMISSION_SET = UNSAFE qualifier, and hence my search for more information
    about how the semantics of this command may have changed specifically for SQL2012.
    IF there is an unsupported/undocumented method of allowing the SQLCLR to support both .NET 4.0 and .NET 2.0, I would be very interested in exploring how to leverage it. 
    Thank you for your interest.

  • Build issue regarding missing Oracle.DataAccess.Client.dll ... where is it

    I'm building a new .sln file and it gave me an error in a file that referenced the following:
    <Schema Namespace="Model.Store" Alias="Self" Provider="Oracle.DataAccess.Client" ProviderManifestToken="11.2" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
    It seemed to be complaining that it could not fine the assembly associated with the provider. I installed the Oracle Data Provider installation package and rebuilt and it was working fine. What I wanted to know is where is this assembly. I cannot locate it on my laptop. I did see a reference regarding "Configuration File Support and Search Order for Unmanaged DLLs". It stated:
    The Oracle.DataAccess.dll searches for dependent unmanaged DLLs (such as Oracle Client) based on the following order:
    1.     Directory of the application or executable.
    2.     DllPath setting specified by application config or web.config.
    3.     DllPath setting specified by machine.config.
    4.     DllPath setting specified by the Windows Registry.
    HKEY_LOCAL_ MACHINE\Software\Oracle\ODP.NET\version\DllPath
    5.     Directories specified by the Windows PATH environment variable.
    I did see where the installation package modified the machine..config file. Can somebody tell me how the reference tot eh "missing" assembly is resolved?
    Thanks, Eric

    Oracle.DataAccess.dll is usually in the ODP.NET\bin folder of your Oracle installation. There's one for .net 2 and another for .net 4.

  • 'Color' Assembly reference error

    Hey, I get this error: "The type or namespace name 'Color' could not be found (are you missing a using directive or an assembly reference?)"
    I tried google but cant find anything related to a 'Color' assembly reference.

    If you see some ‘using’ directives at the beginning of the file, then add this one:
    using System.Drawing;
    If now you receive other errors, perhaps caused by missing assembly, then show them.
    Thank you for your reply!
    "using System.Drawing;" was already there
    when I got the error.
    using System;
    using System.Text;
    using System.Data;
    using System.Drawing;
    using System.Threading;
    using System.Reflection;
    using System.Windows.Forms;
    using System.Collections.Generic;
    using System.Runtime.InteropServices;
    using System.ComponentModel;
    using System.Diagnostics;
    using SlimDX.Direct3D9;
    using SlimDX;
    using System.Linq;

  • Orchestration project not builds - missing referece for EDI.ISA namespace

    Hi ,
    I have an issue similar to this:
    http://social.msdn.microsoft.com/Forums/en-US/e70454df-3435-4bf5-9fbf-bdbccf0f49d1/ediisa-receive-filter-expression-error?forum=biztalkediandas2
    In my Orch project I have reference to EDI.BaseArtefacts which works fine for other projects.
    But in this case, when I try to build it gives errors like "cannot find symbol EDI.ISA06"  and "identifier EDI does not exist in xxx are you missing assembly reference"
    All these errors are coming from file0.cs in obj\Debug\BizTalk\XLang directory.
    Above, resolution tells to move this file outside obj, how can move that - it is generated during build. And also why does this happen for one project and not for other

    Never mind,
    found what the cause was, some of my maps in Orchestration had namespace like EDI.xxxsomething
    that was messing up with referenced assembly EDI.BaseArtefacts.
    Changing Map namespaces fixed the issue

  • Trying to get Essbase Client 11.1.2.3 for Linux 32bit, please need help

    Hello,
    I am running a RedHat Enterprise Linux 6.4 64-bit system and have an application that requires the 32-bit Essbase Client 11.1.2.X libraries in order to connect to an Essbase 11.1.2 server instance.
    From reading through the forum posts for the past couple days I have come to an understanding that Oracle Essbase 11.1.2 no longer ships a Linux client as a separate assembly so you have to install the full Essbase server then extract the client files out of that to use..  So I am trying to get the correct bundle of files downloaded to even get the installer to launch properly so I can select a minimal installation including client components, but I can't get the correct zip files, I am getting close, but there is still a few missing, and the instructions I have found seem to refer to 11.1.1.X versions that have changed quite a bit in the 11.1.2.X version.
    Can anyone please help me figure out what I am still missing to get the install running and how to extract the client libraries?
    So far, I have downloaded:
    2073792430 Apr 22 11:43 Apps-11123-linux32.zip
    2440713397 Apr 22 11:46 ClientInstallers-11123.zip
    554953827 Apr 22 11:47 Essbase-11123-linux32.zip
    171726540 Jun 20 09:08 FinancialManagementAnalytics-11123-linux32.zip
    1053291166 Apr 22 11:52 Foundation-11123-linux32-Part1.zip
    1603812256 Apr 22 11:53 Foundation-11123-linux32-Part2.zip
    939688909 Apr 22 11:53 Foundation-11123-linux32-Part4.zip
    1597577101 Apr 22 11:55 Foundation-11123-Part3.zip
    1801831469 Apr 22 12:01 OHS-11123-linux32.zip
    366584941 Apr 22 12:04 RA-11123-linux32.zip
    BUT I still have the following missing assemblies I can't account for:
    EPMINS-01001: One or more preinstallation checks failed. Correct the errors before continuing with the installation. 
    Check assemblies: /home/ntruhan/Downloads/essbase/assemblies/biplus_product_reporting_client... Not exists
    Failed!
    EPMINS-01084: Assembly for linux32 platform is used
    Failed!
    EPMINS-01084: Assembly for linux32 platform is used
    Failed! EPMINS-01084: Assembly for linux32 platform is used
    Failed! EPMINS-01084: Assembly for linux32 platform is used
    Failed! EPMINS-01084: Assembly for linux32 platform is used
    /home/ntruhan/Downloads/essbase/assemblies/hfm_services... Not exists
    /home/ntruhan/Downloads/essbase/assemblies/dbclient64... Not exists
    Failed!
    EPMINS-01084: Assembly for linux32 platform is used
    Failed!
    EPMINS-01084: Assembly for linux32 platform is used
    /home/ntruhan/Downloads/essbase/assemblies/hsf_server... Not exists
    /home/ntruhan/Downloads/essbase/assemblies/dbclient32... Not exists
    /home/ntruhan/Downloads/essbase/assemblies/fdm... Not exists
    Failed!
    EPMINS-01084: Assembly for linux32 platform is used
    Failed!
    EPMINS-01084: Assembly for linux32 platform is used
    /home/ntruhan/Downloads/essbase/assemblies/bpm_architect_services... Not exists
    /home/ntruhan/Downloads/essbase/assemblies/hsf_webapp... Not exists
    I am going through the list of entries, but the only references I have seen so far have been for Windows downloads and this is linux, and then there are the Assembly for linux32 messages, but I need that since I need the 32bit client libraries, right?
    Can someone shed some light on this adventure in installing all of this since all of the install instructions I have been seeing are for an older version packaged differently?
    Thank you in advance,
    Nathan

    Thank you for this.  It set me on the right path.  I wound up installing all of them as I was still getting those errors, but after I realized the REAL error was not the aseemblies not exsisting, but it was the "EPMINS-01084: Assembly for linux32 platform is used Failed!"  error.
    The Linux System i was TRYING to install on is RHEL 64bit, but I was trying to install a 32bit client as i needed a 32bit client.  It just refused to install a 32bit client on a 64bit Linux machine.
    I configured a CentOS 32bit Linux VMWare image and viola, the same driver files installed without an error.
    Not sure why the 32bit client would not let me install on a 64bit system, but I finally got it now.
    Now to tar the Essbase directories up and move them over to the RedHat machine where I need them.
    Thank you for your help.

  • New MVC 5 project build fails in Visual Studio Online using TFS

    Here are some of the errors I'm getting.
     Controllers\AccountController.cs (44): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (3): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (4): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (5): The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (12): The type or namespace name 'UserManager' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (59): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (68): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\RouteConfig.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (1): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    The project builds fine in VS 2013 (since its a new project).
    It seems that it is not recognizing all the packages. How do I fix this problem?

    It doesn't work for me either. It's an MVC 5.2.2.0 project straight out of the Wizard. It's part of a solution with other projects which appear to be working. I tried configuring NuGet to download missing assemblies on the build machine as it suggested on
    some other sites. That didn't help. According to the list of installed software on the Hosted Build Controller, I don't see MVC explicitly listed. (getting-started/hosted-build-controller-..) page in the TFS project site.
    It definitely doesn't work. I'm trying out Visual Studio Premium 2013 and Team Foundation Service on the 90 day trial offer. I can't find any mention of an MVC restriction. I don't want to have to include the package binaries in source control.
    Edit: I tried a standalone MVC 5 project and it worked fine on the Hosted Build Controller. If you add an MVC 5 project using the wizard to an existing solution with other projects, you get the errors below. So it isn't the Hosted Build Controller.
    Strange.
    App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (244): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
    It seems that my working stand alone project has the dlls in the packages folder tree added to source control. Whereas in the composite project, only the corresponding .xml files are added to source control. So with the standalone project, the build server
    is locating these dlls and using them.

  • Requesting standard basic build and deployment requirements

    Operational Data: 
    Microsoft visual Studio 2008
    Visual Basic Windows Forms Application
    Crystal Reports 12.0.2000.0
    Deploying on Windows Server 2003, Standard Edition
    I have been having difficulty deploying a WindowsForms CrystalReports application that I developed.  The specifics of my troubles all bottom out in the tangle of runtime and development redistribution files.  It has taken some time for me to get to the point where I can see what is going on.
    In order to save others from the pitfalls that I have encountered I wanted to give a short history. 
    I wrote a report.rpt that placed "Hello World!" in the header, no data, no dependencies.  I created a simple application that instantiates a CRViewer and places a new report based on the input report in that viewer.  Works great in house, and on most machines with the simple runtime.
    My first crack at this application failed miserably on a Windows XP environment.  When I launched the application nothing appeared to happen at all.  This was disconcerting, but a check of the Event Viewer (Control Panel/Administrative Tools), revealed that the application was failing to load the form initialization.  This was failing before my try catch block, which seems to be hitting other devs who have had troubles indicated on other forums.  To get past this I removed the CrystalReportViewer widget from my actual windows form, and instead wiffled one into existence on the fly in my form load code:
    try
       Dim viewer As CrystalDecisions.Windows.Forms.CrystalReportViewer
       Dim report As ReportDocument
       viewer = New CrystalDecisions.Windows.Forms.CrystalReportViewer
       report = New ReportDocument
    Catch ex As ApplicationException
                 MessageBox.Show("Could not start viewer. "&ex.ToString(), "ApplicationException: ",MessageBoxButtons.OK )        End Try
    This did not eliminate the trouble, but it did move the issue to inside an exception handler.  What I learned from my handler is that there were missing assemblies from my installation.  I began adding these assemblies into my installer one by one until I came to a working report.  The missing bits were:
    BusinessObjects.Licensing.KeycodeDecoder.dll
    CEReportSource.dll
    CrystalDecisions.CrystalReports.Engine.dll
    CrystalDecisions.Enterprise.Desktop.Report.dll
    CrystalDecisions.Enterprise.Viewing.ReportSource.dll
    CrystalDecisions.ReportAppServer.DataSetConversion.dll
    CrystalDecisions.ReportAppServer.Prompting.dll
    CrystalDecisions.ReportSource.dll
    CrystalDecisions.Shared.dll
    CrystalDecisions.Web.dll
    CrystalDecisions.Windows.Forms.dll
    I then tried to reinstall the runtime library, as well as the runtime from my particular version of Visual Studio.  I was able to remove the hand pulled libs from my deployment.
    So, this brings me to the question:  What should I do to create and deploy a simple application based on the CrystalReports development kit that I have purchased?  What needs to be redistributed to the client's machine?  Is there a common repository for licensed developers to get the missing bits?  Is it expected that I have to install the VisualStudio redist and a machine specific runtime?  Is there one thing that will get it done?
    I am using CRRedist2008_x86.msi and Crystal2008.exe, this seems like too much...
    Thanks in advance

    Joe,
    Your notes indicate that you are using Crystal Reports 12. I noticed that you mentioned you have been attempting to deploy your application with CRRedist2008_x86.msi and Crystal2008.exe.
    Please note those runtime packages are for Crystal Reports Basic for Visual Studio .NET. This version is the bundled version of Crystal Reports that comes with Visual Studio .NET 2008 (v 10.5).
    You should be using the version 12 merge modules or server install packages. For specific information on how to deploy an application that uses the CR .NET runtime please review our deployment procedures here - https://boc.sdn.sap.com/node/8546.
    You should be using these:
    http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/cr120_redist_msi.zip
    http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/cr120_redist_exe.zip
    http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/cr120_merge_modules.zip

  • Event ID 1502 and 6398 : Translation Service Application is failing to execute. Object reference not set to an instance of an object.

    hi,
    We have deployed Sharepoint 2013 in hosting mode. And i followed this
    guide. And i have 1 web server, 1 app server and 1  DB server. My Application server is logging 2 critical event after every 15 min.
    Event ID: 1502, Task Category: Timer Job, Source: SharePoint Translation Services
    "Timer job '735da5fd-a74a-46b8-9a75-70e85d125eb2' for service application 'Translation Service Application' is failing to execute. More information is included below.
    Object reference not set to an instance of an object. "
    Followed by this one one more critical event,
    Event ID: 6398, Task Category: Timer , Source: SharePoint Foundation
    "The Execute method of job definition Microsoft.Office.TranslationServices.QueueJob (ID 735da5fd-a74a-46b8-9a75-70e85d125eb2) threw an exception. More information is included below.
    Object reference not set to an instance of an object."
    I tried to search everywhere, but no solution. Because of this two critical events AppFabricCaching service is also crashing.
    Any suggestion how i can fix this?
    SaM

    Hi  SaM,
    According to your error message, it says that the Timer job '735da5fd-a74a-46b8-9a75-70e85d125eb2' for service application 'Translation Service Application' fail to create due to some referred object cannot
    be found. For this issue, it can be caused by missing assembly .
    Could you please provide detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    Here is a blog you can have a look:
    http://powerpivotgeek.com/2010/10/04/bug-cannot-install-powerpivot-if-a-sql-server-shared-folder-has-been-specified-in-a-previous-installation-to-other-than-the-default-folder/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Core 2 Duo and solaris x86 11/06 works for me

    This is FYI, since I seen (and posted) problems, but I haven't seen the solution posted.
    I have successfully gotten solaris x86 11/06 to install and run on my core 2 duo machine. I had tried solaris x86 06/06, but I could only run in 32bit mode until patch 118855-19 was installed. It looks like 118855-33 is the baseline for 11/06.
    With 06/06 I had to edit the grub command and add " kernel/unix" to the end of the 2nd line. This would force 32 bit mode rather than 64 bit. If I tried 64 bit, it would enter an endless reboot cycle. Once I installed the patch to 118855-19 I could run solaris 10 06/06 in 64 bit mode without issue.
    Again, since solaris 10 11/06 is at 118855-33, it runs on my core2 machine straight from the install.
    Hope this helps

    On a laptop there is little point with running a 64-bit operating system unless it physically has more than 4gb of ram, or if you are processing datasets exceeding 4GB of ram. Unless you're into assembly or use Solaris for some reason to manipulate media, little is to be gained by using 64-bit versions if anything. The increased pointer, integer, and padding causes more memory to use for the same software, most software on 64-bit operating systems runs in 32-bit mode because there is no need to have 16 exabyte memory addressing capability for anything but media encoders, giant databases, or extremely bloated single-threaded software. Sun Java Creator takes a heck of a lot of ram, but even at peak it's still under 4GB. If you move files bigger than 4GB, the ability to memory map all 4096MB might have less overhead on a 64-bit operating system, but generally from an end-user perspective, especially on a fast Intel or Opteron system, you won't notice the difference much. Solaris is bi-arch, a large chunk of Windows Vista and XP x64 is bi-arch, and most of FreeBSD and Linux are bi-arch in 64-bit versions, as I said, no point in making everything 64-bit. 64-bit device drivers is an issue for every OS, you should stick with 32-bit on a laptop, and hold off on desktops unless you need extended assembly registers available only in 64-bit mode.

Maybe you are looking for

  • How do I create such an effect in Photoshop CS6?

    Hi All, I am not a big expert in Photoshop, but I know how to use it. I hope I have chosen the correct community for this question. I want to create a design similar to something I have found in the internet. I have an image with a white background a

  • Where can I change the buffer size for LKM File to Oracle (EXTRENAL TABLE)?

    Hi all, I'd a problem on the buffer size the "LKM File to Oracle (EXTRENAL TABLE)" as follow: 2801 : 72000 : java.sql.SQLException: ORA-12801: error signaled in parallel query server P000 ORA-29913: error in executing ODCIEXTTABLEFETCH callout ORA-29

  • RFC Destination SAPHTTP Inaccessible from Archivelink

    Hi, I am working on a project to implement Archivelink in our SAP ECC 5.0 system. Our plan is to allow users to store documents in a content server which are linked to a GL account document in SAP. We have done the configuration successfully in a tes

  • IMPORT ERROR for .dmp file

    Hi, I am getting this error, when I try to import a .dmp file: ERROR: Message 100 not found; No message file for product=RDBMS, facility=IMP: Release 9.2.0.1.0 - Production on Wed May 23 15:35:53 2012 Copyright (c) 1982, 2002, Oracl Invalid format of

  • Affect not rendered with AVCHD

    I've had CS4 for a few days now. Running into problems. I have 1 clip in the timeline (AVCHD,  MTS file). I added one effect (Auto Levels). When rendered using AME to H.264 the effect did not render with it. It will sort of flash once every 10 frames