m.singh's Q&A profile
Visual Studio Team System No migration occurred: No files from solution are under source control
I'm trying to migrate code analysis settings from a Team project to a solution. Only thing that happens is that the message "No migration occurred: No files from solution are under source control" shows up in the VS status bar. The solution file and all the projects it contains ARE under source control. IWe have three Team projects on our Team foundation server. The migration works fine for one of them (first in alphabetical order), ...Show All
Visual Studio Tools for Office Handling COM Addin Events in a VSTO dll
Hi, I want to do something that I don't know if is possible. I have a VSTO library that gets a reference to a COM Addin. addin = CType ( Me .Application.COMAddIns.Item( "MyAddin.Connectt" ).Object, MagmaPMO.Connect) Then, the COM addin raises events but I can not handle the event in the VSTO project. Below I paste the attribute definition in my addin class and the event handler. Private WithEvents addin As ...Show All
SQL Server Re-Create All Indexes in database
First, I'd like some help stablishing if it's a good idea or not what I'm thinking, and second is what would be the easyist way to achive the result. Background. We have a multicompany ERP system (200GB, 200+ tables). All data tables have a companyid, counter1id, counter2id, fields. Each table has a primary clusterd index on these fields in that order. And also has multiple other indexes that usually include companyid filed first. ( Note we h ...Show All
Software Development for Windows Vista DShowNet
I tried to find the documentation for the direct show net class library but failed to do so... any one knows where can i find some other than the one in the codeproject site and another question please... in the DirectX class library.. to preview the camera we use the camera.preview ; that is working but what if i want to display the camera on another window or panel.. ( two displays ) thnx ...Show All
SQL Server SSIS Job Monitoring
I work in an Informatica shop which is looking at SSIS as a possible replacement. In Informatica, when a job is running I can bring up a window for a job that shows the tables being accessed, the # rows successfully processed, # rows that failed, read throughput and write throughput. This information is very helpful. Does SSIS have anything that can provide the same type of information on running jobs If not, does it have the constructs necessar ...Show All
Visual Basic Reading Files in a Folder
I have 'combobox1 inside my 'groupbox1' I also have a couple of documents in a folder on my desktop called 'docs' What code do i put in so the combobox lists all the docs that are in the 'docs' folder Imports System.IO Dim desktopDir As String = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) Dim dirName As String = Path.Combine(desktopDir, "docs") Dim dir As New DirectoryInfo(dirName) For Each file As FileInfo In di ...Show All
Software Development for Windows Vista Managing resources within workflows
I need access to some resources whenever my workflow is active in memory, i.e when it is in the hydrated state. I am using the SqlWorkflowPersistenceService for persisting the state of my workflows. What is the best approach to detect when the workflow is active (because of creation or hydration) and inactive (because of dehydration or completion) I want to use these events to open and close my resources. maybe t ...Show All
.NET Development Application_AcquireRequestState Execute twice per request
Code inside of the global.asax file on the Application_AcquireRequestState event fires twice for each request. One the first request I have session state and on the second, I do not. Here is simple test I ran to verify that it is running twice: Protected Sub Application_AcquireRequestState(ByVal sender As Object, ByVal e As System.EventArgs) If Request.IsAuthenticated Then &n ...Show All
Visual Basic Add text to a text box from a module
I'm upgrading a program I wrote in VB6 to VB2005 and am having a problem with updating a text box. I have a module that manages serial port communications. When data is received in the serial port buffer, it should update a text box (txtSerialIn) on a form (frmSerialInOut). Here's the code: Public Sub Handler( ByVal strInMessage As String ) frmSerialInOut.txtSerialIn.Text = strRXData & vbCrLf & frmSerialInOut.txtSerialIn. ...Show All
Visual Studio Team System MSF and Team Studio Related? Relavant?
Hi, I am gathering materials in preparation for the MSF exam 70 - 301. Many references to Team System and MSF version 4.0 are referenced. Though the exam covers MSF v3.0. Does anyone know what the relevance of each are to the other and will information regarding Team System be apart of exam 70-301 -Thanks KayJay The 70-301 exam has nothing to do with Team System nor MSF version 4.0. Please re ...Show All
SQL Server Groupings in Matrix Layout?
Hello, I am trying to come up with a Matrix report using RS 2005 that looks like this one below. I have row data: question, columns data: Ethnicity and Gender, detail data: Gender average response and Ethnicity average reponse. I utlilized Report Wizard to create a report in a Matrix format , however I wasn't able to have Gender and Ethnicity column on the same line. The report wizard groups columns so Gender is a subset of Ethnicity ...Show All
SQL Server AS Processing Task
When using the AS processing task with a connection to "an Analysis Services project in this solution", only some processing options are available for processing dimensions. For instance, it is not possible to select "Process Update". Once I change the connection manager to point to the deployed cube database, I can choose from all the options. Is this by design I have searched the documentation and the net for information o ...Show All
Visual Studio Team System Reporting Services Error with the RC
Setup says: Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached. Use the Report Server Configuration tool to confirm that Report Server is configured properly and that the Reporting Service Web site can be found before running the installation again. For more information see the Team Foundation Installation Guide. The Reporting Services web site ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
Visual C++ VS2005 Beta2 fatal error C1902
VS2005 Beta2 fatal error C1902 I have machines with VC6 and VS2005 Beta2, and it works fine. After I uninstall VC6,I work with only VS2005 Beta2. Then I write any MFC programs with APPWizard using VS2005 Beta2,it always reports error when I build the project. the error message is : fatal error C1902: Program database manager mismatch; please check your installation ..file stdafx.cpp Can anyone help me to solve the problem ...Show All
