Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Load Procedure Error

0 REPLIES 0
Reply
Message 1 of 1
trangasatish
233 Views, 0 Replies

Load Procedure Error

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.
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report