Hello,
I am implementing one of the common scenerios of a TreeView control and I am using a drives, files and folders. to make a File System. That means each node potentially has a path.
Problem is, we have the ensureVisible method but am not entirely convinced this does what it says it does. There is no explicit 'setVisible' to false ...
I had VS 2010, which gave me MVC 2 out of the box. Then, I installed VS 2008 Professional Edition.
I wanted to do MVC 2 with VS 2008. I had to download MVC 2 for VS 2008 SP1, which I did. Now, when I try to install MVC 2 for VS 2008 SP1, it tells me that I already have MVC 2 installed in another location and I must remove that first. I ...
Hi, ive got a few problems with my graphics driver and VS2010 so i wondered if someone could tell me how to get the syntax highlighting for VBScript on VS2008? I cant install IIS at the moment, but i have applied all the latest VS updates.
...
I have an WPF and SQL-Server Express based app which I want to deploy using VS-2008 setup and deployment project template. I have added Launch condition for Windows Installer 3.1, Sql Express 2005 and .Net FrameWork 3.5 with SP1 but they are not running in order. I mean:
Windows Installer checking
.Net Framework 3.5 sp1 checking
SQL-Se...
When opening VS2008 toolbox the complete VS 2008 crashes and an event log entry is created:
.NET Runtime version 2.0.50727.4206 - Schwerwiegender Fehler im Ausführungsmodul (73DD7B6E) (80131506).
This error occurs on Windows Vista Home Premium.
...
Help.
I seem to have broken WPF 3.5 on my development box. If I bring up VS2008 and create a new, blank WPF app, it does not display the designer. If fact, I can see the desktop wallpaper through VS 2008. If I run the app, I get a window with the same see-through properties. Plus if I drag the app window around, it leaves artifiacts...
I have a cs file called MyCustomColumnClass.cs on App_Code folder.
It has a public class called MyCustomFilteringColumn : GridBoundColumn
The namespace is MyStuff.
on an aspx page
if (column is MyStuff.MyCustomFilteringColumn)
{
(column as MyStuff.MyCustomFilteringColumn).ListDataSource =
GetFilterTable(column.DataField);
}
E...
I'm not really sure how to phrase my issue, so I hope this isn't a repeat.
The problem I'm seeing is with Visual Studio 2008. When I directly reference a project within my solution, I notice that the dependent reference occassionally gets out of synch, and my top-level project ends up holding on to an old build of the DLL (most obvio...
Hi,
I am running VS2008 SP1. I have jquery-1.4.2.js and jquery-1.4.2-vsdoc.js files with me. But I am still getting error: "Object doesn't support this property or method @ 862:1" The thing is that I was unable to install the update patch "VS90SP1-KB958502-x86" as I am running 64 bit and when I try to run the patch I get "...not valid w...
Noticed a strange thing today.
I'm working on a solution that has about 20 projects in it - mostly DLL, three WinFowms applications. It is several years old, was started under .Net Framework 1.1 and then successfully migrated under .Net 2.0 and is now opened in VS2008.
Today I noticed that some of its projects just disappeared from the...
Hello,
I had VWD2008 Express (and MVC RTM) in one of my machine. I've replaced it with VS2008 Professionnal. I can see on the control panel that both MVC 1.0 and MVC 2.0 are still there. But, when I try to create a project on VS2008 newly installed, I don't see any MVC template.
How can I register MVC so that I can create MVC applicati...