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
 Visual studio hangs with VAX....
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ivanc
New Member

Croatia
9 Posts

Posted - Jun 21 2006 :  11:22:23 AM  Show Profile  Reply with Quote
I have a C# solution with three projects, lets call them P1, P2 and P3.
P2 references P1, P3 references P1 and P2.

Whenever I'm editing the P1 cs files Visual Studio hangs, processor usage is 100%, and that lasts for 30-90 seconds (I can't see the cursor, devenv status is Not Responding in the task manager). When the cursor appears I can write code until I try to move the cursor up or down. It seems that the slowdown is longer when scrolling over a large comment.

Visual studio is not localized, spell check is disabled.

When I disable the VAX everything works fine.

VA_X.dll file version 10.3.1524.0 built 2006.06.16
Licensed to:
VA X: [email protected] (1-user license) Support ends 2007.06.14
VAOpsWin.dll version 1.3.3.3
VATE.dll version 1.0.5.7
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Courier New 13(Pixels)
Comctl32.dll version 5.82.2900.2180
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Part of the startup.log when the hang happened:

EDLck Locked::1231 6/21/2006 17:20:20 0x5e8
EDLck UnLocked::1249 6/21/2006 17:20:20 0x5e8
EDLck Locked::1231 6/21/2006 17:20:20 0x5e8
EDLck UnLocked::1249 6/21/2006 17:20:20 0x5e8
EDLck Locked::1231 6/21/2006 17:20:24 0x5e8
EDLck UnLocked::1249 6/21/2006 17:20:24 0x5e8
EDLck Locked::1231 6/21/2006 17:20:24 0x5e8
EDLck UnLocked::1249 6/21/2006 17:20:24 0x5e8
EDLck Locked::1231 6/21/2006 17:20:52 0x5e8
EDLck UnLocked::1249 6/21/2006 17:20:52 0x5e8
EDLck Locked::1231 6/21/2006 17:20:52 0x5e8
EDLck UnLocked::1249 6/21/2006 17:20:55 0x5e8
EDLck Locked::1231 6/21/2006 17:20:55 0x2e2c
EDLck UnLocked::1249 6/21/2006 17:20:55 0x2e2c
EDLck Locked::1231 6/21/2006 17:20:55 0x2e2c
EDLck UnLocked::1249 6/21/2006 17:20:55 0x2e2c
EDLck Locked::1231 6/21/2006 17:21:03 0x2e2c
EDLck UnLocked::1249 6/21/2006 17:21:03 0x2e2c
EDLck Locked::1231 6/21/2006 17:21:03 0x2e2c
EDLck UnLocked::1249 6/21/2006 17:21:03 0x2e2c
EDLck Locked::1231 6/21/2006 17:21:45 0x2e2c
EDLck UnLocked::1249 6/21/2006 17:21:45 0x2e2c
EDLck Locked::1231 6/21/2006 17:21:45 0x2e2c
EDLck UnLocked::1249 6/21/2006 17:21:45 0x2e2c

ivanc
New Member

Croatia
9 Posts

Posted - Jun 23 2006 :  06:20:32 AM  Show Profile  Reply with Quote
Anyone?
This is really furstrating! In all solutions where I have three or more projects that are referenced as I described above the same thing happens.

VAX is the only plugin installed!
Go to Top of Page

ivanc
New Member

Croatia
9 Posts

Posted - Jun 23 2006 :  07:30:47 AM  Show Profile  Reply with Quote
I uninstalled the 1524 and installed 1423 and it seems it works OK now.
I just wonder why did I pay for the new version?
Go to Top of Page

rhummer
Tomato Guru

USA
527 Posts

Posted - Jun 23 2006 :  09:16:23 AM  Show Profile  Reply with Quote
Have you tried the latest 14xx build ( 1446 ).

Have you tried to isolate the issue and make a small test case where you can easily reproduce the bug?

You can't expect any software to be 100% bug, free and the 15xx builds are beta software so you use with caution :)

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

Go to Top of Page

ivanc
New Member

Croatia
9 Posts

Posted - Jun 24 2006 :  03:49:18 AM  Show Profile  Reply with Quote
Beta...? uh, I missed that part.
OK, I'll try to reinstall it and create a test solution where I can reproduce the behavior.

Suggestion: in the VA_X.dll file version 10.3.1524.0 built 2006.06.16
line add BETA if it is a beta build. It would clear some issues...
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 24 2006 :  10:32:25 AM  Show Profile  Reply with Quote
how big, approximately, are these projects? 10 files in total? 2,000 files in total?

what you describe is familiar to me, but i get it in C++, and mainly in VS2005 on large projects. for me it seems to be due to the IDE re-parsing code. however the effect is MUCH less frequent for me, perhaps 10 times a day, and not every time i try to move the caret up or down the screen.

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

ivanc
New Member

Croatia
9 Posts

Posted - Jun 26 2006 :  10:35:05 AM  Show Profile  Reply with Quote
P1 project (the one that other projects reference) is usually small, 5-20 files. Other can be quite big (up to a few hundered files), but the ones that I'm currenty working on has 9 files in the P1, 15 files in P2, and 2 files in P3 (cs files, there are a few resx files...).

The thing happens every time I move the caret up or down, the hang time is different each time I press the up or down key ranging from 2 seconds to 2 minutes.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jun 26 2006 :  4:18:41 PM  Show Profile  Reply with Quote
Do you have any other add-ins installed? If so, try disabling them "at startup" to see if you have a conflict.

Otherwise, a log file from VA X will help:

http://www.wholetomato.com/support/faq.html#log
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000