Fuhrer's Q&A profile
Visual C++ COM DLL, regsvr32 and manifest - blech!
I have a COM DLL that relies on MSVCR80.dll and when I try to register it with regsvr32.exe I get a "loadlibrary failed -2147220473" error. If I create a regsvr32.exe.manifest file and place it with regsvr32.exe, then it works. There has to be a better solution though. I can't count on target PCs having regsvr32.exe.manifest installed (and I'd rather not install it if possible). Hello BLH, I ...Show All
Windows Forms how to avoid duplicate records in sql db.
Hi, I want to bind a sql table into datagrid. SQL table may have duplicate records. I should not show them on a grid. How to do that Any ideas Thanks! Thanks!. I have one more doubt. how to combine two rows in a SQL table. For eg: id , Column1, column2, column3 row1 21 2 -1 -1 row2 21 -1 3 -1 row3 21 -1 -1 5 I've to combi ...Show All
Visual Studio Intellisense force update
I have issues with my add-in for Visual Studio 2005. I add-in helps insert some kind of function and variables into Visual C++ projects. I need to retrieve classes of project. Firstly, my add-in was developped for Visual Studio 2003 and it works fine there. However almost same code for enumerating classes is not working for Visual Studio 2005. I think the problem is that Intellisense does not update project in time. After switching to class view ...Show All
.NET Development More Table Adapter problems.
I have run the Update method of my table adapter ( see previous posts ) and now a new error presents itself. The error states : Update requires a valid UpdateCommand when passed DataRow Collection with modified rows. I chose generat INSERT DELETE UPDATE methods when I created the dataset. Why am I getting this error This is the line of code (in red) that fails: public virtual int Update( CellcastBackEndDataSet . tblShiftDataTab ...Show All
Visual C# Diffrence between Socket and a port
Hi It seams that i still have some issues in network programing.. I dont really get it what si the diffrence between a Socket and a port Q: 1. can you clarify the difference between a port and a socket A: A socket is an operating system abstraction similar to a file descriptor; it is part of the Application Program Interface (API). A program creates a socket, specifies that it will be used with TCP/IP, and then fills in details such as ...Show All
Visual Basic MDI forms
I have a Mdi form with a child form. I would like to place a message in a statusbar panel control on the main parent form from within the child form when an action occurs. The status bar is at the bottom of the parent form and I can easily place a message in one of the panels from within the parent form but I can't figure out how to access it from the child form. Me.MdiParent.StatusBarName.PropertyName is possibly a better option, as it mea ...Show All
Visual Studio Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
Hi! I'm trying to install the VS 2005 Standard edition RTM, just fresh off msdn. I used the cleanup tull to cleanse my machine of the Beta2, and I wanted to install the new VS. *however* the install fails. The framework installs and is working correctly, just on installing VS I get an error "DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed" and the party is over. I have included the copy of my install ...Show All
Windows Forms I don t know how to pass variales and text controls values between forms
Hi, 2 little questions pls: From a form frm1 I call another form frm2. The form frm1 has a text box with a text in it. I don t know how to access that value in frm2. Also I would like to access i frm2 certain vaiables defined in frm1. 2/ What d be the help section in Visual Basic where I ca find such guidelines. Thanks a lot 1. To get access to a TextBox from form1 and form2, all you have to do is to set the TextBo ...Show All
Visual C++ std::string Construction
I have created a standard C++ Win32 Console application in Visual Studio.NET 2005. The code is as follows:- // StdTest.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <string> int _tmain( int argc, _TCHAR* argv[]) { std::string s( "Test" ); return 0; } Building and single stepping this code in Debug mode is fine and the varia ...Show All
Visual Basic What happened to the VS2005 Datagrid Autoformat?
In VS2005 beta 2, what happened to the Datagrid AUtoFormat that was available in beta 1 Is it still available Maybe moved Hi, Unfortunately it was removed/cut for this version so we could ship the most important features on time. You can probably understand. I'll pass on that you were looking for this feature so we can track it for the next version. thanks, Paul Yuknewicz ...Show All
Visual Studio Express Editions express editions videos
can't see any of the learning videos for visual studio express edition. It plays in Media Player but no picture only voices, is this what's suppose to happen hi, you can take a look to this articel http://support.microsoft.com/default.aspx scid=kb;en-us;306699&Product=wmp hope this will help ...Show All
Visual Studio Team System Unit Test Sample won't download (Woodgrove Bank)
Trying to download the Unit Test Sample from: http://msdn2.microsoft.com/en-us/library/ms243176.aspx does not work. The "Woodgrove Bank" sample link errors for the following URL: http://download.microsoft.com/download/2/5/1/251FF798-6CD7-418B-9AE2-81906B0C8ED9/ManagedDemo.zip.exe Is there any other way to download it Thanks, Burkhard A Google search revealed that somebody found th ...Show All
SQL Server a fatal error of sqlserver2005
I find many errors these days in my sqlserver 2005. description is : SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check the SQL error log for any related stack dumps or messages. This exception forces SQL Server to shutdown. To recover from this error, restart the server (unless SQLAgent is config ...Show All
Visual Basic Solution Explorer
I am new to VB and have the following problom in the Solution Explorer: I have several forms shown in the Explorer. One of the form's icon has changed and is represented by a different icon then all the rest. The icon looks like a Word icon with 'VB' overlayed on top as opposed to the other icons which look like a miniature form. When I highlight this form, it is no longer accessible with the View Designer icon (in t ...Show All
.NET Development System.Threading.ThreadAbortException' occurred in mscorlib.dll
Hi all, I have a problem while executing the statement as follow : Response.Redirect( "AddUser/AddUser.aspx" ); It gives me an error message as follow : 'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\formsauth\64230fa5\240941c6\App_Web_hoxi76sl.dll', Symbols loaded. The thread 0x9b0 has exited with code 0 (0x0). A first chance exception of type 'System.Th ...Show All
