Reference Assembly targets a different processor than the application

I am using the oracle provider to access oracle XE database within my visual studio 2005 VB project. I am getting this warning after compiling the application "Reference Assembly Oracle.DataAccess.dll targets a different processor than the application". I am using winxp and I set the Target CPU in the compile option of my project to anyCPU. Though this is just a warning but is there a way to resolve what the issue is.
Thanks
Bunmi

I had this and changed the platform target in VS to x86 and the warning disappeared. I think it's because the Oracle.DataAccess.dll is targetted specifically for the x86 platform.

Similar Messages

  • MSB3187 Referenced assembly ' ' targets a different processor than the application using MageUI but not in VS2005 build

    I have a C# application that I'm trying to deploy, it contains a number of dlls one being a C++  dll. When  I  build the application (referencing the C++ dll) in Visual Studio 2005, it builds and publishes without any problems. I want to move the application to a live server so I'm using MageUI to change the Start Location. When I load the application manifest and then load the files; I try to save the manifest and get the MSB3187 error. I checked the C++ project and the Target Environment is set to "Not Set" and the my application is set to Any CPU. Are these  compatible and if not do anyone know what they should be?
    Regards
    Alan

     Alan S wrote:
    Have you tried to moved the applicatin to a different web server?
    In my environment, my build machine is dedicated to just doing builds. The output is deployed to one of several different servers depending on various things. I do know the deployment can't just be copied to a new server. The manifest has to be rebuilt and resigned, this is to prevent people from hijacking a ClickOnce application. Could that have something to do with your issue and the warning MSB3187 was always there but unnoticed?

  • Oracle.DataAccess.dll targets a different processor than the application

    I need help to solve the error message for Referenced assembly 'bin\Oracle.DataAccess.dll' targets a different processor than the application
    I have try two different verison 11 and 10 has the samething
    Anyone know what causeing this problem?

    I had this and changed the platform target in VS to x86 and the warning disappeared. I think it's because the Oracle.DataAccess.dll is targetted specifically for the x86 platform.

  • Referenced assembly vspbatchparser.dll targets a different processor than the application

    referenced assembly c:\program files\microsoft visual studio 9.0\common\ide\microsoft.visualstudio.vspBatchPaser.dll
    targets a different processor than the application

    The message is telling you that you're trying to use an x86 assembly in an x64 process or vice versa. Given that the assembly is in the IDE subfolder of VS and VS is x86 I assume you are either compiling your app for x64 or you are running an x64 OS and
    your app is compiling with AnyCPU. Change it to x86 and it should work.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • How can I make a link a different color than the other links according to the current page?

    Hello.  I have created a navigation bar.  And I would like to style the links to have the current page link a different color than the other links.  For example, if all of the links have a black background, I would like to have the current page link to have a white background.  The reason that I would like to style them this way is so that the visitor knows what page is being visitied.
    I tried different ways but all of them did not show to make any change to the links.  This is what I have so far.  The links work, but all of them have the same color and background.  When on the home page, I would like to have the home page link to have a white background with black letters.  I would appreciate your advice.
    <head>
    ul {
        list-style-type: none;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 6px;
        padding-right: 10px;
    li {
        display: inline;
    a:link {
        color: #FFF;
        background-color: #000;
        text-align: center;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 7px;
        text-decoration: none;
    a:visited {
        color: #FFF;
        background-color: #000;
        text-decoration: none;
    a:hover {
        color: #000;
        background-color: #FFF;
        text-decoration: none;   
    a:active {
        color: #FFF;
        background-color: #000;
        text-decoration: none;   
    a.menu:link {
         color: #000   
         background-color: #FFF;
         text-decoration: none;
    </head>
    <body>
    <div class="navigation">
        <ul>
            <li class="menu"><a href="index.html" target="_self">HOME</a></li>
    </body>
    Thank you very much.

    http://www.itworld.com/development/351097/setting-active-menu-item-based-current-url-jquer y

  • SQL SERVER 2014 - Project consistency check failed. The following inconsistencies were detected: package.dtsx. has a different ProtectionLevel than the project.

    I am getting the following error when I right click on a package in solution explorer and execute using SQL Server 2014:
    Project consistency check failed. The following inconsistencies were detected: package.dtsx. has a different ProtectionLevel than the project.
    Luckily my solution only has 10 packages.  I have verified and re-verified that everyone is set to dontsavesensitive.
    I have verified and re-verified that the solution has the protection level to dontsavesensitive.
    What on earth is going on here?  I am using windows authentication and have no need for the package to save any sensitive information, nor should there be any.
    Can someone please help me out here?
    The Degenerate Dimension

    Hi MMiligan,
    Just as the error message said, the exactly issue is that the package package.dtsx has a different ProtectionLevel property value than the project.
    So please double check the value of project ProtectionLevel property, like DontSaveSensitive, then make sure all packages in the project use the same ProtectionLevel value.
    If there is still an error message indicated that some packages use a different value, please right-click the indicated package to select View Code, then make sure there is a line like below(the DontSaveSensitive
    protection level corresponds to the value of 0):
    DTS:ProtectionLevel="0"
    The following similar thread is for your reference:
    http://stackoverflow.com/questions/18705161/protection-level-changed-mid-project-now-project-wont-build
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Can i lock an app on my iPhone with a different password than the one i use to lock my phone?

    can i lock an app on my iPhone with a different password than the one i use to lock my phone?

    This should work; one of my e-mail accounts is my own domain through Gmail.  Make sure your username is set to your full e-mail address (like [email protected]) rather than just your username.
    Did you set it up on your iPhone as an IMAP account, or as a Gmail account?  It should work perfectly using the Gmail setting.  It can work as IMAP, but you need to jump through a few hoops to get there.

  • When Pages has to update it asks me for a different email than the one I use, What do I do?

    When Pages has to update it asks me for a different email than the one I use, What do I do?

    Update it from that Apple ID, or delete and redownload it.
    (111534)

  • Is it possible to publish a project with a different resolution than the native project resolution?

    I think I know what the answer is going to be here, but I'm going to ask anyway. The background here is that I've made a few demo videos for new products and features my company is working on. I'm using CP4 for this. Our marketing department wants to take AVIs of my demos and insert them into their Powerpoint demonstrations. However, the native resolution of our demos doesn't make for a graceful import into Powerpoint. Thus, I've been directed to provide smaller res AVI files.
    Thus, I am wondering if you can publish a project at a different resolution than the one in which it was recorded. My initial poking around seems to indicate that the answer is "no," and if this is truly the case, I will be rumbling over to the "Suggest a Feature" forum soon. There does seem to be a kind-of-workaround in that you can change the resolution of the project before publishing it, but this is something that cannot be undone, meaning that in order to do this, I will have to save new, smaller versions of all my projects. This is a bit ungainly.
    So, if anyone knows a good trick here, I would love to hear it!

    Unfortunately, I don't know what you mean when you say "manual panning." And I'm really not sure what you mean when you say the fields are not fully visible in the original image; they are completely visible. Here's a close-up from the original slide:
    As you can see, the fields are completely visible.
    Also, the slide is not entirely static. For the slide I chose as an example, the Password is filled in before the mouse moves. This typing may be part of what is getting Captivate confused; note this sequence from the resized version of the project:
    Slide 35:
    The login window first appears. Everything is normal. During this slide, the mouse moves and clicks inside the User ID field, leading to...
    Slide 36:
    At this point, things begin to go awry. The user name is entered, and the cursor moves to the Password field.
    Slide 37:
    Whoops! As soon as we click Login, everything goes back to normal.
    Slide 38:
    I will try a few of the suggestions you offered, and will report back with the results.

  • HT4275 Can I use a different batteries than the apple ones 1900 mAh, like 2500 mAh which are the usually sold in stores?

    Can I use a different batteries than the apple ones 1900 mAh, like 2500 mAh which are usually sold at any store?

    Yes.  They should work fine.

  • Is it Possible to move the Dropdown Menu to a different layer than the rest of the menu?

    For design reasons I want the dropdown part of my menu to appear as though it is coming out from underneath the banner of the menu. The best way I can figure to do that is to have the dropdown part of the menu (that occurs on rollover) be placed on a separate layer from the main banner menu. Is this possible? I have tried unlocking everything and moving that part to another layer and haven't been successful. Please help this gal out! Thank you!

    I'm still confused as to how I can do this exactly. I have used the tool tip widget to create my own drop down menus. However, I cannot put the trigger point into a different layer than the layer with the drop down menu. How can I make the actual word "accommodations" into the trigger point for this menu? I tried moving the trigger point from the widget over the Accommodations, but in order for the drop down to come out from under the banner, the trigger is under it as well. I've also tried ungrouping them, but I am not successful. Please give me further detail as to how this works!

  • Project stock belongs to different plant than the plant in project definition

    Dear all,
    I have a case:
    Project belongs to plant A (which is entered in the project definition), but there's a material in project stock which is belongs to plant B (checked in MMBE, the material under this project, but under plant stock B).
    Is this the normal case of SAP standard? As I never seen this case before (always project stock belongs to the same plant as entered in the project definition).
    Awaiting for your answer& clarification.
    Thanks and best regards,
    Andy

    Thanks for your helpful answer.
    I'd like to explain more about this case:
    I found a PO and a good receipt document to the project stock, and the plant in these documents is plant B.
    Then the material appear in MMBE under project stock and plant B.
    But when I check the project in CJ20N, the plant in project definition is plant A.
    As the requirement is to reverse the goods receipt document, but when doing so, system issues a message as "inconsistency data", so I confuse is it because of the different in plant stock in goods receipt document and plant in project.
    That's why I ask is this the standard case if material in project stock belongs to different plant than the plant in project definition.
    Hope you understand clearly my situation.
    Do you have any more suggest in this case?
    Thanks and best regards,
    Nghia

  • When I select "open a new tab" the tab opens in a different window than the one I'm using. This is release 11.0, and did not happen in 10.0

    When I select "open a new tab" the tab opens in a different window than the one I'm using. This is release 11.0, and did not happen in 10.0

    Hi,
    Please check if '''Open new windows in a new tab instead''' is enabled in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Tabs'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Tabs%20panel Options > Tabs]. If the problem persists, please also check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If the new profile is okay, you can later [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile?s=profile&r=1&e=sph&as=s copy the needed personal data] from the old profile. Firefox stores your personal data and settings in [http://kb.mozillazine.org/Profile_folder another location (profile folder)] separate from its [http://kb.mozillazine.org/Installation_directory files/folder]. A new profile would have the default Firefox settings ('''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Options%20window '''Options'''], and [http://kb.mozillazine.org/About:config about:config] ), and usually would also be empty of any '''Extensions''' and themes ('''Appearance''') in Tools > Add-ons) and their settings. Also, a new profile would have no previous stored website data/settings etc., ('''Tools''' > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History '''Clear Recent History''']).
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder & Files]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Providing an newer class than the application-server provides

    I have the problem that I must provide a newer class of "javax.xml.namespace.QName" than the application-server provide.
    In the spec of j2ee is written, that the lib-directory of a war-archive must searched for classes before the server searches his directories.
    But the behaviour of the Netweaver 6.40 is not like that.
    I know there are other application-servers which have the same behaviour. For this servers it exists a way to configure this.
    Is there also a way to configure this in the Netweaver.

    I have the problem that I must provide a newer class of "javax.xml.namespace.QName" than the application-server provide.
    In the spec of j2ee is written, that the lib-directory of a war-archive must searched for classes before the server searches his directories.
    But the behaviour of the Netweaver 6.40 is not like that.
    I know there are other application-servers which have the same behaviour. For this servers it exists a way to configure this.
    Is there also a way to configure this in the Netweaver.

  • Development in a different Release than the target system ?

    Dear all,
    a special guy in our project wants to develop in a BW development system that have a higer Patch Level / Release than the target BW system (Where the Development has to be transported in). Does anybody know a source from SAP or could give me a hint to get a information (best from SAP), beacause I think that is highly critical.
    Thanks
    DiDi

    Hi,
    Please check if '''Open new windows in a new tab instead''' is enabled in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Tabs'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Tabs%20panel Options > Tabs]. If the problem persists, please also check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If the new profile is okay, you can later [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile?s=profile&r=1&e=sph&as=s copy the needed personal data] from the old profile. Firefox stores your personal data and settings in [http://kb.mozillazine.org/Profile_folder another location (profile folder)] separate from its [http://kb.mozillazine.org/Installation_directory files/folder]. A new profile would have the default Firefox settings ('''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Options%20window '''Options'''], and [http://kb.mozillazine.org/About:config about:config] ), and usually would also be empty of any '''Extensions''' and themes ('''Appearance''') in Tools > Add-ons) and their settings. Also, a new profile would have no previous stored website data/settings etc., ('''Tools''' > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History '''Clear Recent History''']).
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder & Files]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

Maybe you are looking for

  • Using variables in a jsp:useBean tag

    I was wondeing if it is possible in any way to use variables in a jsp:useBean tag. Here is an example of what I am trying to do. <% String beanType = request.getParameter( "bean" ); if( beanType.equals( "Bean1" ) ) { beanClass = "com.myCompany.Bean1"

  • Set value TextTemplatingFileGenerator to custom tool property of a t4 template file at run time(programmatically) in an MVC Project

    In Solution Explorer we can set the Custom Tool property for a t4 Template file in the Properties window. But can anybody help me doing the same at run time? I want to assign the value TextTemplatingFileGenerator programmatically to the Custom Tool P

  • OWB 10gR2 on DB 11g and Workflow installation

    Hi all, my customer has a data warehouse running on Oracle DB 10gR2 - 2 nodes RAC - on Linux 32 bit (Red Hat enterprise 5); ETL is developed with OWB 10gR2 and exploits Oracle Workflow (2.6.4). They are going to upgrade the database to 11.1 (still 2

  • Restrict Subcontracting stock (stock type O)

    Hello all, I work with subcontracting POs (item category L) in which we send expensive components to the vendor, he performs a low-cost operation and return the material back to us. We would like to restrict the value of components at the vendor's si

  • External number for Task list group

    Dear experts, I want to give external number(actually name) to all the groups for equipment task lists.In SPRO , number ranges for task lists, I have created one external along with internal number range. But as soon as I want to create the equipment