Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VA don't work with Visual C++ 6 and Win XP
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kerba
Junior Member

Finland
11 Posts

Posted - Sep 16 2005 :  05:08:14 AM  Show Profile
Tested first VA_X_Setup1418.exe and uninstalled. After that I installed VA_X_Setup1246.exe. No problems. Folder is C:\\Program Files\\Visual Assist X\
Started Visual C++ 6 and entered proper key, after that asks something about keys -> answered Yes.

Toolbar1 won't work (Visual Assist). Any of those buttons. Parsing seems to work and code is colorful, and that's it.

I don't have any other plug-ins installed. Also have tried to uninstall this and install the new version - no difference, don't work.

Any idea what to do?

Thanks, Sami

Edited by - kerba on Sep 16 2005 05:10:24 AM

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Sep 17 2005 :  2:48:46 PM  Show Profile
if you reinstall VA can you select yes when it asks you about resetting the IDE?

this may help, but it will remove any custom keybindings, etc, you have setup.

do you have any other plugin's installed?

zen is the art of being at one with the two'ness
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 19 2005 :  01:44:27 AM  Show Profile
After unistalling, "Try" is disabled and I can give the key -> "Key accepted."

After that it asks "Should Visual Assist X set these command keybindings?" -> Yes.

Toolbars name is now Toolbar2 and it doesn't work at all.

I don't have any other plugin's installed.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Sep 19 2005 :  3:00:42 PM  Show Profile
can you double check:

IDE menu -> tools -> customize -> add-ins and macro files

there should be an item called "Visual Assist X Add-in", and this should be checked.

do VA keyboard shortcuts still work? eg alt_o, alt_g, alt_up_arrow, alt_down_arrow, alt_shift_o, alt_shift_s

i am wondering if somehow the dll's for the toolbar are not working.

zen is the art of being at one with the two'ness
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 20 2005 :  02:23:37 AM  Show Profile
"Visual Assist X Add-in" is checked and shortcuts don't work. Only Alt+arrow up/down jumped to next {.

Edited by - kerba on Sep 20 2005 02:25:42 AM
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 20 2005 :  10:19:50 AM  Show Profile
Do you have a system debugger running? If so, try VA X without it.

Can you send your key to [email protected]. We'll make sure it works.

Do you have any system utilities that might be intercepting commands, e.g. a language translator?
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 21 2005 :  01:34:36 AM  Show Profile
Sended the key and got .reg file to erase all information from registry.

Doesn't work. :( Debugger isn't running.

What kind of programs might intercept commands? I think I don't have any that of kind programs running.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Sep 21 2005 :  3:03:47 PM  Show Profile
the obvious candidates for intercepting keyboard shortcuts are programs that define a global keyboard shortcut. some examples include winamp (somewhere in options i believe), todo list (from codeproject.com) and any program that allows you to specify a shortcut key for running a specific program.

zen is the art of being at one with the two'ness
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 22 2005 :  01:40:03 AM  Show Profile
I terminated all possible processes that could intercept keyboard, and it doesn't not help. :(
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 25 2005 :  10:58:41 PM  Show Profile
It's not clear that VA is working at all. Are the context and definition windows visible in your source windows?

If you right-click in the selection margin does the VA menu appear or does the standard msdev context menu?

Try doing a regsvr32 of these dlls from the VA installation directory:
VAssist.dll
VA_X.dll
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 26 2005 :  09:33:30 AM  Show Profile

Context and definition windows are visible. Also "Go"-button works and right-click in the selection margin looks like that: http://www.wholetomato.com/products/features/images/menu.gif

regsvr32 "C:\\Program Files\\Visual Assist X\\VAssist.dll" -> FAILED
regsvr32 "C:\\Program Files\\Visual Assist X\\VA_X.dll" -> OK

DllRegisterServer failed in location C:\\Program Files\\Visual Assist X\\VAssist.dll.
Return Code: 0x8002801c
[OK]
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 26 2005 :  12:12:53 PM  Show Profile
0x8002801c -> Error accessing the OLE registry

Do you have sufficient security rights/privileges?
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 28 2005 :  01:57:41 AM  Show Profile
I got Administrator rights. Uninstalled VAX and then installed VAX again -> same problem when trying to register VAssist.dll.

DllRegisterServer failed in location C:\\Program Files\\Visual Assist X\\VAssist.dll.
Return Code: 0x8002801c
[OK]

Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 28 2005 :  02:12:23 AM  Show Profile
Have you installed vs2005 or the 2.0 .NET framework? There are similar reports of the admin group being locked out of the registry:
http://blogs.msdn.com/astebner/archive/2005/08/09/449720.aspx
http://blogs.msdn.com/astebner/archive/2005/08/28/457416.aspx

The first link has steps to follow to fix permissions.

Before attempting this fix, you might want to consider using regmon during regsvr32 to verify that is the problem you are experiencing.
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Sep 30 2005 :  12:18:14 AM  Show Profile
I don't have VS2005 or 2.0 .NET framework installed before but I tried that. Didn't help. Just messed up my system registry -> system restore. :D

Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 30 2005 :  12:48:11 AM  Show Profile
Did you try running regmon while doing the regsvr?
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Oct 03 2005 :  02:08:04 AM  Show Profile
I did. It shows everything that happens in registry (=a lot!). Results:

regsvr32 "C:\\program files\\Visual Assist X\\VAssist.dll"

-> Log file here: http://kerba.fi/regmon.log

Edited by - kerba on Oct 03 2005 02:22:20 AM
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Oct 03 2005 :  1:36:13 PM  Show Profile
regsvr32 is failing due to access being denied to HKCR\\TypeLib\\{62F53319-142B-11D1-9291-9DE84EB1A652} (needed for the Visual Assist addin to register with VC6).

Does that key exist? If so, try deleting it and re-running regsvr32.
If it doesn't exist, are you able to create the key manually?
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Oct 04 2005 :  07:40:20 AM  Show Profile
OK. I think we found the problem! Key exists but I can't access, change user privileges or even delete that key. Have tried with administrator rights -> can't remove or do anything else. Can I force it somehow?

Tried also Subinacl.exe to change privileges/user rights -> "Access denied"

Edited by - kerba on Oct 04 2005 09:17:38 AM
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Oct 04 2005 :  1:34:51 PM  Show Profile
How about trying to change the permissions for HKCR\\TypeLib - using the advanced window to "Replace permission entries on all child objects"? Make sure to backup the registry first...
Go to Top of Page

kerba
Junior Member

Finland
11 Posts

Posted - Oct 10 2005 :  12:46:32 AM  Show Profile
Doesn't help.. I can't change privileges. Don't know why..
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000