kevinrj0314's Q&A profile
Visual Studio Loading symbols very slow while debugging
Good day, I have an ASP.NET application that isn't too big, 10 pages and a moderate amount of code behind. When I run the app in debug mode it takes over a minute to load the symbols, about 75 seconds consistently, which seems excessive to me. This of course leads to the issue of the browser doesn't open until the symbols are done. Here are some particulars concerning my environment. The machine is a P4 2.8 with plenty of resources. I haven't had any issues with it recently. I recently installed SP1 for VS2005. I also have VS 2003 on the same machine and it runs fine and takes about one second to load all of the symbols. The debugging is only local on the one machine. When I start the app without debugging (CTRL-F5) it starts up in abou ...Show All
Windows Forms datagridview with checkbox
hi! could someone please tell me how to use and have a datagridview with chechkbox Sure. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=793263&SiteID=1 ...Show All
Visual Studio Visual Studio 2005 Setup error!
I uninstalled Visual Studio 2005 from my system. Including all the other software packages that came along with it. Now everytime I start my computer, I get this pop-up "Visual Studio 2005 Setup: Error. Setup is unable to find /load htmllite.dll" How do I get rid of this pop-up Thanks. Much appreciated Try the tool from here http://go.microsoft.com/fwlink/ LinkId=47598 If the above tool does not help , look into astebner blog and try to do a clean remove http://blogs.msdn.com/astebner/articles/492809.aspx This is probably happening coz of some traces of VS being left on the machine ...Show All
Visual Studio Team System Development Group - Please help! Cannot compare databases.
I simply cannot compare two databases in my environment without the application erroring out. I've tried it from multiple machines, freshly installed, and it keeps happening. I wonder if there's something unique about my environment, but I need help to determine that (by looking through the error logs to locate the problem...) Can someone from the development group please help !! Please direct me toward what information you need and where I can get it to help you. I'll be happy to do whatever will help you troubleshoot this. I would love to make this tool work and avoid going out and purchasing Red Gate (my trial is almost up :-) -M- 1. As you discovered, I am using CTP5. 2. Thank you for the ...Show All
Visual C++ Error spawning 'cl.exe'.
im new so i dont understand what that means i looked it up line and it says that the directories are not set up correctly but i checked it and the folder that contains that files is in the list coulod someone please help me thank you Rebuild started: Project: Game, Configuration: Debug|Win32 Command Lines Creating temporary file "c:\Documents and Settings\m\My Documents\Visual Studio 2005\Projects\Game\Game\Debug\RSP0000013700348.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\main.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\m\My Documents\Visual Studio 2005\P ...Show All
Visual Basic Problem to update an table?!
Hi! How do I solve following problem The problem is how do I update that table test's column idnr get diffrerent values, now the code below only update all idnr to same value, in this case DepartLoop’s last value. Sum = 4 While Sum <> 0 myCommand.Connection = connDatagrid myCommand.CommandText = "update test set idnr = " + TextBoxIDnr.Text + " + 1 where idnr = " + TextBoxIDnr.Text + " and orginal = '" + ComboBoxDepart.SelectedItem + "'" myCommand.Parameters.Add( " IDnr" , TextBoxIDnr.Text) MessageBox.Show(myCommand.CommandText) TextBoxIDnr.Text = DepartLoop DepartLoop = DepartLoop + 1 myCommand.ExecuteNonQuery() Sum = Sum - 1 End ...Show All
Visual Basic JIT Debugger Error message caused by filelistbox
I have been working on a program and testing it on another computer that has the .Net framework installed. My program works fine on my computer with .Net installed. However, when I run it on the other computer (with only the framework installed) I get a random error: MyApp.exe - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process id=0xf3c (3900), Thread id=0xf64 (3940). [The numbers in this error line are different everytime] When I hit cancel to debug it displays MyApp.exe - No debugger found. Registered HIT debugger is not available. An attempt to launch a JIT debugger with the following command resuled in an error code of 0x2 (2). Please check co ...Show All
SQL Server SSIS process error "Too many buffers are locked"
Anyone seen this SSIS error when importing data I have a 64bit quad processor with 8gb and am importing from Oracle 9 using 32bit DTExec.exe from the command line. OnInformation,Myserver,MyDomain\SQLAdmin,J001OracleDimExtract,{CEB7F874-7488-4DB2-87B9-28FC26E1EF9F},{1221B6EB-D90A-466E-9444-BA05DBC6AFD8},6/29/2006 10:58:08 AM,6/29/2006 10:58:08 AM,1074036748,0x,The buffer manager detected that the system was low on virtual memory, but was unable to swap out any buffers. 2 buffers were considered and 2 were locked. Either not enough memory is available to the pipeline because not enough is installed, other processes are using it, or too many buffers are locked. Thanks Another solution I've foun ...Show All
.NET Development What is .NET?
Hello, You probably think I'm the weirdest person here, but I found this place, and I didn't know what .NET is. But I have a question, and I just wondered whether this was the place to ask. Thank you, Furby check this: http://www.akaas.net/articles/what-is-dot-net.htm Regards, ...Show All
SQL Server Transact-SQL Common Features?????
Hi The white paper which compares SQL Express and SQL Compact says that they both share Common Features Can someone please indicate if SQL Compact will support functions like Average, STDEv etc Thanks Touraj The full list of functions support is listed in the SQLCE documentation available - here - http://www.microsoft.com/downloads/details.aspx familyid=E6BC81E8-175B-46EA-86A0-C9DACAA84C85&displaylang=en It does support AVG but not STDev ...Show All
Visual Basic FileUpload - How do I trap maxfilesize problems
The fileupload control works well for files < 4MB (maxrequestlength), but if the file is larger than this the program fails with: - the page cannot be displayed, or Server error in '/xxxxx' application Maximum request length exceeded How do I trap this so that I can return a better error message The failure occurs before the Page Load from any callback, so I can't see any way of trapping the error, and I haven't seen any event or property of the Fileupload control that I can set to say "Do this when Max Request Length is exceeded" I don't want to accept larger files, I'm happy to live with the limit. Regards, Robert Barnes ahmedilyas, I'm finding it very diffi ...Show All
Visual Studio Team System Importing schema causes full crash in CTP5 (but worked fine with CTP4)
I had just upgraded from CTP4 to CTP5 and am now having crashing problem (full crash, have to restart VS) trying to import a schema. It was not never a problem importing this same schema in CTP4. Any ideas Thanks >> 1. How many objects do you have in your database About15 table, 30 stored procedure and 6 UDF. >> 2. What type of project are you using SQL2000 or SQL2005 SQL2005 (importing from a SQL2005 database) >> 3. Have you tested this on a different machine No Thank You ...Show All
Gadgets Error using System.Network.Wireless
Hello, I'm trying to develop a Winows Vista SideBar Gadget using the System.Network.Wireless Object. When I try to get the Wireless-connection-information the first time, everything works well, but when I try to read the data again, an error occurs. MyCode: function getwlan( ) { try { wlanip.innerHTML =System.Network.Wireless.address; wlandns.innerHTML = System.Network.Wireless.primaryDNSAddress; wlansec.innerHTML = System.Network.Wireless.secureConnection; wlansignal.innerHTML = System.Network.Wireless.signalStrength; wlanssid.innerHTML = System.Network.Wireless.ssid; } catch (e) { wlanssid.innerHTML = "Fehler"; } } As I said, when I call the getwlan-function again, wlanssid.innerHTML gets "Fehler" from ...Show All
SQL Server IGNORE_DUP_KEY performance problem
I have a performance problem using ignore_dup_key='on' on SQL Server 2005 (with or without SP2). The scenario is that we are collecting high volume real time data that contains duplicates. Currently the table contains about 60 million rows (including duplicates) and growing, but about 30% of that is duplicate data. It's envisaged that we will eventually be collecting 20 million rows per day. We currently have an index on the table to assist with data retrieval so I removed all the duplicates and extended this index to cover all the rows and made it unique to prevent duplicates. I did some performance tests that revealed there very little performance hit, if any, from doing this. Here's the index definition: CREATE UNIQUE NONCLUSTERED INDEX ...Show All
Smart Device Development problems with VS2005 and IE7
Hi, if running VS2005 with IE7 (the beta, the final or the WinVista RC1 included one) it is not possible to create a new C++ "Smart Device" project. If I choose to create a "Win32 Smart Device Project" with Visual C++, enter a name for the project in the "New Project" dialog i'll get the "blub" sound, wich also appears if internet explorer blocks a pop up or an addon, and Visual Studio falls back to the "New Project" dialog instead of showing the details for creating the new application. i guess this has something to do with the internet explorer security settings and so I tried to disable them all or setting them to the lowest possible level... has anybody an idea how to get VS ...Show All
