MarkCrowley's Q&A profile
Visual Studio Express Editions Visual Studio C++ Express 2005 builds send my monitor nuts
I'm running XP Home + SP2. Video adapter is NVidia GeForce 4 MX 440. Visual Studio C++ Express 2005. My monitor goes into a blackout/clicking frenzy due to resolution changes it believes exist during any build. This happens every time "Compiling..." appears in the Output window, and when "Linking..." comes up in it. This slows down my builds a lot, plus I can't use the machine for other tasks while all this is going on ...Show All
Visual Studio Express Editions VWD & VB 2005 Express
I have downloaded and presumably installed both as they appear in a Visual Studio 8 folder, and have received registration keys for both. However there seems no way of running either program - no exe or other indication on how to start either application. What have I missed On the Start menu It installed shortcuts there. However, I did install from a CD, and not directly from the Microsoft website. There ...Show All
Visual Studio Express Editions open file with parameters
I use System.IO.File.Open(...); My question is how can I open that file with parameters. like: "C:\...\My Documents\file.txt" -c. it was just an example. i don't know what it does. i just want to now how i can add parameters. what i want to use "C:\..\shutdown.exe" -r ...Show All
SQL Server CREATE ASSEMBLY failed: not authorized for PERMISSION_SET = EXTERNAL_ACCESS
CREATE ASSEMBLY ClrSql from 'C:\ClrSql.dll' WITH PERMISSION_SET = EXTERNAL_ACCESS gives me this . . . Msg 10327, Level 14, State 1, Line 1 CREATE ASSEMBLY for assembly 'ClrSql' failed because assembly 'ClrSql' is not authorized for PERMISSION_SET = EXTERNAL_ACCESS. The assembly is authorized when either of the following is true: the database owner (DBO) has EXTERNAL ACCESS ASSEMBLY permission and the database has the TRU ...Show All
Windows Forms Multi Column List Box
I am learning VB.net and have used Access for years. I have just found out that VB.Net does not support Multilple Columns or Fields. This has screwed up my database. Is there a third part control or some programming that I can  ...Show All
Windows Forms How to create a DropDownList/ContextMenu style window?
I need a popup window(no border) to input some text. But it should be something like the drop down list of a combobox which doesn't make the owner form inactive. Making it a child window does that but it will be clipped by the owner form, while drop down list won't be clipped. I've tried changing the CreateParams to use different set of flags, but not successful. And I've been googling the whole afternoon... I saw someone says not to make ...Show All
Visual Studio Team System Custom SDM Application System
Hi, I have completed the SDM tutorial and I have the following question. How can I control / enable “Implement Application” behavior of the custom application system Currently when I add it to the ApplicationDiagram I don’t get this option in its context menu. Thanks, Nel Actually, this behavior is by design. A number of apps can consume from the same provider (i.e. web site, or ...Show All
Visual Studio 2008 (Pre-release) Track only with Thumb (bug or bad design?)
It seems that Track can be used only with a Thumb. I would like to replace Thumb with my own implementation. Is it possible ...Show All
Visual Studio Uninstalling VS Beta 1 or pre beta 2 CTPs
Hong, the Program Manager for VS Express Setup, has a couple of good posts on steps to take *before* installing beta 2. Please do these steps and remember to remove the .NET Framework as the last step. VS Pro, Enterprise, VSTS, etc. http://blogs.msdn.com/hgao/archive/2005/04/15/408769.aspx Express http://blogs.msdn.com/hgao/archive/2005/04/15/408768.aspx Have fun! -Bret BTW, you can install the Express bits from: http://lab.msdn.micros ...Show All
.NET Development ASP html retrieval
I want to store the html as a text blob before it is sent as the httpresponse object. Is there a way to retrieve it at generation time before it is sent This may solve your problem: Override the render method in your aspx.cs code like this ... protected override void Render( HtmlTextWriter writer) { System.IO. StringWriter stringWriter = new System.IO. StringWriter (); HtmlTextWriter myWriter = new HtmlT ...Show All
Smart Device Development Error when run the app on the device
Hi, I develop application for WM5 CF2, all the development process was against emulator and without special problem. Today I got the device (2125), but when I deploy my app and trie to run it, I got this error: “Error This application <app name> requires a newer version of the Microsoft .NET compact Framework...” what am I doing wrong... thanks in advance, Oren. That probably mean ...Show All
Visual C# non-nullable reference types
Hi A simple question: are non-nullable reference types supported in the final version of Visual Studio 2005 Say yes please ! I'm so tired of these == null tests! (Chris == null) At least not in the 2005 release, but it seems like Microsoft is at least considering this. Cyrus Blather wrote a series of blog posts on this subject: Part 1: http://blogs.msdn.com/cyrusn/archive/2005/04/25/411617.aspx Part 2: http:/ ...Show All
Visual C++ Visual C 2005 more than 3 times slower than Visual C 2003 !
While recompiling my cryptographic library under Visual C 2005, which implements exUSSR gost algorithm, I've found that optimization in 2005 almost absent at all ! here is result of benchmarks: P4-2.0 GHz: MSVC 2003: 33433 Kbytes/sec MSVC 2005: 8960 Kbytes/sec Ratio: 3.73 times slower! P4-3.4 GHz MSVC 2003: 48691 Kbytes/sec MSVC 2005: 11520 Kbytes/sec Ratio: 4.22 times slower! It even slower than MSVC 6.0 ! Code using 2003 compil ...Show All
SQL Server Installing the samples after an install
Hi, I stupidly did not install the samples for 2005 when I installed the dev edition on my machines. Now I would like to. Unfortunately, I can't seem to find a way to do it. The installation process always says I have the documentation installed (I have books online installed). It appears that there is no way to install the samples if you have installed the documentation and workstation items. Is there somewhere I can download the samples Thank ...Show All
Windows Forms Need Help: Image In A Datagrid Column (code partially from here)?
OK. I'm new to .NET. VERY new to classes, overriding, etc. Pretty much lost, I guess is the best way to say it. Anyway, for over a week now I've been trying to do something that I thought would be pretty easy but as ...Show All
