kashasrinath's Q&A profile
Visual Studio How to speed up help integration into Visual Studio help collection using merged modules?
Hello everyone, I am developing an installation of a .NET component for Visual Studio 2003/2005. I have created a HxS documentation for the component and included the necessary merged modules to my installation. Everything is working fine and help is integrated into the Visual Studio environment. But the installation takes very long time. I think the problem is that the Index and TOC files of the Visual Studio help collection and my help collection are merged during the installation. But I would prefer the Index and TOC files to be merged after the installation, when the Visual Studio help collection is first accessed. What c ...Show All
Visual Studio Team System VSTF Coverage Analysis service won't start
If I try to start the Code Coverage Analysis Service on my Team Foundation Server it stops directly and write the following error in the Windows event log: The connection to the Team Foundation Build database could not be established: System.Security.SecurityException: TF50309: You do not have sufficient permissions to perform this operation. at Microsoft.TeamFoundation.Proxy.BisRegistrationProxy.GetRegistrationEntries(String toolId) at Microsoft.TeamFoundation.Proxy.BisRegistrationService.RefreshMemoryCache() at Microsoft.TeamFoundation.Proxy.BisRegistrationService.RefreshCachesIfNeeded(Boolean direct) at Microsoft.TeamFoundation.Pr ...Show All
Visual Studio Team System Space in rule URL causes link problem in FxCop problem properties panel
In my custom rule configuration I have spaces in the URL: < Url > http://somewhere.net/space%20program/super%20rules/ </ Url > When this rule is triggered, the problem properties pane shows the link as this: http://somewhere.net/space program/super rules/ And the link does not work because it tries to go to the URL upto the first space. Is there a workaround to make the URL work Thanks. - alex This is just a bug we need to fix, sorry for the inconvenience. There's no workaround, currently. We'll try to get this into 1.35, though. ...Show All
Windows Forms Microsoft Visual Studio Tools for the Microsoft Office System
Hi, I am new to using the Microsoft Visual Studio Tools for the Microsoft Office System. I wanted to know if this thing enables me to open xls and doc files inside the windows forms or the windows client applications. Also, if someone can provide me a link to what all things I can use this for ... is it similar to what we used to do  ...Show All
.NET Development more socket questions
i am working on a server application that acts as a proxy between multiple clients and another server. the destination server has 1 to many ports open on which is listens for "transactions" from my proxy server. the way i had envisioned the proxy server working is to check to see if a port is free on the destination server and execute the transaction (send, and wait for response). if the port is "busy", check the next port. if its available, execute the transaction. if not, check the next port... i'm running into a problem where: 1) if i don't bind the port and simply connect, then the proxy server thinks all of the ...Show All
Visual Studio Bug with datetime picker?
I create report that uses stored procedure with 2 parameters. 1st parameter is datetime, 2nd is string. In preview mode I see datetime picker for 1st parameter. I pick September 1, 2005. I use Russian regional settings and date is displayed as dd.mm.yyyy (01.09.2005). It is OK. But after I click "View Report" date is changed to 09.01.2005 (January 9, 2005) and I get empty report because I have not data on this date. I click again and date is changed to 01.09.2005 (September 1, 2005) and I get report with data. I click again and date is changed to 09.01.2005 etc. If I change Standards and Formats in Regional Options to English (mm.d ...Show All
Visual Basic File Read Error
Hello All, I am creating a HTML file on runtime through my VB.Net application, using following code '**************************** Dim filename As String = "new.html" If IO.File.Exists(Application.StartupPath + "\Files\" + filename) Then IO.File.Delete(Application.StartupPath + "\Files\" + filename) End If Dim HTMLFile As New IO.FileStream(Application.StartupPath + "\Files\" + filename, IO.FileMode.CreateNew, IO.FileAccess.ReadWrite) Dim objWriter As New IO.StreamWriter(HTMLFile, System.Text.Encoding.ASCII) objWriter.BaseStream.Seek(0, IO.SeekOrigin.End) objWriter.Write(objStrbdr) objWriter ...Show All
SQL Server SSIS Development Suggestions
I could use some help from those of you who have SSIS deployed in a production environment. The developer creates a SSIS package on a workstation with BIDS. Package accesses a network drive and a SQL database on a development server. The developer can test the SSIS package successfully in BIDS. The only way to use the ServerStorage protect level is that the developer needs to save the SSIS package directly to the development server (we are storing the package in SQL Server). This is not a problem, but it possesses a problem when we need to migrate the SSIS package to the production server. This is because in development our database ...Show All
.NET Development Aborting a shutdown using a Windows Service
Hi, I'm trying to write a Windows Service that is capable of detecting when the PC is being shut down, and then cancelling the shutdown. I've managed to get this to work fine in a windows application, using SystemEvents.SessionEnding to detect the shutdown, and then using the "cancel" property to cancel it, but for whatever reason I can't get this to work in my service. I hook it up in the usual way (AddHandler SystemEvents.SessionEnding, AddressOf MySubName), but the code I put in the associated subroutine never gets run. I can only assume I'm setting the event handler up wrong for a service, or adding it in the wrong pla ...Show All
.NET Development How to check if an application is already running
Hi, I want to keep user from starting two instances of my application at the same time so how can I find if an instance of my application is already running before I start another Thanks, http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=153674&SiteID=1 ...Show All
Smart Device Development msfp for WM 5.0 emulator
Hi all, I'm looking for msfp for WM 5.0 emulator, is this msfp included in WM 5.0 images coming with SDK many thanks, Bayu A Cahyono We currently working on making images with MSFP available for download. The SDK contains the AKU0.0 images. Thanks, Vladimir ...Show All
Windows Forms Form partial class
Hello, I have a form named MainForm. I see that the class is defined as a partial class, and the designer class is also a partial class designation. Can I define a couple more MainForm partial classes and put some of the control event handlers in that class, to kind of break up the form a bit Thanks. I think designer see only controls from it's Form1.Designer.cs file, they must be added to internal components collection (check InitializeComponent for details). Or you mean that designer do not see methods in this new partial class Then this is bug. Welcome to Community/Feedback menu item! ...Show All
Windows Forms How to resize controls on my windows form with changing form size
Hi, In my windows form I have a tab control with a few tab pages. Each tab page has some user controls and some .net controls such as datagrid, labels e.t.c When I resize the windows forms the controls dont change their size and position. So if I reduce the size of window it hides half of the controls on my application. How do I make my application or controls such that they relocate and resize themselves when size of the window changes. Thanks, I use a TableLayoutPanel which is new in VS2005. This is like a table in HTML. You can dock the TabelLayoutPanel to your form or tho any other container ...Show All
SQL Server Using a hyperlink in sql server reporting services
I have added a table on to the body of my sql server report.In one of the columns of the table I have dragged a field which is the output of a stored procedure. Now i want to make this field a drillthrough hyperlink(by using the jump to report option) based on a condition. I am not able to do that. Any idea how to achieve this I'm having a similar problem. However with mine, it's either the requested document or an hyperlink for a mailto: to request the document be restored based on a status condition of another field so the hyperlink for both is OK. I want the document to open in a NEW window instead of the same w ...Show All
Windows Live Developer Forums Submit an App - Get the Windows Live Messenger Beta!
Would you like early access to the Windows Live Messenger Beta Starting today, November 8 th and running thru 9:00am PST on Monday, November 14 th The first 5 people to submit Activity Apps to the Worlds Best App contest and successfully pass compliance checking will receive an immediate invitation to the Windows Live Messenger Beta! Be one of the first people in the world outside of Microsoft to run with the next version of Windows Live Messenger! Lets see those apps!!! -Scott i want to be a tester of msn live messenger 8 Beta Can i get a invition at dreifinger@catsoft.nl ...Show All
