fuhrmanator / word-moodle-quiz

Automatically exported from code.google.com/p/word-moodle-quiz
3 stars 2 forks source link

Upgrade Error #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

After an Office solution is migrated to Microsoft Office 2013, the project 
cannot be opened on a development computer with only the 2010 Microsoft Office 
system installed. 

What is the expected output? What do you see instead?

"Cannot create the project because the application associated with this project 
type is not installed on this computer. You must install the Microsoft Office 
application that is associated with this project type."

Please use labels and text to provide additional information.
MoodleQuiz 1.0.0.10, Word 2010, Moodle 2.6.x

Original issue reported on code.google.com by fatma.mt...@gmail.com on 3 Dec 2014 at 5:03

GoogleCodeExporter commented 9 years ago
Modify <ProjectProperties> tag in vbproj file as: "<ProjectProperties 
HostName="MoodleQuestions.docm" 
HostPackage="{763FDC83-64E5-4651-AC9B-28C4FEB985A1}" OfficeVersion="14.0" 
VstxVersion="4.0" ApplicationType="DOC" Language="VB" 
TemplatesPath="VSTOTemplates" DebugInfoExeName="C:\Program Files\Microsoft 
Office\Office14\WINWORD.EXE" DebugInfoCommandLine="/w 
"[$OUTPUT]MoodleQuestions.docm"" />"

or 

Without hand editing of .vbproj file. through the Project Properties 
MoodleQuestions> References>, check that there is no link to the Office 15 
release. Unchecked the reference to 15 and checked the reference to 14.

See the link bellow for more details:
http://stackoverflow.com/a/25298706/1168342

Original comment by fatma.mt...@gmail.com on 3 Dec 2014 at 5:36