Ala Kushlaf's Q&A profile
Visual Studio How to debug with VS on Compute Cluster Systems.
How do you get past the job scheduler on the (new) compute clusters I've been trying to debug an application which is launched on CCS, but can't get the debugger to cooperate. I've seen the parallel debugger white papers but these concentrate on MS MPI. What if my app isn't an mpi app (Which BTW, I can get MSMPI apps to launch w/ the debugger just fine.) I've also extended the job time and checked the box to not stop the job. Still no lu ...Show All
.NET Development WebBrowser control Memory Leak
I created an .NET C#application to continuously creating and closing WebBrowser control for testing. I noticed that my application memory usage has been going up per WebBrowser control. I looked though some user group, and saw that there is apperantly a memory leak in WebBrowser control. Here are my question: 1. I would like this confirm if this is a known issue. 2. Is there a fix or workaround available. Many thanks, Alice ...Show All
Visual Studio Team System Remote Access Question - Web Server on different Server than TFS
Hi, Is it possible to install Team Foundation Server all on one box, and then have a publically facing web server on another box to accept remote access requests to TFS We don't want to put all TFS applications on a publically facing box, but do want to enable remote access as we don't have a VPN. We are currently using the VSS 2005 internet plugin which required us putting our source on the publically facing web server, which is not ideal. ...Show All
Visual Studio Express Editions SQL Server 2005 express: Where is Import/Export and Query Analyser?
SQL server 2005 express I installed this software and the seperate management tool and really liked its interface compared to SQL server 2000 developer. I'm thinking of uninstalling SQL server 2000 and going with this 2005 Express version instead. However I couldn't find any way to import MS Access tables into the database, which you could do easily in SQL server 2000. Also, Query Analyser if not provided.&nb ...Show All
Microsoft ISV Community Center Forums Application Error
Hi experts, We have an application written in VBA. The application is failing with the following log entry in the event log. Faulting application: appname.exe Faulting Module: VBE6 Version: 6.4.99.72 Fault Address 0x000dc6f2 Event ID: 1000 The application is running on Windows XP SP2 with Office 2003 SP2. Help would be much appreciated. Thanks Steve Additional information: The application is not a W ...Show All
.NET Development Cannot connect to MSDE in VB.net
I am trying to make a windows application that connects to a database through MSDE. I can connect using the server explorer but not in my program. I want to insert a row into a table. I return the value of my execute statement and it is always 0. My table never gets the row inserted. What am i doing wrong. I am so fustrated, please help me :( Private Function DBinsert() Dim strInfo As String 'string used to connect to DB Dim conn ...Show All
Visual Studio 2008 (Pre-release) fast bitmap image processing
Hi, We have an app that updates the pixel contents of its bitmaps (all bgra) and displays the results as fast as display update allows. Currently speed is dependant upon updating only the "changed" portion of the bitmap where possible. Now, the documentation is, for obvious reasons a little sketchy at this point but from what I can understand in WPF once a bitmapimage has been created from a unsafe memory block (using the sta ...Show All
Windows Forms Problem Clearing Elements in Code
Hi There! I am creating an app in VB.NET that, when the user clicks a choice from the menu, labels and textboxes either appear or disappear accordingly. The problem appears when: one selection makes 5 or more textboxes visible and writes to 5 ...Show All
Windows Forms MDIChildren flickering very serious problem!!!
I am designing a MDI Application with the MIDChildren all in normall windowstate property. I create de (child)forms with a borderstyle.none, and make them a MDIChildren before I show them. This works OK, except that when the forms are created, they show up in the client area of the MDIForm, not maximized, with a caption, very shortly, before they are finaaly filling the client area. In other words, there is a short flicker when a new form is cr ...Show All
Software Development for Windows Vista Can direct show write a MPEG-2 movie?
Hi all, I'm a newbie. 1. Can direct show create "write" a MPEG-2 movie, from several image, like Windows Media Format Video Image ability 2. Where should i start to learn that Thank's 1. The answer is No. Microsoft does not provide MPEG-2 encoders. 2. Learn DirectShow and its DES. The only good learning place I have found for the DES is the DirectShow SDK documentations, there is no boo ...Show All
Visual Studio 2008 (Pre-release) Feb CTP resource uri syntax
Please,describe "uri syntax" for Feb CTP,I want to use resources in <Image ImageSource=" "/> Thanks. Are you suggesting that your existing Uris do not work in Feb CTP If so, please reply with clear examples so I can follow up. Otherwise, if you are just curious about Uri syntax, then please read: http://nerddawg.blogspot.com/2005/11/resources-in-windows-presentation.html ...Show All
Visual Studio 2008 (Pre-release) Explicit vs. Implicit Behaviour
Prefacing some words about the focus of this post: I am looking at the features described below having only the maintainability of the resulting code in mind. The assumed situation is having an enterprise project with > 20 developers, internal and external, who built the application, and a completely different team of developers maintaining the system later on. Also, the assumption is that none of the developers who originally created the sys ...Show All
Visual Basic Programming Challenge since u re great guy
For this challenge, you'll need to write an algorithm to find your way from one corner of a field to another as fast as possible. You will be given a starting point and an ending point, and you'll need to tell us how long it will take you to get from start to finish. The field is a grid, and you can only move up, down, left and right. Each move of one grid square takes 1 second. Unfortunately, there's also walls in the way.....the rest is her ...Show All
Visual Studio Web Developer Express Supports Visual SourceSafe 2003 and 2005?
Web Developer Express Supports Visual SourceSafe 2003 and 2005 Hi Mike, The documentation is wrong. I suspect the documentation is reused from the VS Professional docs because it talks about menu items that are present in that version. (e.g. File/SourceControl menu, SourceControl tab in File/Open/WebSite dialog,etc) If you'll look in the "%ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE\VS SCC" folder for the Express SKUs yo ...Show All
Visual Studio Problem with custom DDEX Provider on Binding Source configuration
I'm writing a DDEX provider for the Firebird ADO.NET Data Provider (firebird.sourceforge.net) While Trying to configure a BindingSource from an existent connection ( that can be opened correctly from the Server Explorer and it shows the tables, stored procedures and views information correctly ), i'm getting the next error: --------------------------- Microsoft Visual Studio --------------------------- Failed to open a connection to the databa ...Show All
