osbuckeye1's Q&A profile
Visual Studio Team System Permissions bug?
Scenario: userAdmin is a member of [SERVER]\Team Foundation Administrators userAdmin is also a member of [SERVER]\DevTeam [SERVER]\DevTeam have the following permissions (nothing derived): Access source control Create a workspace Fire events View server level info View system sync info Creating a Team project Now, creating a new team project logged in as userAdmin fails: User userAdmin needs the AdminConfiguration global permission(s). Workaround Add the following permission to [SERVER]\DevTeam: Edit server level info Bug Is this intended If userAdmin is a member of [SERVER]\Team Foundation Administrators, shoulden't this override th ...Show All
Visual C# Math
Ok. I know this isnt a math class, but I have some questions about the Math Classes in C#. For example, lets say I have 3 numbers. Each can be 0-10. How would I be able to LIST all the combiniations of that. Can someone please help me out Well... I didnt want to mark just one reply as the answer, because all of them were very appreciated. I thank you all very much for you reply for I could not find any help anywhere else. Thank you so much again. ...Show All
Visual Studio Pulling data from a form into a report?
I have a ReportViewer set up and it works fine. As part of the final report, I would like to change the page header to include a description of the data. I've got a text box on a form which contains the data that I want to end up on the report. On the report, I've placed a text box in the page header section. How do I get the data from the form's text box into the report's text box In Access I would do something like =Forms!FormName.ControlName, but that doesn't work here. I created a global variable, but the report can't get at it. I also don't see a way for the form to force a value into the report... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. can i implement XACT_CALLBACK_NOTIFICATION function in a c++ dll
hi all, iam trying to implement a XACT_NOTIFICATION_CALLBACK function in a c++ dll problem is xact is not calling this function . when i implement the same mechanisam in win32 (exe) it is working perfectly . i dont know what is the problem is . any methods or code samples are wel come i dont know whether it is RIGHT or WRONG to implement this notification mechanisam in dll one more thing when i try to click on some of the controls in the XACT IDE it is giving an error like OBJECT INITIALIZATION NOT FOUND what this mean ...Show All
Visual Studio Team System Server Timeout when creating a Team Project
Hi all, Can anyone advise how/if i can combat this issue. I have 2 work item type files, both around 90k 2500 lines in size. When i try to create a team project in VSTS the status bar gets to work items created - then the project fails, server timed out. The whole process does take around 4-5 minutes, is this due to the size of my work items or can i increase the timeout settings to avoid this The project is available afterwards and is useable. I can then go on to use the witimport tool to make any changes. However it is still exceedingly slow. Is there a recommended size for a work item if necessary i can post my work item type file. Jame ...Show All
Windows Forms Wanted someone with a suitable terrarium for herbivore introduction
Hi. I'm looking for someone who can introduce a herbivore of mine into the Ecosystem. I can't do it because I'm behind a NAT and it just won't get teleported out. If you have a fully working terrarium, run it a lot, your ecosystem is suitable for a not-so-smart herbivore to survive, and don't mind helping me out, let me know a way to&nbs ...Show All
Windows Live Developer Forums Beta 8
Tried to open Messenger Beta. Said I had to upgrade to 8. Downloaded it. Cannot install it UNTIL I UPGRADE TO XP! But I AM already XP. Now I am DITW ( dead in the water) cannot use at all! this is a newsgroup about developement please go to http://support.microsoft.com/newsgroups/default.aspx ralph ...Show All
Visual C++ MS C++ 2005 express database mismatch error when compiling
Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Concepts: Building a C/C++ Program Fatal Error C1902 program database manager mismatch; please check your installation A program database file (.pdb) was created usin ...Show All
SQL Server Data Migration from RS 2000 to RS 2005 both with custom security
Hello! I am new to either RS and have a task of migrating data from current production Report Server 2000 to a test Report Server 2005. We have custom Forms authentication and I am using Reporting Services web services 2000 on both to read items from production and create reports on test. I have two web references in my C# app and using two RSClients to implement custom authentication. Is there any examples or recommendations on how it should be done the right way Thank you very much. Olga Two same RSClients one pointing to web service on prod RS 2000 and another pointing on test RS 2005 also web service 2000 (not 2005) ...Show All
Smart Device Development Debug Error
I have an app corverted from VS2003 to VS2005 written in VB.NET. I am using ppc2003SE VGA emulator for debugging. I received the following error: File or assembly name 'System.Data, Version 2.0.0.0, Culture= neutral, PublicKeyToken= B77A5C561934F089, or one of its dependcies. was not found. This is diplayed in the emulator Any ideas You have a reference to desktop assembly, directly or indirectly (i.e. some other assembly in your project references desktop assembly) and that is not allowed. You'd need to find that reference and remove/replace it in order to fix that issue. You can dis ...Show All
Visual Basic vb help..pls
can any one help me plese with vb access interface.. which one is good to interface vb with access is it ADO or ODBC what is the diff bet them... how to create autogen of numbers in a forms text box how to retrieve a data for vb from access pls suggest me any one. bye. If you want to know the truth.... I've alway liked DAO (not ADO although Older versions of ADO are neat.) You might take a look here. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=210844&SiteID=1 ...Show All
.NET Development PerformanceCounter specifications ?
I am looking for the standard PerformanceCounter specs. Through the performance monitor application that comes with WinXP, I can see that there are loads of performance counters out there (on a WinXP machine). Is there some reference guide on those counters (at least the OS and .Net counters) Thanks in advance, Joannes I am also wondering why the .Net specific performance counters (all the ".NET CLR foo" counters) cannot be accessed in a more object-oriented fashion (like enumerations or constants provided within .Net). Joannes ...Show All
Visual Studio Express Editions My.Settings Values Read Only
Hello All, I have a bit of a problem here and I can't seem to figure it out. My project is a Class Library. This Class Library is one project which is part of a larger solution. I have several application settings which are set up as part of the project. Within the Class Library's root class, Application, there are two methods. GetSettings and SaveSettings. GetSettings retreives the My.Settings values and sets them as various property values within the Application class. This part works fine. The SaveSettings method retreives the property values from the class and attempts to place them back into My.Settings and then execute My.Settings.S ...Show All
Visual C# config error
how do you fix this error Configuration system failed to initialize Does the advice in this thread help you at all ...Show All
Visual C# animating text and image in a deskband
Hi, I have a deskband application, where I want an image and a text string to animate into the area, and the out again. I tried doing this with simple GDI+ programming to draw an image and a string, and then animating the coordinates for that drawing using a Timer object set to about 50 milliseconds. This gave a terrific result, with the only drawback being that the CPU takes a lot of punishment. It's ok at first, but after a minute, the CPU usage rises to about 100%. I use the DrawString() method to draw the string. This doesn't take any CPU at all. For the image (I use an .ico file) I use the DrawImage() method. This method takes ...Show All
