blabla21's Q&A profile
Visual Studio Team System Work Items, Documents, and Reports folders show RED X's in Team Explorer -- WHY?
I can connect to my Team Foundation Server just fine from Team Explorer, but the Work Items, Documents, Reports, and --intermittently -- the Version Control folders under my Team Project all have RED X's in the corner of them and are inaccessible. The tooltip and toolbar buttons seem to suggest that it is "refreshing" (for example, the "Stop Refresh" toolbar button lights up), but the unknown activity rarely completes, and when it does, the RED X's remain. I read another post suggesting that it may be a permissions issue, but it happens even when I'm logged on as Administrator, so I'm discounting that theory. Am I doing something ...Show All
Visual C++ LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
Hi. when I run Batch Build .... Deleting intermediate files and output files for project 'Sampler - Win32 Release'. Deleting intermediate files and output files for project 'Sampler - Win32 Debug'. --------------------Configuration: Sampler - Win32 Release-------------------- Compiling resources... Compiling... StdAfx.cpp Compiling... Sampler.cpp SamplerDlg.cpp DisplayDlg.cpp Generating Code... Linking... LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF Sampler.exe - 0 error(s), 1 warning(s) --------------------Configuration: Sampler - Win32 Debug-------------------- Compiling resources... Comp ...Show All
SQL Server SQL Server does not exist or access denied
Okay...Running SQL Server 2000 & yesterday I was inside of Query Analyzer keying away with no problems. Exited out of everying like normal, powered my laptop down & life was good. Or so I thought. I started my laptop today & my SQL Server Services Manager shows that my SQL Server is not running. Long story short, I've torn this thing apart and can't figure out why it's not running. My Client Network Utility has Named Pipes & TCP / IP Enabled. TCP/IP has port 1433 enables. As for my named pipes, those are jacked cuz I've tried ...Show All
Visual Studio Team System Code Coverage just for Unit Testing
Hi, Is there any way to use Code coverage capabilities with Web Test, Generic Tests and Manual Tests It would be nice to know the coverage of all my test not just the developer ones. Thanks LucasC To clarify some more... Web Test - already enabled for Beta2 Generic Tests - already enabled for Beta2 Manual Tests - coming soon Unit Tests and Load Tests should work as well. Chris ...Show All
Smart Device Development Custom stack pointer
Hello, I'm trying to port an application that implements its own thread scheduling. It calls malloc to allocate a block of memory then it changes sp to point to the end of the block. The Pocket PC 2003 emulator stops on the instruction that changes the sp register. A message box is displayed "No symbols loaded for any stack frame. The source code cannot be displayed" then the program stops. Is it a restriction of the OS or the debugger Can any pointer be used as a stack pointer under Windows CE Thanks for your help. It's for a sort of virtual machine. Actually I'm only using the v ...Show All
Windows Forms How to select a control within a control in design-time
I have read a thread in this forum regarding this. Still it's not clear. Can some one please explain me how to do this If you want to post a specific example that you think should work but isn't, please do. Remember to place your code between the < code > </ code > tags so it's easy to read. :) ...Show All
Smart Device Development VS2005 Smart Device form designer fails
All VS 2005 Smart device applications form designer fail to display forms - receive following error: Unable to cast COM object of type 'Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManClass' to interface type 'Microsoft.VisualStudio.DeviceConnectivity.Interop.ICcServer'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{EA537AF4-2226-4D26-BBC0-9CF3A82749A5}' failed with HRESULT: 0x80004002 (No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))). at Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManClass.GetDatastore(UInt32 dwLocale) at Micros ...Show All
SQL Server Any code out there for figuring Page # of Pages per Group
I found the code to createa number that is reset per a group value as long as it wasn't set to repeat on each page. That gave me the a New page number for each group. But if there are going to be 3 pages in that group how do I get it to print "Page 1 of 3", "Page 2 of 3", "Page 3 of 3" ...Show All
Visual Studio Adding files to a project during compile
I have a prebuild action that occurs in my project that generates a class. this class needs to be added to the project for compile. This only occurs have the project has been reloaded. Is there a way to add the files to my build without going through three steps - compile, reload project, compile Thanks let's assume I wanted to do something similar, but in a project sub-type (within a package). What is the best way to accomplish this I can latch onto the same event, however I'd prefer to filter my handling of the event only for events triggered by projects of my specific sub-type. ...Show All
Windows Forms Transparencies won't work!
I have an msn like popup that I'm trying to put round corners on. I have an image for it, and I have tried several approaches. I have tried using yellow and blue, as the transparency color, and coloring the corners as blue in my image. I've set that image to the label background, and that didn't work so i put it on&nbs ...Show All
Visual Studio Package 'Visual Studio Source Control Integration Package' failed to load
When I build our source code using DevEnv I get an error message saying "Package 'Visual Studio Source Control Integration Package' failed to load" in the log file. I am just test-building a copy of our source code with VS2005 so no source control should be involved. How can I get rid of this message When I build the very same solutions interactively I do not get any messages concerning source control. Dan, Thanks for the response, however, this is a new install of VS 2005. This hasn't been a real problem for me since the project actually builds in spite of the error messages. I'm just not real sure wh ...Show All
Visual Studio Express Editions VB app memory usage
I noticed that my VBE apps were consuming a lot of memory so I wrote a test app that consists of nothing more than a form with a single button. When I run the compiled .exe file, Windows Task Manager reports the the process is using over 8 meg of memory. If I minimize the app, memory usage drops to 372K. If I un-minimize the app, memory usage then jumps to approximately 2 meg & stays there with each successive minimize/un-minimize. Can somebody explain to me what is going on here Why does it initially have such a high memory usage for such a small app And why does it settle at 2 meg after minimizing once Thanks... ...Show All
Visual C++ Memory error in loading DLL
Hi All, I have a program that reads DLL libraries but it fails with error code 1001 (i.e. Recursion too deep; the stack overflowed.). When I trace the program in debug mode of Visual Studio 2003, the exception is raised and the detail is shown as below. First-chance exception at 0x00359439 (msvcr71d.dll) in iChannelGateway.exe: 0xC0000005: Access violation writing location 0x00030ffc. The program breaks at the function _malloc_dbg() in file dbgheap.c. Do anyone teach me how to solve this error Thanks. Benny Look into the stack trace and see when this happens. Use _heapchk or AfxCheckMemory ...Show All
Windows Forms Forms without icon
I noticed that many forms in Taskvision do not have icon in their title bars. How to do that in vs.net I have also brought up this question in other forums but got no satisfactory answer. Well, I finally got it. You can set "FormBorderStyle" property to "FixedDialog" and the default form icon will disappear. ...Show All
Visual C++ MFC Dialogs and NT Service
Hello experts. I'm trying to make a class which will make it easyer to work with services. but i have a little problem. the DoModal() method of CDialog class i synchronous and after calling the method i can't start the service. anyone has an idea how to fix this prob here's the source // ProWatch.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "ProWatch.h" #include "ProWatchDlg.h" #include "string" #include "shlwapi.h" #include "ServiceWorks.h" #ifdef _DEBUG #define new DEBUG_NEW #endif ...Show All
