Jim R32874's Q&A profile
Visual Studio VS2005B2: Cant debug T-SQL stored procedure
When I want to step into the stored procedure I get the error --------------------------- Microsoft Visual Studio --------------------------- Exception from HRESULT: 0x89710016 --------------------------- OK --------------------------- Config: Windows 2003 Server SP1 SQL Server 2005 April CTP Visual Studio 2005 Beta2 Remote debugging from WinXP machine to the server don't work too with the error: --------------------------- Microsoft ...Show All
Windows Forms Add User Control in Datagrid View
Hi All, I m stuck with a problem Can any body solve my problem , The problem is how we can add the custom control in the datagrid view column Means i want to show aa user control in the a datagrid view column lik ethe simple combo box , button etc, Thanks for ur great help in advance The DataGridView only supports showing a control (such as a user control) when you are editing a cell. If that is what you want, check out t ...Show All
Visual Studio 2008 (Pre-release) AdornedElementPlaceholder
What is this class for Hi Damien, AdornedElementPlaceholder is part of the Validation feature of data binding. Validation is used to alert the user that the data he entered is illegal. For example, in the scenario below the data source is of type int, so if the user types something that can not be converted to int, we will generate a Validation error. Notice that you can write your own custom validation rules that determine the format ...Show All
Visual Studio Express Editions Users in SQL Express server
This is my connection routine for an SQL Express database I'm using with ASP.NET and C# connectionString = "server=.\\SQLExpress;uid=sa;pwd=;database=cartridge;" + "Integrated Security=True;"; connection = new SqlConnection(connectionString); connection.Open(); When I run ...Show All
SQL Server Unable to access MSDB on Integration Services
Hi all I have a little problem with my IS Server. I am using Windows Server 2003 64bit and IS 9.0.1399. I have two named instances for databases. I am able to connect to Intergration Services just with the Servername (no Instance Name) and I see the folders in there. When I try to open the MSDB Folder (under "Stored Packages") I get the following exeption: "Failed to retrieve data for this request ...." and Additional informa ...Show All
Windows Forms Dataset Changes Using Two Forms Linked to One Dataset
I have created a simple database program using the new automation tools supplied by Visual Studio 2005 and SQLServer 2005 Developer Edition. I have created a link to a single data source containing one table. In the first form, I have used the data source tools to drag a "DataGridView" to the form , creating a BindingSource, TableAdaper, BindingNavigator and DataSource In the second form, I use the same data source to drag the same ...Show All
Visual Studio 2008 (Pre-release) Pixel width "Thickness" for shapes
Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All
Visual C++ Need help with WndProc
I have a class Window with a function LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); The line wcex.lpfnWndProc = (WNDPROC)GlobWndProc; in the function ATOM Window::MyRegisterClass(HINSTANCE hInst) compiles because I have a function static LRESULT CALLBACK GlobWndProc(HWND hWnd, UINT msg, &nbs ...Show All
Visual Studio Team System Bug? TFSVC API - VersionControlLabel constructor
I was just working with the Version Contrtol API's VersionControlLabel object and I found something interesting that I thought the MSFT folks might want to look into. After instantiating a new VersionControlLabel object, I noticed that the instance's VersionControlServer property was Null. I know that the VersionControlServer object that I passed into the contructor was valid because I also used it to pass the AuthenticatedUser. Here is th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectInput
This program doesn't works, and I don't know why. Explain me please. using System; using System.Windows.Forms; using Microsoft.DirectX; using Microsoft.DirectX.DirectInput; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); Device d; d = new Device ( SystemGuid .Keyboard); CooperativeLevelFlags c = CooperativeLevelFl ...Show All
Visual Studio Tools for Office Import worksheet into open workbook
Hi, I want to open an already existing workbook and import one of its sheets into a different already running workbook (I need to remap the data from one worksheet into a set of others). But when I open the *.xls file using the Workbooks.Open() method I get a remoting proxy to a different instance of excel. Is their a way to open the workbook in the already running instance, so that I can just grab the worksheet I want and deal with it. Witho ...Show All
Visual Studio Team System create a default work item
Hi, I want to add a default work item which contains a predefinate list of links (with other workitem for example) into my process template. I want them to be present in a tabPage in the Form as the LinksControl. I saw how to add default work items with fields in workItem.xml but not how to do it with LinksControl ... I hope you understand what i mean and apologize for my english :) PS: Is it possible to ...Show All
.NET Development No connection could be made because the target machine actively refused it
Trying to connect to a local host TCP port 3380 (the port number chosen arbitrarily): 10.1.10.176:3380 I got this error message: No connection could be made because the target machine actively refused it What shall I do to convince the target machine not to refuse it the next time I used a sock.Connect(serverEndPoint); statement. Thanks HI Guys It's very easy. please first understand, what will to do try. u try send a byte of data s ...Show All
Visual Studio Error: "data\rights.dat is already open"
Hi, I've just installed Visual SourceSafe 2005 on a Windows XP Professional SP2 machine. I'm not sure right off the bat if that's the problem because scouring the web, I've not found any location that lists the system requirements for this software. In fact I can't even find the official Microsoft Page for this program! Is MS downplaying its existence to get people to migrate to TFS Anyway, after creating the SS database, I tried to add a ...Show All
Visual Studio Express Editions Unable to save changed data back to database
I am working throuh the Beginning Visual Basic 2005 Express Edition Video Series. Up until Lesson 9 I was doing OK. It all made sense I have followed through Lesson 9 and created the form to save changed data back to the database. When I click on the button the rowsAffected variable correctly returns 1. If I close down the application and restart the changed record still shows the original data. I tried Form1 which had the automatically generate ...Show All
