Rajib's Q&A profile
Visual Studio Express Editions Design Question, VB6 to VBExpress
Hi..I am moving from VB6 to VBExpress (with a very short .NET 2002 stop) and have a design question. Suppose I have two string arrays. The first has 20 elements and gives the make of cars (e.g. GM, Ford, Rover, etc). The second string array has 15 elements and contains the names of various individuals. My goal is to match each infividual with a car make. There will be only one matching car make for each individual. My VB6 solution is ...Show All
Visual Studio Licensing & pricing
I thought I should start a thread on licensing and pricing where we can give some feedback to MS on the type of scenarios we intend to implement and how various licensing & pricing schemes would interact with that. As I see it there are two separate questions here: 1) What license is required to author a DSL 2) What license is required to use a DSL For 1) I guess the main question is which edition of Visual Studio will be required, and ...Show All
.NET Development Exception: "The underlying connection was closed: The connection was closed unexpectedly." (sometimes)
I have a windows app connecting to a webservice. In some situation(s) (haven't narrowed it down enough), I get the following exception: The underlying connection was closed: The connection was closed unexpectedly. When this exception is thrown, it is calling a method of a web reference. Now the situation that we experience this is on a laptop in the field that is using a WWAN connection in at least one location. It works fine in the lab ...Show All
Visual Studio Subversion SVN with Visual Studio 2005
Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys! keyosuke wrote: I would also love a copy of your addin. If you have source that would be nice too. Maybe put a link to it on a web server otherwise I'm keyosuke@gmail.com to send it to me and thanks a lot. ALl I'v ...Show All
SQL Server How to add a Data Source View to Report Model based on SSAS
Step 1: Create Cube Step 2: Deploy it Step 3: Create a Report Model Project (in the same solution as the Cube) Step 4: Add a Data Source base on the Analysis Services project I completed all these steps sucesfully, now how to add a Data Source View from here The Wizard relational Data Sources list is empty. Is there a Tutorial on how to build a Report Model based on Analysis Services generate the ...Show All
Software Development for Windows Vista capture a frame
Hello! My program captures avi file from TV-tuner for further processing. I need to get every frame during capturing and to know when the frame start and stops. Thanks a lots. You can use the sample grabber filter. This sits in the graph and calls back to a method in your app for every sample. Or you could write your own in-place transform filter that picked out the start/stop times from the IMediaSamp ...Show All
SQL Server Dynamically define the height of a chart
Current Situation: I have a "Stacked Bar" chart and it has a certain ammount of lines depending on its data source. Sometimes if there are too many lines, only every other label shows up for that line on the left hand side (See image ). What I need: Basically I need a solution that fixes my current situation. My first thouts were to dynamically size the height of the chart, but I haven't had much luck doing that. Also, I have tried t ...Show All
Visual Studio Team System Using April CTP for development.
I am concerned about developing in CTP(April). If we spend time developing in ctp (April) on a virtual machine, will we be able to get our code out so we can extract/migrate projects to a live box once VS 2005 is released There is no migration script to upgrade any of the existing CTP releases to RTM, so you'll need to take the latest version of all of your source files and check it in ...Show All
Visual Studio Tools for Office VSTO Installation included in Visual Studio 2005 Team Suite
Hi At the end of the installation I get an error message saying that vsto couldn't be installed, and propose that I run VSTOR.EXE manually. Running VSTOR.EXE I get an error message saying that I need to uninstall "Visual Studio .NET prerequisites - English", but I don't have that. From the support page ( http://msdn.microsoft.com/vstudio/express/support/uninstall/ ) I downloaded the uninstall tool, even if I never installed beta version before. ...Show All
Windows Forms Don''t work
Hello, I'have this code but it isn't working what is here the problem: Graphics ab; ab = this .CreateGraphics(); ab.FillEllipse( new SolidBrush ( Color .Aqua), 10, 10, 500, 500); ab.Dispose(); Greets, DIII How exactly is it failing You need to be more specific with your problem if you want there to be any chance of anyone here being able to help you. ...Show All
Visual Studio Team System Changeset Comparison
Is it possible to compare two different changesets to get only the files/folders that were modified between them Thanks. You can get a list of the files changed in each changeset using either the history command or the changeset command. If you know the changeset numbers, you can use "h changeset /i nnn" where nnn is the changeset number to see the files changed in that changeset and the type of change for each file. There's not ...Show All
Visual Studio Team System Source Control Settings
When and why one should use the check-in, check-out policies in Source Control Settings Please explain by example Thanks Are you talking about the options for "Select lock type" when you do a "Check-out for Edit" When you check out a file for edit in TFS, you are actually telling the server that you are going to edit a particular version of a particular file that yo ...Show All
Windows Forms Different OS
Is it possible that a deployed app brings up errors when you have it installed on one OS but no errors when installed on a different one Yes, missing system files is the most likely reason. Example: It works on every system with& ...Show All
Visual C# Error adding a .tlb file compiled with MIDL to my project
I am using VC# Express Edition 2005 and am trying to follow the instructions given here; http://www.codeproject.com/w2k/Vanishing_Windows.asp to make use of the ITaskbarList interface in the code I downloaded from here; http://www.codeproject.com/csharp/taskbarsorter.asp However I am getting an error when trying to add the .tlb file to my project as a reference. I saved off the ITaskbarList.idl file from the example and compiled it using the mi ...Show All
SQL Server Connect to SQL Server 2000 over Internet
I have a SQL Server running at a webserver, that has a public IP. I have been trying to connect to the server over Internet, by ODBC, but can't get it to work. I get the message 'Not a trusted connection'. Any tips that can help Specify the port along with the IP address e.g. 192.168.1.2,1433. Where 1433 is the port. Also verify that SQL server allows mixed authentication and the specified port is opened if the conenction is made a ...Show All
