Error in Apprentice

Error in Apprentice

abilabib
Advocate Advocate
782 Views
3 Replies
Message 1 of 4

Error in Apprentice

abilabib
Advocate
Advocate

I've some file where's can't save in Apprentice mode. 

Here's the alert. 

An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll

Additional information: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

 

Could some one tell me how to solve this problem.

 

 

0 Likes
783 Views
3 Replies
Replies (3)
Message 2 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support

@abilabib,

 

Saving of files in Apprentice is not allowed on files that require migration (any file that has not already been migrated to the same version of the Apprentice server). The current document's NeedsMigrating property must return False before the FileSaveAs object can successfully be returned. Otherwise, same exception is thrown as you mentioned in earlier post.

 

Can you please provide sample file to test? Please make sure that files are non confidential.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



Message 3 of 4

abilabib
Advocate
Advocate

@chandra.shekar.g : Many thanks for your reply. You're correct. The file is use 2011 and I wanna save as to 2015 using apprentice. I'm understand now.

 

Regards,

 

Afri

0 Likes
Message 4 of 4

Anonymous
Not applicable

Could you please share your codes for reference? I also encounter the same issue. Thank you. 

0 Likes