T O P I C R E V I E W |
wombel |
Posted - Jul 19 2005 : 11:22:05 AM After I installed VAX, I had some strange problems when I wanted to edit .aspx files. I keyed in "<asp". Everything fine till here. I got my popup that showed me all the tags starting with "<ASP", now I typed ":" and the popup just closed. It did not do that before. What it did was, that the selection narrowed according to my typing.
Can anyone help me here?
TIA Wombel |
20 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jun 19 2006 : 5:38:49 PM Fixed in 1524:
Suggestion lists no longer close prematurely when editing aspx. (case=701) |
michael.smith |
Posted - Mar 25 2006 : 2:44:10 PM Thank you very much for check and replying! Keep up the great work! |
feline |
Posted - Mar 23 2006 : 3:47:28 PM i have just checked the case. a fix has been made in the development trunk, which is the 15xx builds. these are currently heading towards a beta test since they also contain C++ refactoring. you may want to keep an eye out on the forums for a general beta release of a 15xx build. |
michael.smith |
Posted - Mar 23 2006 : 10:41:19 AM Checking back in for an update if there is one for this issue.
Thanks! |
feline |
Posted - Nov 17 2005 : 5:40:50 PM can you start a new thread for this please. the problem here is specific to ASPX files. can you try testing a new C# windows form project and see if you still get the problem? do you have any other extensions installed? |
Mike Hatlak |
Posted - Nov 17 2005 : 1:03:15 PM Love the program, but it has a problem. I too am running version 1432, and I am having similar problems using C#. The intellisense popup shows up when the period is typed but then collapses a second later. This makes the entire Intellisense feature useless. Can someone prioritize this problem perhaps? Version 1418 did this also under VS 2005. Anyone with info on this problem please feel free to email me, with my thanx.
mike
VA_X.dll file version 10.1.1432.0 built 2005.11.14 Licensed to: VA X: [email protected] (1-user license) Support ends 2006.09.12 VA.NET 7.1: VAOpsWin.dll version 1.3.3.0 VATE.dll version 1.0.4.2 DevEnv.exe version 8.0.50727.42 msenv.dll version 8.0.50727.42 Font: MS Sans Serif 15(Pixels) Comctl32.dll version 6.0.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 Single processor
Platform: Win32 Stable Includes: c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Library Includes: c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Other Includes:
|
feline |
Posted - Nov 16 2005 : 6:04:54 PM no update yet, there are quite a few outstanding bugs to look into at the moment.
wombel if you look in the public beta section of this site there is a sticky thread about the current beta, 1432. |
wombel |
Posted - Nov 16 2005 : 09:54:27 AM Nope,
but you seem to have a later version. I run 10.1.1418.0
|
michael.smith |
Posted - Nov 16 2005 : 09:50:36 AM Any update on this issue??
I am experiencing this exact same thing using the following version:
VA_X.dll file version 10.1.1432.0 built 2005.11.14 VAOpsWin.dll version 1.3.3.0 VATE.dll version 1.0.4.2 DevEnv.exe version 8.0.50727.26 (Visual Studio 2005 Team Edition RC1) msenv.dll version 8.0.50727.26 Font: Courier New 13(Pixels) Comctl32.dll version 6.0.3790.1830 WindowsNT 5.2 Build 3790 Service Pack 1 2 processors
Platform: Win32 Stable Includes: c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Library Includes: c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
|
wombel |
Posted - Jul 26 2005 : 03:17:17 AM Thanks. |
WannabeeDeveloper |
Posted - Jul 26 2005 : 03:00:34 AM That's an internal reference into the Bugbase WT is using. This way we're able to find Threads discussing certain bugs and so we're able to tell you it is fixed, once it's fixed... |
wombel |
Posted - Jul 26 2005 : 01:54:01 AM Sorry, but what is that supposed to mean? |
feline |
Posted - Jul 25 2005 : 3:45:42 PM case=701 |
wombel |
Posted - Jul 25 2005 : 04:13:46 AM Yes. |
feline |
Posted - Jul 24 2005 : 4:48:36 PM i have given up trying to get ASP to work on my test machine *rolls eyes*
after jumping through many hoops, finding out how to install IIS, and passing through the installer for VS 2003 about 8 times it still does not work.
however i have found a .aspx file here:
http://www.codeproject.com/useritems/ServerViewState.asp
when editing "WebForm1.aspx" in a VB project, typing "<asp" at line 32 i can get suggestions from VAX by pressing CTRL-SPACE. all of the suggestions have a question mark icon, and i cannot get any suggestions when VAX is turned off.
once i have typed the colon, giving "<asp:" i cannot get any suggestions. is this the same effect as you are seeing? |
feline |
Posted - Jul 21 2005 : 4:43:19 PM *ah* i do not have VB installed on my main testing machine.
for the new project do you mean "ASP .NET Web Application"? i have a VMWare machine with VB installed, but i cannot create one of these projects since i do not have a web server installed and running, and i cannot install the IDE's web component since i do not have IIS and front page installed *sigh*
if this is it i will ask support and see if they have a test machine on hand to try and reproduce this.
not ideal, but i have never needed IIS, etc, installed before now. |
wombel |
Posted - Jul 21 2005 : 02:22:02 AM It is File / New Project / Visual Basic Projects / ASP.NET Application |
feline |
Posted - Jul 20 2005 : 5:41:21 PM i suspect you have some component of VS 2003 installed that i do not have. i did not install any of the web development options, since i don't use them.
what sort of web project are you using? when i know what is missing i will install it. the closest i found when creating a new project was:
new project -> C# -> web control library
which does not seem to be the right thing. |
wombel |
Posted - Jul 20 2005 : 02:15:01 AM Well, actually .aspx files contain the html part of a webform in a web project. The vb code itself is kept in a code behind file (.vb)
What I do is create a new webform from the VS menue within my web project (Right click project name / Add / Add web form)
I have a second box with VS default settings and it shows the behaviour described above (Intellisense works correctly), so does the machine of my colleague. Just mine, with VAX installed behaves so oddly.
Here is the version info: VA_X.dll file version 10.1.1418.0 built 2005.06.24 Licensed to: VA X: VA.NET 7.1: VAOpsWin.dll version 1.2.0.4 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0 Font: Courier New 13(Pixels) Comctl32.dll version 6.0.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 Stable Includes: c:\\programme\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Library Includes: c:\\programme\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Other Includes:
|
feline |
Posted - Jul 19 2005 : 6:28:26 PM assume i don't know anything about .aspx files
i created a new blank text file and called it "testing.aspx" i then opened this in VS 2003 with VAX 1418. when i type "<ASP" i am not getting any suggestions. i am getting some syntax highlighting from the IDE, so it seems to recognise the file extension, but that is it.
i cannot get it to give me any suggestions even after typing "<" and then pressing CTRL+SPACE.
what IDE and version of VAX are you using? do aspx files have to have some specific content before i can get suggestions to trigger? |