Cassiopeiaxy's Q&A profile
Visual Studio Team System Prevent Team Project from displaying in Team Explorer
We have recently installed TFS server (trial) in the company. So far so good, but ... Lets say we have two projects: Project A and Project B and two teams working on these projects: Team A and Team B. What I would like to do is to configure TFS in a way that Project B doesn't appear in the list of available team projects for Team A members when they connect using Team Explorer and vice versa. I think that I have seen such a configuration in another company, however although the project was not visible in Team Explorer if the person opens the version control window (s)he can still see the name of the project. In my case that would also be a bad scenario. Does anyone know of a way to achieve this Cheers, MB ...Show All
.NET Development Pdf to xml without the use of COM component
Can anybody tell about the conversion of pdf to xml document without the use of word automation i.e. without use of COM component. I wasn't able to find PDF to XML converter for .NET Framework. There are several tools that convert PDF to HTML and there are implementations of XmlReader for reading HTML files. You can try to use them as a workaround. ...Show All
Visual C# Is Vista mostly C# .NET?
Is C# .NET 2.0 or NET 2.0 family used in many applications I am wondering what is the market share on C# Many companies still rather program using MFC /Windows.h with C++ instead. Since I believe you will have more control on your application. It would be nice to do a GUI like MSN Messenger 8. I heard Vista is 90% all .NET 2.0 but many other people saying it is 0%. So what is the truth It depends upon what you count as being part Windows Vista. From what I understand (and, I'm no export), they are using C/C++ for the Kernel (because you pretty much have to). But, for most things on top of the Kernel, including libraries that are considered part of the Windows Vista SDK, are being written in C#. C/C++ is used for par ...Show All
Visual C++ VS .Net 2005, how to disable intellisense...
Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra I have the same problem (and may be working for the same company) My solution has more then 30 projects consisting of a total of >2500 cpp files. Each project runs a makefile in the pre-build event that automaticly builds header files from cpp files based on information in macros imbeded in the cpp code. Each cpp file contributes to up to 4 header files so if the solution were searched the same defini ...Show All
Visual Studio Team System Drop Location Problem with Automated Testing
I have set up a foundation server and a build server and have been able to successfully execute a few different build types. However, when I try to incorporate automated testing, I run into problems. The build says "0 errors, 0 warnings, build failed" and the only useful thing I could find in the log is this message: The drop share directory "..........." could not be accessed. I have noticed that if I run the tests locally and attempt to publish them, I get the same error message. I have given full sharing privilleges in the security tab as well as the permissions button menu for the folder and the folders work fine for build types that do not include automated testing. From a previous post, I learned th ...Show All
Software Development for Windows Vista Wrong download for Visual Studio 2005 Extensions?
If I download the Visual Studio 2005 Extensions for Windows Workflow Foundation and double click the exe file the installer for ActiveSync 4.2 is running. ...Show All
SQL Server running sp_updatestats is producing problems.
Hi to all, 1.I have first a question about one SP sp_updatestats. Because the SP it is asking in the implementation about the sysadmin rights i got problems at running time. Our user it is the db-owner but it is no sysadmin. To give an example the sp : sp_createstats it is not asking for this rights, and this function it creates new objects in the db. My first question is Why the sp_updatestats must ask for this rights what is the oficcial ansqear from Microsoft about this I make a note this problem persist in the SQL Server 2005. 2.Now because of this problem i have tried to copy the sp from SQL Server 2000 and 2005 and to modify the SP to ask only for the owner rights. So instead of if not i ...Show All
Visual Studio Tools for Office Convert word doc to pdf
Hi, I need to convert word document to pdf file using C#.2 Iam having MS visual studio 2005 professional (and also MS VS.2003 enterprise ed) MS Office 2007 I have downloaded SaveAsPDFandXPS (used to convert doc to pdf) Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime (VSTO 2005 SE) My question is Do i need "MS visual studio 2005 for office tools" version to work with ms word, so that i can convert word to pdf. Make sure you have reference to Word.12. It will automatically add Microsoft.Office.interop.word to your reference. Follow these for other office application. (Note: you should have installed VS 2005 Tools for Office 2nd Ed. R ...Show All
Visual C++ winuser.h error
Everytime i try to include winuser.h i get this: C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(42) : error C2146: syntax error : missing ';' before identifier 'HDWP' C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(42) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(42) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(43) : error C2146: syntax error : missing ';' before identifier 'MENUTEMPLATEA' C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\w ...Show All
SQL Server confident of data mining
in associate rule, there's confident and support or probabilty values. but i use sql 2000, no support associate rule so i create a model with Microsoft _decision _tree to predict other products when customer choose product in superMarket basket_id table... { productid } is it have confident or support values. what value of it how can i change the minimum_support and minimum_probabilty it can use in Microsoft _ decision tree. This is the direct link to the file mentioned by Jamie.http://www.sqlserverdatamining.com/DMCommunity/_Downloads/Downloads_GetFile.aspx id=92 Note that it still requires creating an account on the sqlserverdatamining.com web site. For confidence, you should f ...Show All
Software Development for Windows Vista Windows Mobile Device Driver Update
When I attempt to install the Windows Mobile Device program (the Vista version of ActiveSync), the setup goes half-way through the "Gathering required information" status , and then reads: A network error occured while attempting to read from the file: C:\Users\Alex\Downloads\drvupdate-x86[1].msi Since I'm pretty new to Vista, what is the solution to this problem The operating system is Windows Vista Enterprise. Does that make a difference No i dont think the version of vista makes much differences... i am currently running on vista home premium and i am facing the same problem when i was installing my O2 Xda atom... i think its either a common bug or its just that the file that we downl ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectDraw Deprication
What exactly do Microsoft mean by depricating DirectDraw Do they mean DirectDraw will be completely removed in the next DirectX release If so, what are the alternatives That's a kick-a$$ book for 2D game programming. Microsoft will always care about backward compatability with games, so you can expect previous dlls to be there. It just may not run as fast as it use to on OSes past Vista. As the book expects you to do after you read, do move your foundation to either Direct3D/OpenGL. ...Show All
Visual Studio 2008 (Pre-release) Sometimes MediaElement plays streams without sound. Bug ?
I've been using MediaElement to play WMA audio streams. I use only one instance of MediaElement: <MediaElement Name="mediaElement" LoadedBehavior="Manual" Stretch="Uniform" HorizontalAlignment="Left" Width="83" Height="Auto"/> and I access this instance from code so that each time the user chooses a URL here's what I do: mediaElement.Stop(); mediaElement.Source = uri; mediaElement.Play(); Volume is always set at 0.5f and Mute is never set to true. About 1 out of 10 urls plays with no sound. I know it's playing because I not only received the play event but also see that the Position is increasing. This happens independently of the URL. However, I never have the problem ...Show All
Visual C++ MFC CToolBar and BTNS_WHOLEDROPDOWN, BTNS_DROPDOWN
Hello, I'm createing a CToolBar instance in my application, and I want to add two functionalities: ToolBar button with a small arrow, which is not separeted button - there for I used the BTNS_WHOLEDROPDOWN style for this button ToolBar button with a small separeted arrow button - there for I used the BTNS_DROPDOWN style for this button. and after that I add the code: pToolBar->GetToolBarCtrl().SetExtendedStyle(TBSTYLE_EX_DRAWDDARROWS ); My problem is: In functionality 1, from some reason the button which is style was change to BTNS_WHOLEDROPDOWN does not react, catch event or give me any sign that it's "alive" In functionality 2, the above is happening only to the small arrow button, though when I pressed the original bitma ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Digging out frames' info from D3DXANIMATIONCONTROLLER???
Hello, I'm currently working on my school project about processing MoCap datas and their applications. Specifically I want to manipulate with them to get specific results. I convert them to .X files and load them within my D3D app. However,although, I can load and play animations, I cannot manipulate with the frames, what's the most important thing I want to do. Maybe I'm wrong, but the only way I see is to "manipulate" animations just via D3DXANIMATIONCONTROLLER and current Frame. I really need to make my own management over frames and not just call "AdvanceTime"... in this animController. So is there any way to get Joints' matrixes(or rotations) for every frame in the animationSet Or do I have to make my own ...Show All
