T O P I C R E V I E W |
Miwa |
Posted - Aug 26 2008 : 7:16:20 PM Fresh installation of VS2005 and VAX 1647.
None of the System namespace types seem to be recognized (or colored).
Having UInt32 being corrected to UINT32 is driving me nuts. :)
I've tried clearing history and having the symbols rebuilt. |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 27 2008 : 6:44:21 PM Are you saying this is a machine specific problem? I think you are, I am just double checking
Are you using the same solution on both machines?
If you rebuild the VA symbol database:
VA Options -> Performance -> Rebuild symbol databases
on both machines does this have any effect? I am wondering if one machine has "learned" about these types while the other machine has not. |
Miwa |
Posted - Aug 27 2008 : 12:28:58 PM Yeah, I have the using namespace System set.
I just built this machine, so 1647 is the first version I've installed. Everything was working on my old machine, so I'm somewhat stumped, because there just isn't much on this machine right now. It's Vista x64, but I have another machine like it that does work properly.
|
feline |
Posted - Aug 27 2008 : 12:01:35 PM Do you have:
using namespace System;
in your code file? Is this a new problem, or have you seen it with previous versions of VA? I have just tried a simple test here and I am not seeing any problems typing "UInt32" using VS2005 and VA 1647.
Turning off:
VA Options -> Advanced -> Correction -> Repair case
should stop the case correction problem, but it would be good to find and fix the underlying problem. |