• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk MapGuide Developer

    Reply
    Contributor
    Posts: 13
    Registered: ‎08-28-2008

    Load Procedure Error

    26 Views, 0 Replies
    10-06-2008 04:12 AM
    When I execute the below code, it's throwing the error...

    ----------------------------------------------------------------------------------------------------------------------
    SdfLoadProcedure sdfLoadProcedure = new SdfLoadProcedure();
    sdfLoadProcedure.SourceFiles.Add(this.textBox3.Text);
    sdfLoadProcedure.RootPath = "Library://MyTest";
    if (createPackage)
    sdfLoadProcedure.Execute(this.textBox2.Text, null);
    else
    sdfLoadProcedure.Execute(siteConnection);
    break;
    ----------------------------------------------------------------------------------------------------------------------

    Error is...

    A procedure imported by 'Autodesk.MapGuide.Studio.MdfModel, Version=2.0.0.3202, Culture=neutral, PublicKeyToken==null' could not be loaded.
    Please use plain text.