Jonathan Nagy's Q&A profile
Smart Device Development 2005 C/C++ codegen vs eVC4
Hi, I'm in the middle of porting a high performance 3d app to a CE 4.2 device, I'm currently using eVC4. Would using Visual Studio 2005 (with the plugin) give me better code generation than eVC 4 At the moment I am unable to do inline asm (__asm) for ARM4I using eVC4. Would this be possible in 2005 Many thanks, Steven Haggerty. Is there a way I can send a mouse/stylus click to a control ...Show All
Software Development for Windows Vista Bug Report(blue screen/can't install netfx 2.0)
1. I'd installed a Virtual CD tool named daemon-tools(version 3.47), it'll cause blue screen in either vista beta1 or beta2 5270, either in safe mode or vga mode. I had to re-install vista again and again... 2.I can't install vs2005 in vista beta1(shipped in 2005.7.31), so I want to install the " problem-reporting tool ", but it prompt me to download and install .net framework 2.0. I download the nf 2.0, unfortunately, error occured:Er ...Show All
Windows Forms Difference between arrays and objects when referencing controls
I created a custom control based on a button and then added 10 of these to a form. Now I want to change the color of one of these buttons. I'm new to .NET and object oriented programming, but I know how I would have done it& ...Show All
Visual Studio Team System Need some help with Unit testing some code, please.
Hi folks, i'm trying to do some negative unit tests, that is, unit tests for bad scenarios, not just the good ones/happy path. so, i've got this constructor /// <summary> /// Default Constructor. /// </summary> /// <param name="username"> string: WebSerivce Authentication: Username. </param> /// <param name="password"> string: WebSerivce Authentication: Password. </param> /// & ...Show All
.NET Development dataset to xml using XMLserializer
Help !!! The following code executes fine in VWD express using VB BUT I cannot find the "c:\temp\OilGasDataSite\pioneer.xml created by the writer !!!! It is not in the directory specified or anywhere on my computer. I am stuck. I have spent a week researching to find a way to write a a XML file. I tried SQL FOR SQL but a lot of holes in examples and documentation, and SQL Express does not provide SQLXML. I tried the ...Show All
Visual Studio VS 2003: Not enough disk space solutions?
My coworker is finally moving from VC6, but only has a 2GB C partition. There's not enough room for the prerequisites, such as the .NET framework. I tried changing the default Common and Program Files directories to another drive, via Regedit, but the setup program is still trying to place stuff on C:. Other than reinstalling his OS with a far larger C:, is there anything else I can try Thanks FWI ...Show All
Visual Studio Copy Task - Illegal characters in path
When I look at the output from this task everything makes sense except the error. Running the copy command from the command line works properly and there are no obvious security ACL issues. Any thoughts on what might be triggering the "illegal characters in path" error Task "Copy": Copying file from "C:\Projects\Common\trunk\bin\debug\*.*" to "R:\Common\2.0\45\debug\*.*". Command: copy /y "C:\Projects\Common\trunk\bin ...Show All
.NET Development limitations with XslCompiledTransform and Xpath predicates
I've found out (from an XslLoadException) that Xpath predicates can't be used in template match statements with XslCompliedTransform. I can use predicates in xsl:for-each statements without getting an exception but it still doesn't work correctly. Non .net implementations seem to have no problems with using Xpath predicates. I can't find any docs on XslCompiledTransform's support for Xpath predicates. Does anyone know what the limitations are ...Show All
Visual Studio Team System Getting frustrated with red "X" on documents folder
I am at a loss as to why the Documents folder insists on displaying a red "X" in the Beta 3 Refresh. I have granted myself admin privilages but it seems to have done no good. Anyone know what would cause this I'm sorry to hear you are having problems. Several bugs have been fixed in this area in the RC, hopefully it will fix your problem. One thing to check: Open the project portal and make s ...Show All
Visual Studio Tools for Office Embedding Images in Outlook emails
hello, I created a signature - for Ms Outlook - with a number of images embedded. when I send an email, the images are displayed (if opened in outlook or an html supporting email tool). If the recepient responds to my mail keeping all images, I will receive the original email (with embedded images) as well as the reply. If i then reply to this email, the embedded images dont show. on viewing the source, there is a link to <IMG src="outbind: ...Show All
Visual Studio Team System Assign Work Item to multiple people?
Hi, Could we assign a Work Item to multiple people (not group) Or say if we do such thing, could it spawn multiple WIs for every individual If there is no out of box support, could we still achieve this by extensibility Then which are the extensibility one has to use. Is there any demo or blog explaining this Thanks, Saurabh This has been discussed several times before on this forum. Here is one of ...Show All
Windows Forms global error handling
Hi guys/gals I'm having a little trouble programming a global error handling routine in VB6 which would be friendly to the end user and yet not let the system crash,ever!!! It would also be handy to have the error #, error name, form and subrou ...Show All
SQL Server Package config errors - VS_NEEDSNEWMETADATA
Hi everyone, I am having issues with using package configurations when just chaging the ServerName and InitialCatalog vars of a Connection Manager. I have DelayValidation = True on the Data Flow Task that is erroring out, but I am still recieving a VS_NEEDSNEWMETADATA error before the package is executed. The 2 boxes have identical tables I'm trying to access, although 1 is 2005 and the other is 2000. Any thoughts I thou ...Show All
Visual Studio 2008 (Pre-release) Button List?
Hello, I'm planning on making a palette toolbar, ie. a toolbar of several buttons where only one can be selected. Could anyone make any suggestions as to the best way to go about this Should it be a list of radiobuttons with their style altered to resemble toolbar buttons, or is there another way Any feedback would be great. Cheers, Andrew It would seem like a ListBox would be the way to go, usin ...Show All
Windows Forms can't save collection in disgner
Sorry, again a 'stupid' question I'm playing a bit with the collectioneditor and got it working (sort of) until i Rebuild . the collection is cleared after rebuild. I'm puzzled here is the code for the component i'm try 2 build : Imports System.Windows ...Show All
