Giter Club home page Giter Club logo

Comments (5)

drewnoakes avatar drewnoakes commented on May 30, 2024

from xmp-core-dotnet.

twobob avatar twobob commented on May 30, 2024

okay. Cool. good to know because the metadata extractor project does EXACTLY that same thing

from xmp-core-dotnet.

kwhopper avatar kwhopper commented on May 30, 2024

I setup a test on a Windows XP virtual machine with .NET Framework 3.5 installed (no 4.x bits at all). The registry reports the version as 3.5.30729.01, which coincides with .NET Framework 3.5 SP1 RTM. The environment is a console program that reads and parses a string constant containing RDF. It ran as expected with no exceptions.

The code is similar to your example:

static void Main(string[] args)
{
    var xmp = XmpMetaFactory.ParseFromString(SIMPLE_RDF);
    foreach (var property in xmp.Properties)
        Console.WriteLine(string.Format("Path={0} Namespace={1} Value={2}",
                            property.Path, property.Namespace, property.Value));
    Console.ReadLine();           
}

Do you see any issues with how I setup the test?

The 'missing' method has been available since .NET 2.0, and should exist if you have .NET Framework 3.5 installed correctly on the client machine. Are you certain the framework is installed correctly - perhaps up to at least SP1? Are you manually including other .NET Framework assemblies in your bin folder?

from xmp-core-dotnet.

kwhopper avatar kwhopper commented on May 30, 2024

This feels like a local Framework issue, so closing for now. If you find that it isn't feel free to comment or re-open.

from xmp-core-dotnet.

twobob avatar twobob commented on May 30, 2024

Okay thanks

from xmp-core-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.