B2's Q&A profile
Visual Studio Team System CMMI in spanish?
Hello, do you have an estimate date to translate the process guidance to another languages The Spanish version of our CMMI process template will ship in the box with the Spanish version of Team Foundation Server. The CMMI process template will be translated in all the standard localization languages including Spanish, German, French, Simplified Chinese, Japanese and a number of others. ...Show All
.NET Development Trouble with XPath expressions.
I am trying to return a count of a the StudentID element that has a specific value (in the example below, a value of 5). I cannot get it to work. In fact, the only expressions that I've tested that return any nodes are "/*" and "//*". Dim docRdr As XmlReader Dim xDoc As XmlDocument ' Initialize reader and document. xFile is a form-level variable containing the path to the xml file. docRdr = XmlReader.Create(xF ...Show All
SQL Server Execute package one by one using SSIS
Hi, I have created four package, it should executed sequencely one by one. Is it there any option like sequencer in Data Stage for achive this requirement I want to execute these package one by one using SSIS. could you help on this requirement Thanks & Regards S.Nagarajan How about a new package that contains four Execute Package Tasks, each pointing to one of the four existing packages. Link the four ...Show All
Visual C# Web Browser
Hi, I have a web program that working but the addressBar and the form title bar do not updating. Thanks for any help. Zulbaric wrote: Can i just ask one question How would you alter the code to fit a tab system You create a factory class or a method on your form that can create TabPages, so you can add them on runtime. So it creates a TabPage with an WebBrowser control on top of it. But, a better wa ...Show All
Windows Forms IE7 and Google Calendar
Probably the wrong spot to post this question, but what the hell. When will IE7 Beta2 work correctly with Google Calendar It works fine with Firefox. Whuzzup with that ...Show All
Windows Forms how to sort winform's databinding by related table's column?
I have a windows form bound to a "products" table. I've tried binding to a dataview and a dataviewmanager, but i can't figure out how to achieve a sort by joined table. "products" table has a column "seasonName". this links to&n ...Show All
Windows Live Developer Forums Packet rate
Just a small question about the packet rate, does the 120 packets a minute apply to incoming and outgoing, or is it applied to outgoing packages only. Would make a big difference because if it applies to the total ammount of packages it means you can only send and receive a packet per second if you are using real-time package data. -joost As far as I know there isn't a real limit on the size. At least it's not ...Show All
Software Development for Windows Vista WINDOWS VISTA connection BUGS...
Vista "SUCKS" i can't connect to the internet... I reinstalled Vista 2ice and no dice... The fist time i downgraged windows back to media center and worked like a charm then Vista on top.. again... NO Dice dowgraded to windows pro and connection works like a charm again. back do vista then i entered all ips manually no luck... i didnt fell like reinstalling windows again so i went into linux in order to go on the internet and to find a solution. ...Show All
SQL Server Pause between pages when printing RS report
I am using Report Services on SQL Server 2005. I have a report that gets its data from a single SQL Server stored procedure. One other small table is used, but only to provide a list of values for selecting a parameter value to send to the stored procedure. On the report I use a list control to display multiple records per page. When printing the report (which currently produces over 500 pages - future printings of this report will not be nearly ...Show All
Visual C++ DWORD_PTR
I checked and tried what you both said. The declaration of windows.h was ok. I tried to compile the simple app with only a declaration of a DWORD_PTR #include <windows.h> int main( int argc, char **argv) { DWORD_PTR i; return(0); } Here's the errors (i disabled the precompiled option (/p) for this list) Thanks again Output Window Compiling... StdAfx.cpp Note: including fi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Setting a color mulitplier for a device
I have a number of objects which are aranged in a tree structure in a child parent relationship. When a parent renders, it sets the transformations, that it uses and then renders its children, which in turn sets their transformations by multiplying on the current world transform. That is pretty basic and pretty standard. Now I would like for children to "inherit" and modify the parents color as well. If a parent has the RGBA c ...Show All
SQL Server 2005 Maintenance Plan or Security bug?
Curious if this scenario is by design or a possible bug. As recommended by MS best practices for SQL 2000 we always removed the BUILTIN\Administrators login. After doing the same on our 2005 installations it appears to have caused errors in the edit\view functionality in the Maintenance Plans and jobs. One example is to open a plan in modify mode and then select the logging button. - 'Unhandled exception ha ...Show All
.NET Development FIX: "The ASP.NET process identity does not have read permissions to the global assembly cache."
I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors. 3.) .aspnet_wp.exe (PID: 3988) stopped unexpec ...Show All
Visual C++ Controlling project properties - templates?
How is it possible with VS 2005 to control the defaults for project builds Project templates For (trivial) example, suppose I want to set "Floating point exceptions" to yes for ALL projects in a solution (containing many unit test projects, for example). Or to control the properties folr ALL projects of a certain type, particularly console applications used for tests. In previous versions, the default was contained in a file common.j ...Show All
Visual Studio Express Editions how to work with bitmaps in console application ?
In VC 7 there was CImage class. It seems there is no such class here. What about class Bitmap Is it possible to work with it in console application Does it need special header to be included Help me please ! Many thanks in advance CImage class is still present in VC2005. Take a look at the VS2005 docs at http://msdn2.microsoft.com/en-us/library/bwea7by5.aspx . The only thing is that f ...Show All
