Nuget and shared projects

Having used Visual Studio for personal projects I create solutions that share project directories with other solutions. This has worked very well for the last 15 years or so until NUGET. Nuget seems to assume that packages are managed and stored in the solution
directory thus when I work on a different solution I find that the project and solution are in strong disagreement about NUGET packages.
Right now I manually edit the share project files but that's not a great solution. What is the proper way to manage NUGET projects in shared solutions?

Hi Bob,
>>Right now I manually edit the share project files but that's not a great solution. What is the proper way to manage NUGET projects in shared solutions?
For the shared project in solutions, to use the NuGet package, as far as I know, we would edit the config and the project/solution file.
Not very sure that whether you have used this way, but as far as I know, it would be a better solution for it now.
Reference:
http://www.codeproject.com/Articles/501627/Share-Nuget-packages-between-solutions-Part
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.

Similar Messages

  • ManualResetEvent and Using a project reference in Shared Project?

    I recently just started writing an Universal App for the first time, and it’s also my first time with C# (most of my mobile experience is in Java and Android). I was reading a post on SQLite-WinRT:
    http://andywigleyblog.azurewebsites.net/?p=53.
    I’m having trouble with two things:
    ManualResetEvent seems to be available for Windows Phone Silverlight, but not a part of the Windows Modern App APIs. I’ve searched in the available .NET APIs, but System.Threading doesn't have ManualResetEvent for modern apps.
    For Universal Apps, App.xaml.cs is located in the Shared Project Reference. However, from the shared project reference, I need to access a reference SQLiteWinRT, but the reference is in my modern app project, so I can't access it using 'using'. How do I
    access this reference from a Shared Project Reference?
    Edit: #2 I was able to figure out. I had to add SQLiteWinRT to both Windows 8 and Windows Phone project.
           Edit: #1 Turns out it is available. Under System.Threading. Windows dev/center search just can't find it.  (-‸ლ) The docs are very confusing.

    Hi Qoheleth07,
    Thanks for sharing the solution with us, I will mark Matt's reply to close this question, if you still have questions to ask, please feel free to let us know :)
    Thanks for your understanding,
    --James
    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.

  • Hi, im trying to burn my imovie project to a dvd. i went to share it to idvd and there was no option to do so. instead i shared it to quicktime and the project didnt show up when i tried to open it in idvd. i also tried sharing it to media browser and it

    Hi, I'm trying to burn my Imovie project to a dvd. I went to share it to iDvd and there was no option to do so. Instead I shared it to quicktime and the project didnt show up when i tried to open it in iDvd. I also tried sharing it to media browser and it didnt show up either. Please help me!

    While we all have MacBooks in this forum not all of us use iMovie. There's a iMovie Support Community where everybody uses iMovie. You should also post this question there to increase your chances of getting an answer.   https://discussions.apple.com/community/ilife/imovie

  • Cannot load shared 'project' in Windows Universal app after upgrading to Azure SDK 2.6

    I've just installed the
    April 2015 release of the Azure SDK. It is version 2.6 and previously I was on 2.5. Now one of my projects will not load. It is the shared project in a Windows Universal application.
    When I right-click the project and choose 'reload' I get the pop-up error 
    > The method or operation is not implemented
    The output window gives more detail:
    > Things.Shared.shproj : error  : The composition produced a single
    > composition error. The root cause is provided below. Review the
    > CompositionException.Errors property for more detailed information.

    > 1) No exports were found that match the constraint: 
    > ContractName
    Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService
    > RequiredTypeIdentity
    Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService

    > Resulting in: Cannot set import
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")'
    > on part
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
    > Element:
    > Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")
    > -->  Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService

    > Resulting in: Cannot get export
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")'
    > from part
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
    > Element:
    > Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")
    > -->  Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService
    The other parts to the Windows Universal app (the Windows 8.1 project and the Windows Phone 8.1 project) have two Azure NuGet packages installed: Windows Azure Mobile Services 1.3.2 and Windows Azure Storage 4.3.0. (N.B. Those two projects load without issue.)
    This is not a show stopper for me since uninstalling the Azure SDK 2.6 removes the load failure. To uninstall I go via the Control Panel to 'uninstall or change a program' and then uninstall Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.6
    I would like to know how to fix this without uninstalling the Azure SDK 4.6.

    Hi
    Have the same problem and waiting for an answer also.
    Code is like a box of chocolates!...

  • Bug with swc folders and library projects?

    Hi guys, hope someone can help here. We are just in the
    process of starting a fairly large flex project and we were trying
    to work out a solution so that I as a designer can view and edit
    custom components with visual styles applied.
    Now I know that you aren't meant to add a style tag into the
    component but it was working for me and I could at least preview
    the styles in 'design mode'.
    The problem arises though when you have a large project with
    shared assets across projects. I had 3 projects set up in my
    workspace:
    Project 1: Library project with css files, swc and graphics
    Project 2: Library project with components for Project 3
    Application
    Project 3: Application project
    What I did was to add a external source folder to Project 2
    & 3 both of which was Project 1. So far so good, the css loaded
    into my application from Project 1 and I could view my styles in my
    custom componants in Project 2
    But, I needed to add swc files for custom buttons etc in my
    application. So, I thought I would just add an swc folder source to
    my build path in both my Project 2 & 3 which referenced an swc
    folder in Project 1. Well, it did work and I could view everything
    fine but (and here is the main problem) this corrupts the
    workspace. Once Flex has closed and tries to reopen my workspace it
    hangs, same if I change workspace in Flex from another workspace to
    this one.
    Can anyone help? Is this a flex bug?
    TIA
    Steve

    Section 6.3.9 of RFC3501 expands on previous RFCs and clarifies the LSUB command, confirming that this is a bug in JavaMail. http://www.isi.edu/in-notes/rfc3501.txt

  • Shared Project Workflow Problem: Hitting a Wall with Markers

    Hi there,
    Apologies in advance for the long note.  We're using Adobe CC to edit and finish commercials and are having a significant issue regarding shared project workflow.  First, some context:
    We often edit projects remotely.  When this happens, assistants and other editors who remain in LA will have access to the media on our SAN while the editor and assistant traveling out of town will have their own copy of the media.  I know Adobe Anywhere would solve any issue relating to two identical sets of media in use in different cities, but we're a small shop and the hardware and software expense don't make sense for us at this time.  Please do not respond to anything mentioned from here on by stating we should just get Adobe Anywhere.  Thanks.
    What will regularly happen is that the remote editor and assistant will need work done on the project here in LA while they're in session with the clients.  Sometimes this work involves marking up clips with comment markers so the editor can more easily locate a specific moment.  Here's where the problem arises.
    Unlike FCP and Avid, Premiere handles markers within the clip's metadata.  So, if I have two separate projects linking to separate but identical instances of media, one of those media instances gets updated with new markers, there is currently no way to get those markers to the other project without also shuttling the new marked-up media.  This is not possible when a remote editor needs dailies marked up in a couple hours and is working across the country or abroad.
    But let's assume for the sake of argument that it is possible and we apply this workflow.  Let's also assume that in the time it takes the local assistant to mark up the clips for the remote editor, the editor has added a couple markers of his own, which is reasonable and happens all the time.  Now when the editor links to the newly marked up clips he's received via shipment, he'll wipe out all the markers he's made on his own since giving the order to mark up the footage.  That is a significant inconvenience, especially with clients in the room asking stuff like "can we look at the take where the guy says 'good' instead of 'great'?"
    So what happens if we just have repeating sets of media, so that every time the clips markers get updated, the editor actually imports those clips, even though the picture and audio data in those clips is completely redundant to what's already in the project.  The issues with this are, as I can see it, 1) increasing the amount complexity within the project so that you'd have to scan many bins of dailies to look for a single marker, 2) increasing by orders of magnitude the amount of storage space needed, 3) even if problems 1 and 2 are handled, if you have to go to finish with multiple versions of a cut, and those versions reference separate instances of the same clip from different bins, Premiere's dupe frame detection will not work and you'll need to spend a lot of extra time locating duplicate clips manually before sending your EDL or XML off to final color grading.
    At this point, I think it's necessary to interject something:  we're talking about markers here.  Why is this such a problem?  FCP and Avid have no such issues simply by making markers - even clip markers - part of the project metadata.  From what I understand, Adobe has chosen to do things differently because of dynamic link, so that After Effects and Prelude, for example, could add markers to a clip and those markers would ripple across all instances of that clip in the different applications.  It's a great feature which we take advantage of here from time to time.
    So what's the solution?
    My workaround in CS6, which does not solve the issue of needing to merge clip markers so that an editor's markers and an assistant's markers can be applied to a single piece of media, was to turn off "write XMP ID to Files on Import."  This would generate an XMP sidecar file which could be easily passed along with a project file to the remote editor, who could then overwrite his local XMP sidecars with the new ones containing the new marker info.
    However, in Premiere CC that is no longer possible.  It appears that if Premiere CC can access the XMP ID on a file, it will not generate a sidecar regardless of what you have set in your media preferences.  We use ProRes Proxy as our dailies format (again, please no comments on this, it is not up for debate at this time) and Premiere can get to the XMP ID within the files and will not, no matter what it seems, generate an XMP sidecar.
    We could change the company workflow to use DNxHD 36 instead of ProRes Proxy, which would give us XMP sidecars, but that would not solve the issue of needing to merge marker lists between projects non-destructively.
    The best solution I can think of would be to have a script or some kind or built-in feature which would allow for the batch export, import and merging of marker lists.  This way Adobe could keep its current clip-metadata-based marker workflow while giving professional users needing more flexible marker behavior the ability to have assistants non-destructively modify clip markers without necessitating the creation of extra media or project complexity.
    I would really love some input on this and ideas from the pro community out there who has experience with shared project workflows - especially projects being shared remotely.  There's not a lot of info out there about this and it would be great to hear what others are doing.
    Thanks a million for sticking with this, if you've made it this far.
    Best,
    Jon

    Thanks Jim,
    I understand that Adobe Anywhere solves this, but there should be this fairly basic functionality (which exists in Avid and FCP) in a non-enterprise edition of the software.  I have submitted a couple different feature requests about this, going back to CS5, so hopefully enough people make similar requests for a fix to be implemented.  Adobe Anywhere is really not a solution for our small shop as currently configured/priced, especially when we can have editors working remotely with very affordable USB 3 drives.  The only hangup is the markers, which just isn't worth a 5 figure fix.  As such it's hard to consider the problem solved for either us or any small shop or post crew.
    Best,
    Jon

  • Not able to access the links to Essbase Console, Planning and Shared Servic

    Hi,
    I am trying to access the links to Essbase Console, Planning and Shared Services but I get the following error message.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I tried to restart all the services on all the servers and also restarted the servers but it didn't work.
    I found some more errors in the starter file on the Linux box.
    {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
    {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20 Detected Java version: 1.6 in: /srv/Oracle/Middleware/jdk160_21/jre\par
    Detected OS: Linux\par
    parsing buildfile /srv/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml with URI = file:/s\par
    rv/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml\par
    Project base dir set to: /srv/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance\par
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found\par
    .\par
    [property] Loading Environment env.\par
    Build sequence for target(s) `start' is [start]\par
    Complete build sequence is [start, stop, ]\par
    \par
    start:\par
    [starter] oracle.as.management.opmn.optic.OpticException: Error in starting opmn server\par
    [starter] Operation aborted because of a system call failure or internal error\par
    [starter] at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)\par
    [starter] at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)\par
    [starter] at com.hyperion.cis.ant.starter.OPMNStarter.startAndReloadOpmnCtl(OPMNStarter.java:177)\par
    [starter] at com.hyperion.cis.ant.starter.OPMNStarter.init(OPMNStarter.java:47)\par
    [starter] at com.hyperion.cis.ant.starter.StarterEngine.load(StarterEngine.java:133)\par
    [starter] at com.hyperion.cis.ant.starter.StarterEngine.execute(StarterEngine.java:105)\par
    [starter] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)\par
    [starter] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\par
    [starter] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\par
    [starter] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\par
    [starter] at java.lang.reflect.Method.invoke(Method.java:597)\par
    [starter] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)\par
    [starter] at org.apache.tools.ant.Task.perform(Task.java:348)\par
    [starter] at org.apache.tools.ant.Target.execute(Target.java:357)\par
    [starter] at org.apache.tools.ant.Target.performTasks(Target.java:385)\par
    [starter] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)\par
    [starter] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)\par
    [starter] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)\par
    [starter] at org.apache.tools.ant.Project.executeTargets(Project.java:1189)\par
    [starter] at org.apache.tools.ant.Main.runBuild(Main.java:758)\par
    [starter] at org.apache.tools.ant.Main.startAnt(Main.java:217)\par
    [starter] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)\par
    [starter] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)\par
    [starter] oracle.as.management.opmn.optic.OpticBadXMLConfigException: Error reading formFactorFile: /srv/Oracle/Middleware/\par
    user_projects/epmsystem6/config/OPMN/opmn/.formfactor (/srv/Oracle/Middleware/user_projects/epmsystem6/config/OPMN/opmn/.form\par
    factor (No such file or directory))\par
    [starter] at oracle.as.management.opmn.optic.OpmnPhone.refreshFormFactor(OpmnPhone.java:628)\par
    [starter] at oracle.as.management.opmn.optic.OpmnPhone.getLocalOpmnPhone(OpmnPhone.java:99)\par
    [starter] at oracle.as.management.opmn.optic.OpmnQuery.getLocalOpmnQuery(OpmnQuery.java:77)\par
    [starter] at com.hyperion.cis.ant.starter.OPMNStarter.init(OPMNStarter.java:48)\par
    [starter] at com.hyperion.cis.ant.starter.StarterEngine.load(StarterEngine.java:133)\par
    [starter] at com.hyperion.cis.ant.starter.StarterEngine.execute(StarterEngine.java:105)\par
    [starter] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)\par
    [starter] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\par
    [starter] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\par
    [starter] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\par
    [starter] at java.lang.reflect.Method.invoke(Method.java:597)\par
    [starter] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)\par
    [starter] at org.apache.tools.ant.Task.perform(Task.java:348)\par
    [starter] at org.apache.tools.ant.Target.execute(Target.java:357)\par
    [starter] at org.apache.tools.ant.Target.performTasks(Target.java:385)\par
    [starter] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)\par
    [starter] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)\par
    [starter] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)\par
    [starter] at org.apache.tools.ant.Project.executeTargets(Project.java:1189)\par
    [starter] at org.apache.tools.ant.Main.runBuild(Main.java:758)\par
    [starter] at org.apache.tools.ant.Main.startAnt(Main.java:217)\par
    [starter] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)\par
    [starter] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)\par
    [starter] Caused by: java.io.FileNotFoundException: /srv/Oracle/Middleware/user_projects/epmsystem6/config/OPMN/opmn/.formf\par
    actor (No such file or directory)\par
    [starter] at java.io.FileInputStream.open(Native Method)\par
    [starter] at java.io.FileInputStream.<init>(FileInputStream.java:106)\par
    [starter] at java.io.FileReader.<init>(FileReader.java:55)\par
    [starter] at oracle.as.management.opmn.optic.OpmnPhone.refreshFormFactor(OpmnPhone.java:623)\par
    [starter] ... 22 more\par
    ( Feb 06, 2012 04.33.13 PM ) Pass [00 min 05 sec] Starting BPMS_bpms1_Server\par
    [starter] oracle.as.management.opmn.optic.OpticException: Error in starting opmn server\par
    [starter] Operation aborted because of a system call failure or internal error\par
    [starter] at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)\par
    [starter] at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)\par
    [starter] at com.hyperion.cis.ant.starter.OPMNStarter.startAndReloadOpmnCtl(OPMNStarter.java:177)\par
    [starter] at com.hyperion.cis.ant.starter.OPMNStarter.start(OPMNStarter.java:115)\par
    [starter] at com.hyperion.cis.ant.starter.StarterEngine.start(StarterEngine.java:190)\par
    [starter] at com.hyperion.cis.ant.starter.StarterEngine.execute(StarterEngine.java:112)\par
    [starter] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)\par
    [starter] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\par
    [starter] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\par
    [starter] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\par
    [starter] at java.lang.reflect.Method.invoke(Method.java:597)\par
    [starter] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)\par
    [starter] at org.apache.tools.ant.Task.perform(Task.java:348)\par
    [starter] at org.apache.tools.ant.Target.execute(Target.java:357)\par
    [starter] at org.apache.tools.ant.Target.performTasks(Target.java:385)\par
    [starter] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)\par
    [starter] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)\par
    [starter] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)\par
    [starter] at org.apache.tools.ant.Project.executeTargets(Project.java:1189)\par
    [starter] at org.apache.tools.ant.Main.runBuild(Main.java:758)\par
    [starter] at org.apache.tools.ant.Main.startAnt(Main.java:217)\par
    [starter] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)\par
    [starter] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)\par
    ( Feb 06, 2012 04.33.31 PM ) Pass [00 min 05 sec] Starting OHS\par
    ( Feb 06, 2012 04.41.51 PM ) Fail [08 min 20 sec] Starting FoundationServices\par
    \par
    BUILD SUCCESSFUL\par
    Total time: 8 minutes 55 seconds\par
    Please let me know how to fix this issue. Also please let me know where else can I find the logs to the errors.
    Thanks.

    The logs would be a good place to start, if you are not sure where to look post your OS and planning version.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can't create shared project in MII

    The MII architect is trying to create a shared project in the Workbench and is receiving an error. It looks to me they have something already checked out and thus cannot create the project. Could this be something wrong in the NWDI/MII configuration. Any suggestions on what I can do to find the cause?
    Here is the error:
    Error while creating the Project hierarchysahad
    [EXCEPTION]
    com.sap.xmii.contentmanagement.exception.ContentManagementException: Cannot create resource sap.com.miitest1; parent resource is checked out for create in a separate activity
    Thanks!

    Hi,
    The CE/MII system is running NW 7.11 SPS7
    The NWDI system 7.0 EHP1 SP3
    We are creating a shared project in the MII Workbench within the "File" menu "Created Shared Project".
    I'm the Technical BASIS lead here and the MII team is saying this error is a system error. I don't know enough about MII and the development environment to argue this point.
    Regards...

  • Datasocket and Shared Variables

    I am curious if there is any advantage to using Datasocket to read/write shared variables (as opposed to a direct read/write).  I'm specifically talking networked shared variables here.
    Is there any speed advantage to accessing shared variables thru the Datasocket functions?  Since both a direct read/write and a Datasocket PSP read/write talk to the same variable engine I assume they are equally efficient but I'm looking for confirmation here.  I've seen benchmarks for shared variable performance but none of them use DS/PSP to access the variables.
    Normally I would not even think of using Datasocket to access shared var's but where I currently work we have a large app that does this and it works great.  I suspect that this functionality only exists in LV8.x for backward compatibility and non-Windows OS compatibility and is not really meant to be used for new, Windows-based apps?   Am I off base on this?
    I am working in LV 8.5, BTW.....

    Hello Jared,
    Thank you for the reply with clarification. 
    Based on your comment, I changed the buffer parameters and also tried the programs with two different data types, previously StringArray and now String.
    In the attached LV8.6 project, you have all the programs, and shared variable library to review my tests. 
    There are two sets of two files - each set has a Write Shared Variable and Read Shared Variable file. One set is for StringArray type Shared Variable (named StrArr in the library), and the other set is for String type Shared Variable (named Str in the library).
    String Array example:
    MultipleDS-Write-SharedV-StrArr.vi / MultipleDS-Read-SharedV-StrArr.vi
    In my String Array shared variable, I use only 4 element array, each having 4 character strings - meaning 16 bytes per String Array data. I have two loops in the write file, writing to the same variable, an array of 4 strings, each loop continues until the loop index is >0. This means, sometimes, depending on the processor speed, the variable will be written 3 times or 4 times (the variable could have a new value before the loop condition is checked).
    So this means, if I have buffer of 100 bytes (16*4=64<100), it's enough for 4 such arrays (of 4 elements, each element with 4 characters) could be buffered to have sufficient time at the client (Read) program to read them. 
    I am putting 2048 bytes in buffer, which is much more than sufficient in my case. 
    The writer loops run with 200 ms to wait for each iteration. The reader loop runs with 100 ms in DS timeout and 100 ms in wait timer. This gives results without any loss. However, if I run the reader loop with 1000 ms to wait for each iteration, the data is lost. The buffer is not maintained for 2048 bytes.
    In the read program, just to make sure if all data is read or not, I am showing data in two different string indicators, showing data of each loop.
    String example:
    MultipleDS-Write-SharedV-Str.vi / MultipleDS-Read-SharedV-Str.vi 
    The String Array shared variable didn't show values in the Distributed System Manager. Hence, I created another simple variable with String datatype.
    The writer program writes strings of 4 characters, one-by-one, in two loops. Meaning, total 8 strings of 4 characters each are written in the "Str" Shared variable. 
    The reader program, however, doesn't always display all the 8 strings. Although the wait timer is not high (slow) it still misses some data usually. Data is overwritten even before the buffer is filled (in buffer, I have defined 50 strings with 4 elements in each).
    In both of the Read programs, I read using datasocket. I think thought datasocket has more ability to buffer. Earlier I had "BufferedRead" in DataSocket, which I have changed to just Read, because BufferedRead didn't give any special buffer advantage in the Shared Variable reading.
    ---- This is an update on the issue. 
    Ok, just while typing the last paragraph above, regarding datasocket, something clicked in my mind, and I changed the DataSocket functions to simple Shared variables (completely eliminating datasocket functions) in the read programs as well. And bingo, the buffer works as expected, even if I have reading loops very very slow, there is no data loss in any of the program sets. 
    The two changed Read programs are also included in the attached project - MultipleSV-Read-SharedV-Str.vi and MultipleSV-Read-SharedV-StrArr.vi
    So this means, I can completely eliminate DataSockets (not even using PSP URLs in DataSocket Open/Read functions) from my programs. 
    One question here, what will be an advantage of this (or any side effects that I should be keeping in mind)?
    Vaibhav
    Attachments:
    DataSocket.zip ‏71 KB

  • IPhoto events and Aperture projects

    What happens to iPhoto events and Aperture projects in Photos? I have read that Events and Projects are not available in the new Photos app. My library is entirely organised this way. If Photos is organised just by date, then will all my years of sorting be lost?

    If, like me, you used Events as your main organizational tool - you will really be disappointed in Photos.   My Albums transferred, but I had over 100,000 pictures, taken over 13 years and organized mostly by the "Event/Title" line above each group of pictures.   Those titles did not transfer to Photos.
    They do have an Album titled iPhoto Events and a lot of events are in there - however, not all and they are in a completely random order.   In my case, over 3,000 events with absolutely no way to find anything other than scroll through or possibly search.  Also, at this time there is no way to move forward with Event organization as it does not exist.   There is not way in Photos to label each days photos with an event or title.   It's like one big huge shoebox with date order the only organization.  Ridiculous.
    I mostly use a 35mm SLR Camera without any GPS designation - so I now have 109,000 photos in one big list organized by nothing but the date taken or scanned. 
    I have also scanned a lot of family history photos and old family photos - fortunately I put most of those in Albums - otherwise Photos is very excited to just list them according to the date I scanned them which has nothing to do with the content of the photo.
    Definitely back up your iPhoto before you do anything.   I am looking for an outside program that will continue my organization and not throw everything out on the whim of people who just use photos for social media and sharing.   This change made me realize that Apple has no intention of creating and keeping a serious organization system for amateur and professional photographers who have a large number of files that need to be organized and kept for many years.

  • To revoke your sharing invite with this user, please use the Manage shared projects dialog box.

    How do I remove someone from the shared project dialog box? And how to install Adobe Story on my desktop without getting an error message?

    How do I remove someone from the shared project dialog box? And how to install Adobe Story on my desktop without getting an error message?

  • Opening/storing Visio and MS Project Files

    We are using Teeming for a small team shared across two sites. They want to store and use Vision and MS Project files.
    Using standard MS Office documents seems to work fine, access via Teeming works as expected.
    When opening Visio or Project files, they have to 'download' the file first, make changes and resave the document back up into Teeming. Not so smooth.
    Is this a restriction of Teeming? Can we get this to work as other Office docs?
    Teeming is V2.0 on SLES.
    Thanks

    turners,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • When I try to share a project to theater I get the message Your Theater could not be opened.There was a problem reading your movies from iCloud and the project does not share. Can anyone help?

    When I try to share a project to theater I get the message Your Theater could not be opened.There was a problem reading your movies from iCloud and the project does not share. Can anyone help?

    Set up iMovie Theater and iCloud
    In order to take full advantage of the capabilities of iMovie Theater, you must be signed in to iCloud. If you are signed in to iCloud, movies and trailers shared to iMovie Theater are automatically uploaded to iCloud. You can also turn off automatic uploading, and upload just the movies and trailers you want, or delete individual movies and trailers from iCloud. For more information about the Theater, see iMovie Theater overview.
    If you sign out of your iCloud account on your Mac, all iCloud movies disappear from the Theater, but they are not deleted; the movies reappear when you sign in again. If you ever run out of space in iCloud, an alert icon appears in the top-right corner of your movie, indicating that you can’t upload new movies. For more information, click the icon. After you upgrade your iCloud storage or clear space, your movies automatically appear in iCloud again.
    Hide
    Set up automatic iCloud uploading
    Choose Apple menu > System Preferences, and click iCloud.
    Make sure you’re signed in, and then select the Documents & Data checkbox.
    Click the Options button next to Documents & Data.
    Make sure the iMovie checkbox is selected.
    In iMovie, choose iMovie > Preferences.
    Select the “Automatically upload content to iCloud” checkbox.
    To turn off automatic uploading, deselect the checkbox.

  • Shared projects in WLW 9.2

    Hi,
    I move my apps from WLW 8.1 to 9.2. My workspace contains 4 apps (ears),
    each has a number of utility and web projects. Some utility projects from
    ear 1 used in ear 2, 3 and 4. Everything is compiles fine, but I can't
    deploy ears 2, 3 and 4: I always have ClassNotFound exception for some class
    defined in project from ear 1. I tried to refernce the utility project from
    Java Build Path, J2EE Module Dependencies and Project References pages but
    nothing helps.
    Should I deploy the utility project(s) independently as Shared Library or
    Optional Package ?
    Thanks, Denis.

    Hi Denis,
    I've created a simple application in Workshop 9.2.1 which demonstrates
    the relationship I mentioned in my previous post. I've taken out the
    upgrade scenario here, but it can easily be reintroduced, but will
    require some additional tweaking, sine some of the relationships didn't
    exist in 8.1
    javaproject is a simple Utility project
    ws1 web service project which belongs to ws1EAR
    ws2 web service project which belong to ws2EAR
    javaproject has been added a J2EE module to ws2EAR, which is why when
    you select ws2 and view j2ee module dependencies, you will see
    javaproject listed in both tabs
    whereas in the case of ws1EAR, the javaproject is not directly part of
    the EAR, instead it is only visible to the web project ws1, since it's
    been configured at the web app level.
    if you export the EAR for these two EAR projects you will notice that,
    in the case of ws1EAR, the javaproject jar is within ws1.war under
    web-inf/lib, whereas in the case of ws2EAR.ear, the javaproject jar in
    the app-inf/lib
    please do attach the support case numbers once you create them.
    hope this helps
    cheers
    Raj
    Denis Sukhoroslov wrote:
    Hi Raj,
    Ok, I'll open the support case and probably not only one, this is not the
    only issue I have. But for the problem we're discussing I suspect there is
    still some misunderstanding. It doesn't relate to uipgrade process at all.
    When I upgraded my apps from 8.1 to 9.2 the shared jars were propely copied
    into app-inf/lib directories of ears which use them. I removed the jars
    becase they shouldn't be longer needed at least at build time.
    Unfortunatelly the shared jars are not final. And I can't configure J2EE
    module dependency as you suggesting: shared utility jars are used from
    another utiity and ejb projects (jars) which belongs to the defferent ears.
    This type of projects (utility jar and ejb jar) doesn't allow to make a
    depenedency on projects which are not in the current ear.
    BTW, when I exported my ear projects to EARs WLW added the shared jars into
    all ears that reference them properly. But it doesn't add them in expoided
    format.
    Denis.
    <Raj Alagumalai> wrote in message news:[email protected]...
    Hi Denis,
    Looks like the issue you are facing is slight different from what I assumed.
    Regarding a possible solution, you can do either one of the solutions you
    described. These would be appropriate if the shared project is final and you
    no longer envision changing or updating it. If however if you do plan on
    making modifications, I would suggest that you use add the Utility project
    to all 4 EAR project via J2EE module dependency or to each web project via
    J2EE module dependency. The EAR level dependency will copy the final jar to
    app-inf/lib whereas the second option will copy the jar to web-inf/lib
    As Bill mentioned, I recommend that you open a support case to make sure
    that the dependencies are set up correct.
    I will also try running your 8.1 upgrade scenario where a custom jar is
    placed in the app-inf/lib in the 8.1 application.
    Cheers
    Raj

  • FI/CO MATERIAL AND DUMMY PROJECT PLS

    MODERATOR:  Please do not share email addresses or links to SAP copyrighted information on these forums.  If you have some information, please consider posting it to the [Wiki|https://wiki.sdn.sap.com/wiki/display/ERPFI/Home] rather than sharing via email.  Than you for your assistance.
    Hi all, Could any one send me fi/co step by step implementation material and dummy project pls.
    my email: shyam.msunder@gmail com
    Thanks in adv.
    Edited by: shyam sunder on May 19, 2008 12:23 AM

    Hi:
    Refer to SAP Best Pratices
    http://help.sap.com/bp_bblibrary/500/BBlibrary_start.htm
    http://www.easymarketplace.de/online-pdfs.php
    removed by moderator
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

Maybe you are looking for