Warning "A reference was created to embedded interop assembly 'stdole'"

I add Video Cap Active X Control in VB 2010 to display video from my camera IP, but in error list, there is 3warning like this
Warning 1
A reference was created to embedded interop assembly 'stdole' because of an indirect reference to that assembly from assembly 'AxInterop.VIDEOCAPLib'. Consider changing the 'Embed Interop Types' property on either assembly.
Warning 2
A reference was created to embedded interop assembly 'stdole' because of an indirect reference to that assembly from assembly 'Interop.VIDEOCAPLib'. Consider changing the 'Embed Interop Types' property on either assembly.
Warning 3
A reference was created to embedded interop assembly 'stdole' because of an indirect reference to that assembly from assembly 'Microsoft.VisualBasic.Compatibility'. Consider changing the 'Embed Interop Types' property on either assembly.
I 've read this link http://msdn.microsoft.com/en-us/library/ff182188.aspx but i still confuse and I don't know how to fix that case. I hope anyone can help that problems with some example
thank you

Hi ainunzariah,
You can try set the Embed Interop Types property to false for
AxInterop.VIDEOCAPLib,
Interop.VIDEOCAPLib and Microsoft.VisualBasic.Compatibility
in the References folder to see if it helps.
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.

Similar Messages

  • A reference was created to embedded interop assembly

    Hi
    I have several warnings as below;
    A reference was created to embedded interop assembly 'Accessibility' because of an indirect reference to that assembly from assembly 'System.Windows.Forms'. Consider changing the 'Embed Interop Types' property on either assembly.
    What do I need to do to resolve these?
    Thanks
    Regards

    Hi Y a h y a,
    >>A reference was created to embedded interop assembly 'Accessibility' because of an indirect reference to that assembly from assembly 'System.Windows.Forms'. Consider changing the 'Embed Interop Types' property on either assembly.
    Could you tell us the real project you were developing, WinForm or others? When did you get this error message?
    Based on the error message, you would check whether it is related to the
    Embed Interop Types property.
    Reference:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/ee5b0fdf-da01-499b-862b-c50ef914c35f/warning-a-reference-was-created-to-embedded-interop-assembly-stdole?forum=visualstudiogeneral
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/139194b1-059b-47c6-b079-705b39e3f888/a-reference-was-created-to-embedded-interop-assembly?forum=clr
    Best Regards,
    Jack
    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.

  • Warning-version 01 was created 20091016 without an EC

    hi
    when i run the validation report for a material there appears a warning saying "version 01 was created 20091016 without an EC".what does a version exactly mean here.how to rectify this.
    Regards
    Punam

    Which T.code are u using for this validation?
    provide the Message number also is this a warnng or error message?
    revision levels: in case if you make any changes in the material we can have a revision level in the mateirl master, this will be used inthe engineering industries specially .
    reg
    ds

  • When I try to open itunes a hazard warning appears reading "The file "itunes library.itl" cannot be read because it was created by a newer version of itunes"

    When i try to open itunes a hazard warning appears reading"the file itunes library.itl cannot be opened because it was created using a newer version of itunes"  so i can't open my itunes on my computer

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates
    EDIT: My apologies ... it'd be better to start straight in with the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • When i open itunes the warning itunes Library.itl appears with the following message. ..."it cannot be read because it was created by a newer version of itunes. after checking software updates we have the lastest version.  What to do?

    when i open itunes the warning itunes Library.itl appears with the following message. ..."it cannot be read because it was created by a newer version of itunes. after checking software updates we have the lastest version.  What to do?

    Perhaps check to see if you're accidentally running two different versions of iTunes. There's some information on troubleshooting that in the Opening iTunes section of the following document:
    Troubleshooting iTunes installation on Mac OS X

  • Db file in Replica was created in wrong folder

    Hello!
    I created db file at \BDB_HOME\BDB_SUBx in Master, but in Replica site db file was created in wrong folder which is BDB_HOME.
    Do I miss something than setting path to DatabaseEnvironmentConfig.CreationDir ?
    \BDB_HOME
    |
    -BDB_SUB1
    -BDB_SUB2
    -BDB_SUB3
    FYI
    Ver.5.1.19 (HA)
    C#
    VisualStudio.Net 2010
    Thanks,
    Osamu

    Hi Osamu,
    This is a known limitation with BDB HA at the moment. This issue is tracked internally in SR #19041. We hope to fix it, but do not guarantee that it will make it, in the next BDB release, 5.2.
    Osamu, if you have access to MOS (MyOracle Support) please consult Note 1250654.1 (Doc ID 1250654.1) -- How to Correctly Replicate a Directory Structure Involving Subdirectories Between Master and Client. This article explains in detail this issue and how to work around it for now.
    For reference, to explain the issue in more detail, suppose on the master the environment directory structure looks something like this:
    \BDB_ENV_HOME
         \BDB_SUBDIR_1
         - DbFile_1_1.db
         - DbFile_1_2.db
         - DbFile_1_N.db
         \BDB_SUBDIR_2
         - DbFile_2_1.db
         - DbFile_2_2.db
         - DbFile_2_N.db
         \BDB_SUBDIR_M
         - DbFile_M_1.db
         - DbFile_M_2.db
         - DbFile_M_N.dbOn the client site, the environment directory structure will be incorrectly replicated and will look something similar to this (with all database files ending up under one of the subdirectories):
    \BDB_ENV_HOME
         \BDB_SUBDIR_1
         \BDB_SUBDIR_2
         \BDB_SUBDIR_M
         - DbFile_1_1.db
         - DbFile_1_2.db
         - DbFile_1_N.db
         - DbFile_2_1.db
         - DbFile_2_2.db
         - DbFile_2_N.db
         - DbFile_M_1.db
         - DbFile_M_2.db
         - DbFile_M_N.dbThe workaround to resolve this issue depends on a manual hot backup. AUTOINIT should be turned off via rep_set_config with DB_REP_CONF_AUTOINIT and 0. Than the client should be bootstrapped with the databases and logs from the master and recovery should be run as described in the Berkeley DB Programmer's Reference Guide, in the Hot failover section.
    Basically, copy all the databases, copy the logs, run catastrophic recovery on the new client environment directory, and start the application. By turning off AUTOINIT you might need to take care of handling the REP_JOIN_FAILURE event error.
    To summarize, the workaround implies the following actions:
    1. On the client environment call DbEnv::rep_set_config like this:
    DbEnv::rep_set_config(DB_REP_CONF_AUTOINIT, 0);With the C# API it's something like:
    DatabaseEnvironmentConfig envConfig = new DatabaseEnvironmentConfig();
    envConfig.RepSystemCfg = new ReplicationConfig();
    envConfig.RepSystemCfg.AutoInit = false;
    DatabaseEnvironment env = DatabaseEnvironment.Open(envHomeDir, envConfig);or you could use the DatabaseEnvironment's class RepAutoInit property.
    2. Handle DB_REP_JOIN_FAILURE on the client environment, which could be returned from DbEnv::rep_process_message. Handling implies setting an event callback function via set_event_notify for DB_EVENT_REP_JOIN_FAILURE like this:
    DbEnv::set_event_notify(eventsHandler);where eventsHandler is a callback function that respects this signature:
    void (*db_event_fcn)(DB_ENV *dbenv, u_int32_t event, void *event_info)and internally checks to see if event is DB_EVENT_REP_JOIN_FAILURE. If it is, it may trigger copying of the backup files from the master onto the client.
    With the C# API you will set an EventNotifyDelegate delegate using the EventNotify property and check the NotificationEvent.
    3. Start the client. Because AUTOINIT is turned off, internal init will not be performed, hence it will not remove the directory structure on the client environment.
    4. If the event callback function gets notified of the DB_EVENT_REP_JOIN_FAILURE it means that the backup of the master (databases and log files of the master) is required on the client. Take a manual hot backup as per the guidelines in the Hot failover section, and copy the database and log files onto the client; this is something that the event callback function can do, when it handles DB_EVENT_REP_JOIN_FAILURE by using something like rsync to copy the files between the machines.
    5. If a backup was copied onto the client, run a catastrophic recovery in the client environment either manually via db_recover -c, or programmatically by specifying the DB_RECOVER_FATAL flag to the client's DbEnv::open call (with the C# API you specify it via RunFatalRecovery)
    6. After the catastrophic recovery will have been performed and the client will have started, all the replication synchronization will work as expected, replication messages will be processed correctly, and the directory structure will be maintained.
    Regards,
    Andrei

  • After upgrading recently I got this message: "The file 'iTunes Library.itl' cannot be read because it was created by a newer version of iTunes." The music/video files are still on my MacBook Pro.  Is it because I'm still on 10.5.8?  How do I fix this?

    For your reference I’m using a MacBook Pro running 10.5.8.  Several weeks ago on a Monday I received an upgrade for iTunes. When Tuesday arrived I attempted to log in so that I could download the latest freebie song(s).  I was met w/this message: “The file ‘iTunes Library.itl’ cannot be read because it was created by a newer version of iTunes.”
    The music/video files are still on my Mac (I’ve verified that via Searchlight), but I’m unable to open the program.  Since I know that 10.5.8 is rapidly becoming prehistoric, could it be that the newest iTunes isn’t compatible w/this particular OS?  I’d like to switch up, but understand that the newest OS won’t work on a Mac of this vintage (6 years old).  In addition, my Adobe products (all CS2) won’t work w/anything newer than 10.5.8, so I’m reluctant to go to a newer OS (I just can’t afford the Adobe upgrade $$$ @ this point). 
    Is there any way to get a download of an “old” iTunes version?  If there were, I’d simply refuse any future upgrades until my personal economy allows me to stop working as if it were 2006.  Please advise, somebody!

    I don't know how you received an upgrade for iTunes.  You make it sound like it was sent to you.  At most your computer will tell you of a new version and you tell it to download it and install it.  However, a computer will not do this for a version which is incompatible.  iTunes 10.7 came out a few weeks ago but your computer would not notify you and even if it did, 10.7 would refuse to install on your computer.  So this part isn't making a lot of sense.
    Two ways to get the 'newer version' message.  One is to open your library on a computer running a newer version, and then try to open it with an older version.  Usually happens when the library is on an external and used with multiple computers.  The second way is if you have multiple versions of itunes installed on your computer.
    The newest (and likely the last) iTunes for OSX 10.5.8 is iTunes 10.6.3 which has been out for quite a while. 
    iTunes 10.6.3.25 - http://support.apple.com/kb/DL1575

  • I have design standard with creative cloud, I have installed this on 2 computers, my office and home which I was told was allowed, I have just tried to open an indesign file from the office at home and and error message said that this was created with a n

    I have design standard with creative cloud, I have installed this on 2 computers, my office and home which I was told was allowed, I have just tried to open an indesign file from the office at home and and error message said that this was created with a newer version? they are the same versions and both are up to date, I was asked this morning to put in my adobe id email and password to connect to CC which I have never been asked to do before, can anyone help?

    what's your home version (click help>about) and was that just a warning so you were able to open the file?

  • Sorry, something went wrong --- I got an error message after a new webapp was built and a new site collection was created

    Sorry, something went wrong --- I got an error message after a new webapp was built and a new site collection was created.
    This in SharePoint 2013 Farm.
    What should I do?
    1- I did a DisableLoopBack and set the value to "1".
    For hostname do I have to do : 111.111.111.111 (sample) and serversp2013?
    P.S. I fixed this issue once, long time ago and I forgot how it ... be done.

    Hi,
    For troubleshooting your issue, please take steps as below:
    1.Go to IIS, make sure the web application is actived.
    2.Go to IIS -> Applicaiton Pools, make sure the application pool related to your web application is started.
    Reference:
    http://support.microsoft.com/en-us/kb/926642/en-us
    http://www.techrepublic.com/forums/questions/cannot-browse-created-web-application-site-in-sharepoint-services-30/
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Hate iTunes 11. Reverted to old version. Now I get error msg when I open that says The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes but won't open or play songs.  HELP!!!!

    Hate iTunes 11. Reverted to the old version. Now I get a msg when I click to open iTunes stating, "The file "iTunes Library.itl" cannot be read because it was created in a newer version of iTunes" and it will not open.  HELP!!  How can I revert the library as well?

    I hate iTunes 11 too... and I also want to revert to previous version. But Apple seems to be so incredibly customer-friendly these days that is quite deliberately not publishing clear/simple revert instructions. I think it's a disgrace that Apple removed Cover Flow without warning people who are tempted to upgrade. Absolute disgrace. And now we're stuck with this piece of ..

  • I can't open a file in OS 922 that was created in OS X.

    The web-pages I downloaded while in OS X (and stored in the HD) appear blank, (white, no logo) when I am booted in OS 922. When I try to open them, I receive a message "Sorry, could not open because the application that created it could not be found".
    So OS 922 cannot find an application (in this case do they mean Safari or OSX ?) that created the file. Sounds logical since OS X didn't exist when OS 922 was created. And Safari neither I think (if that plays any role)
    Question: does the Internet connection (Internet Explorer vs. Safari play any role ?)
    I have no problem whatsoever with files downloaded with Internet Explorer (5.1.6 or previous versions I had). Or from OS 9.0.4 to 9.2.2.
    Nor do I with photos (even with Safari and OS X) .
    Only web-pages and documents (including TextEdit) done with OS X. And not all files but half of them.
    G4   Mac OS X (10.4.7)  

    Hi, I need -
    OS 9's Finder uses File Type and Creator codes embedded in files to determine how the file should be handled - what program to use to open it, and how that program should process the file.
    OSX uses filename extensions rather than File Type and Creator codes.
    As a result, it is not uncommon for a file created in an OSX environment to be displayed as a generic unknown-type document when the machine is booted to OS 9; and for Finder to not know how to handle it when it is double-clicked.
    If you know that a certain program in OS 9 should be able to open a file, try dropping that file onto the icon for that program (or on an alias to that program) - some programs are capable of trying to open a file done that way; others won't even try.
    In most cases, a file created by an OSX app will not be openable by an OS 9 app - this is understandable, given that newer programs often use more advanced formats than older ones, even versions of the same program.
    If you know that you will be transporting a file from OSX to OS 9, try saving it in a form accessible by OS 9 - many programs will offer a list of alternate file formats when you do a Save As of the file, or (in some cases) an Export of it.
    Question: does the Internet connection (Internet Explorer vs. Safari play any role ?)
    It certainly can. If Safari saves a file in a proprietary format, then IE will probably not be able to open it. However, a file saved in plain html should be openable by most any browser.
    You might experiment with the settings in OS 9's File Exchange control panel, particularly the ones listed under PC Exchange. Adjusting some of these, or creating new linkages, may allow OS 9 to handle files which are openable by your OS 9 programs, but which are not identifiable by Finder.

  • "iTunes Library.itr cannot be read because it was created by a newer version of itunes.

    I had Itunes 11.0 installed and uninstalled it with Revouninstaller. I then tried to reinstall wuth 10.7 and get "The file "iTunes Library.itr cannot be read because it was created by a newer version of itunes."
    What can I do? 
      Thanks

    I hate iTunes 11 too... and I also want to revert to previous version. But Apple seems to be so incredibly customer-friendly these days that is quite deliberately not publishing clear/simple revert instructions. I think it's a disgrace that Apple removed Cover Flow without warning people who are tempted to upgrade. Absolute disgrace. And now we're stuck with this piece of ..

  • Need to edit a form that was created by someone else.

    Hello, I have to edit a form that was created by someone else. I made numerous changes to the text and repositioned a lot of the items, and it appeared fine on my computer. However, when I open it on my PC and other systems, the fonts are substituting and I'm getting strange characters where I changed the text. I tried embedding the fonts with the Preflight embed fonts, but it is still messed up. My client is anxious...not sure what else to check. Any help would be appreciated!

    You don't need to re-do the fields. If you create a new version of the PDF
    file just open the old one and use the Replace Pages command to insert the
    pages from the new version over the old ones. This will give you a new
    version of the file, with the existing form fields still in tact. Of
    course, you might need to adjust their location and/or size, but at least
    you won't have to start all over again...
    On Thu, Jan 22, 2015 at 11:59 PM, Laura Holancin <[email protected]>

  • This PostScript file was created from an encrypted PDF file.

    I have a postscript file which has been created from secure or encrypted (opening restriction) pdf.
    Now when i use distiller to convert this postscript file to pdf then distiller cannot produce a pdf file.
    The log file contains following text:
    This PostScript file was created from an encrypted PDF file.
    Redistilling encrypted PDF is not permitted.
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    1) Is there a way to convert this postscript file into pdf ?
    I have a limitation that i cannot remove security from secure pdf.
    2) Do distiller provide any settings which can be changed to convert
    this kind of ps(from secure pdf) to pdf.
    3) Can we provide password to distiller during process of conversion to
    pdf.
    4) If above methods do not work then is there a way we can
    programatically use Distiller Api's for conversion of postscript (in case
    of postscript created from secure pdf) to pdf
    Like methods 'FileToPdf' etc.
    Thanks in advance.

    I am facing a similar problem.
    My workflow dictates that I convert the input PDF job initially to PS and finally back to PDF. If the input PDF file is secure (it's not encrypted - you will still be able to open the document), the redistillation of PS to PDF fails while using Normalizer 6.0 && 9.0 libraries. If I use Normalizer 505 library, the redistillation succeeds. I have checked with the same generated PS on both Distiller 6.0 && 9.0, and both the versions fail to reconvert as well. I am a little surprised that 6.0 and 9.0 will fail to do something that 505 library manages.
    Any suggestions?

  • How to include a .lvlib in a build that was created using a custom .dll

    I am trying to build an executable in LV2010 that uses a .lvlib that was created using a .dll from Keyence. I have added the .lvlib to the source files as "Always Included" and I have also added all of the .vi files of the library to "Always Included." I still get the error saying "Missing External Function" when running the program. The executable seems to open fine on the development computer but not on a secondary computer. Any ideas?
    Solved!
    Go to Solution.

    ...I assumed too quickly that the problem was resolved. By specifying the path I was actually able to open the executable after installing but none of the .dll functions worked. I noticed that when I specified a path on the diagram, the .dll was no longer included in the dependencies and was no longer included in the build. I guess this would explain why none of the functions were working. I copied the .dll over to the path specified on the diagram and it still did not function.
    This brings me back to the original problem I was facing. I actually removed the .lvlib. I replaced all of the library vi references with the Call Library Function and deselected the "Specify path on diagram" Boolean. When I do this, the build includes the .dll in the dependencies list and it includes the .dll file in the destination folder of the install. However, when running the executable I get a list of errors that read, "Missing external function …” I have attached an image of this error. This is the same error that occurred when I was using the library, but I thought maybe the library was the cause of the problem, which is why I used the Call Library Function instead.
    *I have tried adding the .dll to the support files and I receive the same error when trying to run the executable.
    *I have tried adding the .dll to the support files and making it an “always include” in the installer properties under source files. This returns the same error.
    I’m really not sure where to go from here. Any help is greatly appreciated!
    Attachments:
    Call Library Function.jpg ‏56 KB
    Error.JPG ‏23 KB

Maybe you are looking for