Deepak Jain's Q&A profile
SQL Server with new hard drive- Error 3: the system cannot find the specified path
Installed SQL Server 2000 Enterprise trial a week ago on XP Pro. Installed new Seagate 80G HD; used Seagate's utility to copy old C: to new drive as new boot drive. All seems to work fine, except, when booting up, SQL server doesn't start. When I try to start it manually I get the following: Could not start SQLSERVER service on the local computer. Error 3: the system cannot find the specified path. 1. What could be wrong 2. How do I fix ...Show All
.NET Development Menustrip (.NET2) and mouse selection behavior
I'd like to mimic XP mouse selection behavior using the new Menustrip but haven't found anything in docs. By default in Menustrip, mouse left button, must be released before selecting a menu item. Similary, if left button been pressed and released over a mouse item, doesn't fire the clicked event. Any idea how can menustrip work like VS/Office/XP native menu control It looks that is a bug. I was ...Show All
Visual Studio T-SQL Debugging on VS2005/SQL2005
Hello, I can't seem to debug an SQL stored procedure using VS .Net's 2005 debugger. When I Step into stored procedure the breakpoint turns to a question mark and says "The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time.  ...Show All
Architecture Architecture templates
I am in a small shop where we don't have UML tools or other design aids other than Visio. What I am looking for if there is any are templates or guides, standards for how a system architecture should be documented. That standard would also include how architecture should be documented graphically as well. Many deep "Thank you" as all of the answers have been very helpful and with excellent linsk to great resources. Please lets sta ...Show All
Windows Forms Storing Configuration & Settings
I am relatively new to the windows forms environment and have recently started on my first significant project in a bid to learn more. My first and most important question is about the preferred/required standards or methods for maintaining the following: 1.& ...Show All
Smart Device Development Application installer
Having successfully created a CAB file that I can copy to the device and tap-to-install, how do I now create a Windows (non-PPC) application that will run, and install the program on the PocketPC through ActiveSync the next time it's placed in the docking cradle If anyone has installed the Adobe Acrobat Reader for PPC, thats the type of install I want to do. I'm forced to assume that the end user for the application I'm developing has almost-ze ...Show All
Visual Studio VC++ Directories
Hi, How I can get the VC++ Directories and VC++ Project Settings from the Tools::Options... Dialog thanks, -z Hi, You can use the Microsoft.VisualStudio.VCProject and VCProjectEngine to co-create ta VCProjectEngine object and use that to get to platform specific paths. The macro below does it for you. Public Sub DumpPaths() Dim vcEngine As VCProjectEngine = CType(CreateObj ...Show All
SQL Server cannot install SQL Server Express, keep getting errors
I am trying to install SQL Server 2005 Express, but it fails. SQL Server Setup has detected incompatible components from Beta version of Visual Studio, .NETFramework or SQL Server 2005. Use Add or Remove to I had earlier installed Beta 2 Version of Dev Studio 2005 and SQL Server 2005 Beta 2. I also had DevStudio 2003 and SQL Server installed. I have gone through and un-installed everything, but I keep getting this error. I have also tried msiexe ...Show All
Visual FoxPro How do i disable an active screen saver?
Good day to everybody, i have a small program installed in the workstation that is controlled at the server, Can we disable a running screen saver when my program becomes active Example: I send a message to the workstation,... so my program installed there will pops-up automatically....but the problem is, ...when the user did not use the PC in a period of time so naturally screen saver will take-over, and my program pops-up at t ...Show All
Windows Forms Question using IN clause and parameters in oledb command
Hi all, II was wondering if anyone knew if I can do something like the following... cmd.commandtext = 'SELECT id FROM tbl WHERE id IN (@listOfIntegers)' cmd.parameters.add('@listOfIntegers', oledbtype.integer).value = "12, 14, 16" I can't seem to get it working (if&nb ...Show All
Visual C++ CBitmap - Simple example
Hi, I am trying to load some images in a Picture Area. I only have the pointers to the images, and this pointers are of the type unsigned long* (I can also convert it to IplImage* to use with OpenCV). This unsigned long* get the images grabbed from an camera and I would like to display these images in this Picture Area (it is real time, I get the images from my camera and display them). I have tryied to use this (HBITMAP)LoadImage function, but ...Show All
Visual Studio Team System Need help: TFS RC single server installation error: 28805
I was installing TFS RC single server by following the installation guide. Everything ran pretty smoothly until the installation is almost done. A 28805 error message prompted and terminated the installation. The error message is: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28805.Setup cannot finish the request to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Servic ...Show All
Smart Device Development (URGENT) How to get the file path of the currently copied file
Hi, I am developing device applications in Visual Studio 2003 and also Visual Studion 2005. I have one doubt about coping files. I copied a file from windows to Pocket PC using Active Sync. Actually what my question is " How to get the file path of the currently copied file " using vb,c# or c++. (which file is copied from windows to device ) Please send your suggestion as early as possible. Thanks, GANESAN ...Show All
Visual Studio Linking files from another database
Does anyone know if it is possible, and if so how does one link files from another database. Thanks, John ...Show All
Smart Device Development TableAdapter / Datagrid refresh
TableAdapter / Datagrid refresh Hello, I’m a new basic.NET 2005 programmer, before I used MS Visual FoxPro but there’s unfortunately no PDA compiler available. I have some small problems with the TableAdapter and the DataGrid: To update my SQL Mobile database I use TabelAdapter.Update(column1,column2,column3….) But I cannot see the changes in the grid, until I fill the grid again: TabelAdapter.Fill() Is this c ...Show All
