AddFunction and AddMember in VS2008 Standard VC++ MFC Project
-
I have a problem with AddFunction and AddMember dialog boxesin my VS2008 Standard edition. My project is VC++ MFC, in MS VS2008 Standard under Window XP Home SP3. The web browser is IE8. When I try to add a function to my C++ class, the AddFunction dialog box apeears without edit boxes for the function return type and for a parameter type. In process of invoking the AddFunction dialog box I am getting two error messages: 1. Line 849, char 2, error "Parametertype Vale Length is null or not object Code 0 File///C:/Program%20Files/Microsoft%20Visual%20Studio%209.0/VC/VCWizards/CodeWiz/MFC/Function/HTML/ 1033/default.htm. 2. The same message is for the line 505. When I tried to display this file, default.htm, in IE8.0 I got the same message, errors at lines 849 and 505. In the JS debugger line 849 is: document.scripts("INCLUDE_SCRIPT").src = windows.external.FindSymbol("SCRIPT_COMMONPATH")+ "/script.js" and error is: "Object does not support this property or method. The same story is with the AddMember dialog box: no edit box for a member type, and the same messages for a VariaableWiz.. Both dialog boxes display a message at the top, in information bar help: "An add-on for this web site failed to run. Check the security settings in Internet Options for potential conflict." If I ignore the messages and use the dialog boxes anyway, I am getting added members of undefined type or function of undefined return type and parameter of undefined type It is not a problem with VS2008. The same defects are in VS2005 Standard. What is more interesting, in VS2003 Enterprise Editions the AddFunction and AddMember dialog boxes are normal, but in IE8 the html file for these Wizard are displayed as in VS2008, without edit boxes for function return type, parameters type or type of member varialbles. It seems that I am experiencing these problems after I have upgraded my IE7 to IE8, and these problems are with Java scripts. Any help? geoyar
geoyar
-
I have a problem with AddFunction and AddMember dialog boxesin my VS2008 Standard edition. My project is VC++ MFC, in MS VS2008 Standard under Window XP Home SP3. The web browser is IE8. When I try to add a function to my C++ class, the AddFunction dialog box apeears without edit boxes for the function return type and for a parameter type. In process of invoking the AddFunction dialog box I am getting two error messages: 1. Line 849, char 2, error "Parametertype Vale Length is null or not object Code 0 File///C:/Program%20Files/Microsoft%20Visual%20Studio%209.0/VC/VCWizards/CodeWiz/MFC/Function/HTML/ 1033/default.htm. 2. The same message is for the line 505. When I tried to display this file, default.htm, in IE8.0 I got the same message, errors at lines 849 and 505. In the JS debugger line 849 is: document.scripts("INCLUDE_SCRIPT").src = windows.external.FindSymbol("SCRIPT_COMMONPATH")+ "/script.js" and error is: "Object does not support this property or method. The same story is with the AddMember dialog box: no edit box for a member type, and the same messages for a VariaableWiz.. Both dialog boxes display a message at the top, in information bar help: "An add-on for this web site failed to run. Check the security settings in Internet Options for potential conflict." If I ignore the messages and use the dialog boxes anyway, I am getting added members of undefined type or function of undefined return type and parameter of undefined type It is not a problem with VS2008. The same defects are in VS2005 Standard. What is more interesting, in VS2003 Enterprise Editions the AddFunction and AddMember dialog boxes are normal, but in IE8 the html file for these Wizard are displayed as in VS2008, without edit boxes for function return type, parameters type or type of member varialbles. It seems that I am experiencing these problems after I have upgraded my IE7 to IE8, and these problems are with Java scripts. Any help? geoyar
geoyar
It looks like you've run into this problem Some VS2005 and VS2008 Wizards Pop Up Script Error[^] and there is a workaround described there.
Kevin
-
It looks like you've run into this problem Some VS2005 and VS2008 Wizards Pop Up Script Error[^] and there is a workaround described there.
Kevin
-
I haven't used C++ for a few years but I like to keep aware of what's going on and when I saw your post I vaguely remembered reading an issue about this just after IE 8 was released. :) Presumably there should be a proper patch for this in due course.
Kevin