bamacoder's Q&A profile
Visual Studio 2 Patterns for single Crystal Report (rpt) file
Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Acc ...Show All
Visual Studio Team System Performance tools in Tool option in VSTS?
Hi all, I'm a new member in this group. I'm currently exploring VSTS. I've a doubt. In tools tab, there is a option for performance tools. what is that actually I tried with that. but it is not showing the result. it fails. Can any one plz help me with. regards selvi If you are interested in web testing and perf testing web apps, then this is not where you want to be looking. Checkout the help links in the following post for ho ...Show All
.NET Development A Question on GC
I have a MDI program in which user can open different document and edit it. After several user use it, they report that it becomes more and more slow. So I watch the memory usage of it carefully and found a problem : it seems the memory is never released after a document is closed. I watch the memory cost in Tesk Manager, and found that whenever a document is opened, the memory cost increases. However, after the document is closed, the memory co ...Show All
Visual Studio Team System TF80071 after choosing TFS Project occured
I receive the error within MS Project 2003 SP2 (German) TF80071: Team Foundation encountered an error while accessing the work item database. .. after i choose an existing TFS-Project. The connection to the server is OK, no error about wrong mappings etc. I'm using TFS Team Explorer Beta 3 and Project Server 2003 with SP2 German. The project is an Enterpriseproject stored on the server and not as an .mpp Any ideas ...Show All
SQL Server Changing the port that Reporting Services 2000 is running on after activation.
Hi, I have just installed reporting services 2000 on a non-standard port and have used the rsactivate tool to activate it. I then installed Microsoft CRM which seems not to like the non-standard port for reporting services, how do I go about deactivating the webservice so I can change the port and then activate it again Thanks I am not too familiar with RS2000, but I think all you have to do is to chang ...Show All
SQL Server Report Deployment Problem on SQL 2005
Hi everyone, I'm trying to deploy my Report Project on SQL 2005 on my machine from Visual Studio itself, but I keep getting this error: " The Report Server Web Service is unable to access secure information in the report server. Please verify that the WebServiceAccount is specified correctly in the report server config file. " Although I specified the WebServiceAccount in the rsreportserver.config file, using an administrative account, but still ...Show All
Windows Forms windows distributed application and web application
I have developed a .net window application using a database connection string to access a network SQL server database. Now I was told that the front end window application will be installed on a doctor's home at California, and the SQL server i ...Show All
Visual Studio Team System Problem with connectionperuser ??
Hi, I am running a load test with one web test present and i have various think times of between 5 and 20 seconds between requests. I have a constant load of a 100 users and am using connectionperuser as my webtest connection model. My problem is that my requests/sec starts off at approx 40 and over 30 minutes more or less linearly reduces to approx 1-2 requests/sec. If i change to connectionpool my request/sec stays more or less const ...Show All
Visual C++ mspdbsrv.exe consumes more than 500MB of memory
vs 2005 beta2, exp. ed. Is it common for this tool to consume such amount of memory Then it's almost impossible to do anything with your desktop. If you kill mspdbsrv.exe when there is no compiling going on (cl.exe task), you should be okay. As far as I know, the reason mspdbsrv is a service is to support parallel builds (for multicore/hyperthreaded cpus) and if the pdb's are written out, then the service can die. The risk is that ...Show All
Visual C++ Sending Packets to a target program while doing something.
Hi BladeMaster! Hello, I've been wondering, lately I've been working on a program that sends keys to the active window but now I've come to the decision that I want to do other things while the application I built sends the packets to the window. Is there a way to send packets to a chosen application while doing something else in the meantime in VC++ Please help. You can start an other thread. Win32-API: Creat ...Show All
Visual Studio Team System Setup freezes at 99 percent
During setup no error occurs, but at 99 % or so nothing happens. My computer worked at 6-40% CPU usage, but after one hour - nothing, 0% and stopped. I pressed Cancel, confirmed abortion, and than the program did nothing, I had to use the task manager to quit it. Anyone the same problem I had this problem a long time ago back in Beta and it resulted from insufficient RAM on the server. How much RAM do you have __________________________ ...Show All
SQL Server Authentication Issues
Current Setup: Windows 2003 Server SQL Server 2000 w/ SP3 Windows Sharepoint Servics Problem: I have created a group on our Domain (INT) called Domain Users. Inside this group I have added individual users that need to be there. On the SQL Server when I try to add INT\Domain Users I get an error stateing that the user does not exist. Next I tried typing in INT and selecting the browse button. The window opens up listing all Domain users and grou ...Show All
Microsoft ISV Community Center Forums VBA for Powerpoint
Hi, I have been asked to modify a powerpoint presentation so that from a series of jpg files, one appears on the screen and then after a specific time period disappears and is replaced by another; this being a continuous loop on one slide only - like a photo tour. I have the following code, but need to get it up and running. Any suggestions: Sub ImportABunch() Dim strTemp As String Dim strFileSpec As String Dim oSld As Slide Dim oPic As S ...Show All
Windows Forms Gridview
I need to retrieve data or a column from a selected row in Gridview to a textbox. How can I do that.......please ...Show All
Software Development for Windows Vista Receiving message through window
Hi, I hope I am posting to the right forum. I want to perform some specific task when the system returns from hibernation. I found out from MSDN that I need to make use of the WM_POWERBROADCAST message that is generated. http://msdn.microsoft.com/library/default.asp url=/library/en-us/power/base/wm_powerbroadcast.asp It says that a window receives this message through its WindowProc function which has the following prototype: LRESULT ...Show All
