Mayukh142725's Q&A profile
Visual Studio MSBuild support of custom project system
Hi, We have a VSPackage with our own project system (and our compiler tool, supported by this PS). And say our project files have .myproj extension. Now we build our project from command line using devenv /build. Is it possible for our integration to be supported by MSBuild What do we need to implement for this Thanks in advance, Vadim. ...Show All
Visual Studio Team System Custom Rules for Code Analysis: Looking for Sample
In our project we do not allow code to throw exceptions directly; instead we use an Exception Helper Class that handles the logging and instrumentation based on certain settings then rethrows the exception. We need a rule that verifies that no one is using THROW in their code anywhere. I looked to create a custom rule we could include in our check-in policy but I could not find anything. Does anyone have any pointers Best regards, Jerry ...Show All
Visual Studio Team System Error 32000 - BISSubscribe.exe/BISService.asmx
I have just installed Team Foundation Server for the third time and have hit the same error everytime. I am installing on clean Windows Server 2003 SP1 virtual servers in a dual-server configuration. I have followed the "Visual Studio Team FOundation Installation Guide" (v50428) and I have changed just one thing that I don't feel is the problem here. The ONLY change I have made is, when I installed SQL Server 2005 April CTP, I placed the Data fo ...Show All
Software Development for Windows Vista Does Office Release Delay Equate to WF Release Delay?
Now that Office 12 is shipping next year, does this also mean that WF will ship next year as well Hi S2, Your information is incorrect. Office 2007 has not slipped and there is a press release about this here . Office 2007 is planned to be available in October 2006. Regards, Paul ...Show All
SQL Server SQL2005: Configuring Web synchronization for merge replication
I'm trying (and failing!) to get Web synchronization for merge replication working with SQL Server Standard 2005 Sept CTP. I've created and configured a merge publication and have configured the publication for Web synchronization using the 'Configure Web Syncrhonization' wizard. I've followed all the setup instructions in the Configuring Web Synchronization article in Books Online and have tried testing that it works by accessing https://<ma ...Show All
Visual Studio Team System Cannot see commands in Source Control
Hi I have added user to the contriutors group in VSTS. when that user connects to he Team Foundation server, he can see all the projects. How ever when he goes to any project's source control (for which he is a contributor), though he can see all the nodes under the source control window, he cannot see any commands when he right clicks on any node. He is a part of Valid users as well as contributors group. How can i make the commands visible ...Show All
.NET Development Timeout in WinHttp object
I am using WinHttp object to send and receive information (getting a document in terms of bytes and opening on the browser by converting it into PDF). I am not setting any timeout explicitly in my C# program. I am using synchronous connection to do this process. Sometimes, our clients are coming across 'timeout' error while downloading the document. Does anyone have any idea what could be wrong What is the default connection timeout 60 seconds ...Show All
Windows Forms CHild close when parent form closes
Hi all, I have a parent form that instatiates and shows a child form. Is it possible to have the child form close when the parent form closes Is there a setting I should set for this to occur. Thanks for your time in this. ...Show All
SQL Server ASPNET account permissions
I am new to Reporting Services and still learning, but it is a very nice exciting program. I built a new Report and was experimenting with Grouping in reports and using the parameters. Now I would like to Deploy the report to the Report Server so I can use this report on our intranet, however I get the error that the ASPNET account does not have the proper permissions. I am sure that I need to set up ASPNET to have "write" abilities. ...Show All
Visual J# Kudos of the day
Hi; To the person who shall remain nameless on the J# team (so he doesn't get deluged with requests) who figured out the problem with loading resources for locales you don't have. thank you. - dave ...Show All
Visual Studio Express Editions MDIChild
Hi, sorry for all the questions But I have a problem. I don't want an mdichild to go past the visible screen of it's parent, causing scroll bars to appear which messes me all up Is there anyway to prevent those children forms from going past that visible area Thank you! when you make it dos->Visible = f alse; do this this ->ClientSize = System::Drawing::Size(1, 1); and then reset it back to what you want it when you m ...Show All
Audio and Video Development I need a little help here...
I did not know where to post this, so i posted it here. I am running a Windows 98SE and I only have a 16 bit color thing. I would like it to be better, but I do not know how to do so. I can not get Active X on this comp for some reason, but I would like 256 color. Any help will be greatly thanked. I do not know what kind of graphics or video cards I have. all I know is it is a Standard PCI Graphics Adapter (VGA). I want the 256 color realy ba ...Show All
SQL Server matrix issues
example rpt.. | Last year | this year | Resolution | Resolved | Closed | Cost&n ...Show All
Visual C# How good is the garbage collector?
Just how good is it Is it a C# feature or .NET Framework feature Thanks Quite a bit of the .NET Framework simply wraps around existing Win32 or COM(+) functionality. WinForms is an excellent example, where you still have a HWND backing every window and control. GDI+ is another good example. Take a look at GdiPlus.dll, the Win32 DLL that implements the actual GDI+ functionality. (You can find P/Invoke ...Show All
Visual Studio Express Editions 2 events at once
I'm creating a simple, old, black and white tennis game for practice. I've created an event handler for 9 keys - 2 for moving 2 paddles up, 2 for moving them down, 2 for left and 2 for right. I also have an Enter key that starts the ball moving. The problem is that when I press Enter, none of my other keys work, until the ball goes off the screen. Does anyone have any suggestions how to fix this I see that you ...Show All
