Bl00d filthy
New Member
I just installed the final release of vs.net (enterprise dev). I was using the beta 2 which worked fine.<BR><BR>Now, when I load an ASPX page, the html code is fine and the code with the <%@ is fine and color coded. But my vb code within the page is black. Even comments are in black, and the subs are not blue, all black.<BR><BR>I checked all settings and they are fine. If I load a VB project it is fine, even old ASP pages are colored correctly.<BR><BR>Another thing, if I load a .aspx page I don't get the HTML/Design tabs at the lower left of the screen. I get those on HTML and ASP pages, but not ASPX.<BR><BR>Anyone else having this? We have it on both machines that we install vs.net ent dev on. One had beta 2 and the other was a fresh install.yup I noticed the same thing. Usually I do everything in codebehind, but I did a spaghetti page, just to test something, and noticed that my code wasn't highlighted. All black. Here's something weird though, when I stuck a slash at the end of my initial SCRIPT tag [script language=vb runat=server /] it highlighted my code, but then all my HTML was black.<BR><BR>What I REALLY don't like is that I don't get my autocomplete and drop down choice menus unless my .VB files are opening within a project, and even then i NEVER get them in my ASPX pages. What I really liked about Visual Interdev was that I could open some misc .ASP file and get all that. Actually if you open an ASP file in VS.NET you DO get all the drop down method/properties menus, but if you do that with an ASPX page you only get syntax highlighting if you're lucky.This is really odd, anyone else having these problems? It seems to happen on every machine I try it on now....and yes, I don't use code behinds, it only happens when code and HTML is on one page.