Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 88,365 for

project

(0.19 sec)
  1. Defining Weekdays for Exceptions | Aspose.Tasks...

    Learn how to define exception weekdays for Microsoft Project (MPP/XML) Projects using Aspose.Tasks for C# and C++....of exceptions in Microsoft Project: Open a file. From the Tools...Create a project instance 4 System ::SharedPtr < Project > prj =...

    docs.aspose.com/tasks/cpp/defining-weekdays-for...
  2. Managing Assignment Cost | Aspose.Tasks Documen...

    Learn how to manage Microsoft Project (MPP/XML) resource assignment costs using Aspose.Tasks for C++....represents an assignment’s total project cost (decimal). BCWP represents...assignment costs in Microsoft Project: On the Task Usage page, select...

    docs.aspose.com/tasks/cpp/managing-assignment-c...
  3. Install Aspose.HTML for .NET – Setup via NuGet,...

    Learn how to install Aspose.HTML for .NET library and get step-by-step instructions for installing via NuGet, DLLs, or MSI....and tools in Visual Studio projects that use the .NET Framework...whatever changes it made to your project so that no clutter is left...

    docs.aspose.com/html/net/getting-started/instal...
  4. Getting object reference error GetTimephasedWor...

    Hello Aspose Team, I’m encountering an “Object reference not set to an instance of an object” error when calling GetTimephasedWork for AssignmentBaselineWork in Aspose.Tasks when there are no resources assigned to the t…...defined Open the project file in Microsoft Project (or via Interop)...minimal reproducible example (project file, code snippet, stack trace)...

    forum.aspose.com/t/getting-object-reference-err...
  5. Managing Currency Symbols in Ruby | Aspose.Task...

    This page explains how to handle currency symbols and exchange rates when using Aspose.Tasks for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....puts "Currency Symbol: " + project . get( Rjb :: import( 'com...

    docs.aspose.com/tasks/java/managing-currency-sy...
  6. Managing Currency Digits in Ruby | Aspose.Tasks...

    Learn how to manage currency digits using Aspose.Tasks for Java with Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....puts "Currency Digits: " + project . get( Rjb :: import( 'com...

    docs.aspose.com/tasks/java/managing-currency-di...
  7. Linux File Conversion & Stamping Issues with As...

    Hi Aspose Team, We are facing an issue on Linux related to file conversion and stamping using Aspose libraries. Environment Details .NET Core: 3.1 OS: Linux (Amazon Linux 2) Aspose Versions: File Conversion → Aspose…... Both projects target .NET Core 3.1 . Project Files FileConversion...FileConversion.csproj <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup>...

    forum.aspose.com/t/linux-file-conversion-stampi...
  8. Read Timephased Data of a Resource | Aspose.Tas...

    Discover how to handle and extract timephased data from Project resources using Aspose.Tasks for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...); 2 3 $resource = $project -> getResources () -> getByUid ( 1...

    docs.aspose.com/tasks/java/read-timephased-data...
  9. Convert MPP to CSV in C#

    This topic is about how to convert MPP to CSV in C#. You can transform MPP file to CSV using C# by adhering to well defined steps and an example using a few lines of code....without any dependence on MS Project software to transform MPP file...file using an instance of the Project class object to convert MPP...

    kb.aspose.com/tasks/net/convert-mpp-to-csv-in-c...
  10. SVG gets generated differently depending on the...

    Hi, We experience an issue with the SVG generation from xlsx charts. Depending on the target framework the .svg file will be slightly different. This difference is enough to break functionality in other libraries when t…... You can use the test project attached this thread and just...scenario using the sample project (net6.0-windows) and the provided...

    forum.aspose.com/t/svg-gets-generated-different...