George Waters's Q&A profile
Visual Studio Team System Some simple questions about TFS Licensing.
Hi folks, i'm not the normal licensing guy out our company so i hope this isn't too much of a silly question. When i was checking out this website ( http://msdn.microsoft.com/vstudio/howtobuy/Default.aspx ) for pricing i noticed two fields for TFS:- 1) Server: AU$ 4,057.00 2) CAL: AU$ 723.00. a ) Does this mean the company needs to purchase the server license which allows us to host the product. b ) Then, we need to purchase a seperate CAL for _each user_ who wishes to connect to the TFS application (with the exception of the TFS administrator to administer the server), eg. via the team explorer in VS2005 Now, before you ask about what version of VS2005, we're looking at either standard or pro. c ) We're thinking about ...Show All
Visual Studio Team System Team Explorer SP1
Is there an SP1 for just Team Explorer or do user have to install the huge VS SP1 ...Show All
Windows Forms How to Drag & Drop ListViewItems in a ListView?
Hi! How to drag and drop ListViewItems in a ListView with 'Tile' or 'Large Icons' View mode For example, i want can change the group of a item drag and drop it in the new group. Any example or something Regards. Actually, there's lots of examples of doing this: http://msdn2.microsoft.com/en-gb/library/aa289508(VS.71).aspx http://www.c-sharpcorner.com/Code/2002/July/DragDropInListView.asp http://support.microsoft.com/default.aspx/kb/822483 ...Show All
Windows Networking Development Weird one - Router Death by Vista
Here's a weird one. It seems that Vista RC2 is routinely killing my ADSL router I have a dual boot system (patched up XP Pro vs Vista RC2). Vista seems to be killing my D-Link DSL-500 like...., several times a day while Vista is running. Has anyone else noticed this I'm thinking.... some sort of weird network plug and play thing (which is disabled - by the way) RickW The symptoms sound similar. I will try disabling IPv6 too. BTW: When I went to reply.... the router had hung and needed to be rebooted . ...Show All
Visual Studio Express Editions Can I install C# express on multiple computers?
Can I install C# Express on more than one computer Do I need second registration key [Scenario is that I prefer to use my desktop, but occasionally have no choice but to use portable (typically because son is playing World of Warcraft - arghh!)] can you use the manual install iso to install c++ express to a single computer than use ghost to deploy it to multiple lab computers without having to register it. thanks rick ...Show All
Software Development for Windows Vista Error in Createprocessasuser()
Hello, I am creating a service application in which I am calling a new .exe file when ever I start the service. but beore that I am facing problem in creating a process. I have used CreateProcessAsUser() but it is throwing an error "Error creating process: 1314" is the error can anyone helpme out with this below is my code.... TCHAR *cmdstr; STARTUPINFO ...Show All
Visual Studio 2008 (Pre-release) Animation Exception thrown seems wrong -
mStoryboard.Seek( this , TimeSpan .FromMilliseconds(0), TimeSeekOrigin .Duration ); (SkipToFill doesn't work either) I Created a project in Blend, added a 10 second, 10 frame vid - each frame has 1 digit 0-9. If I pull the storyboard from the resources and do a Begin/Stop sequence and then run the above line of code I get the exception: "The ClockController.Seek method was called using TimeSeekOrigin.Duration as the seekOrigin parameter for a Clock that has a duration of Forever. Clocks that have duration of Forever must use TimeSeekOrigin.BeginTime." The storyboard and MediaTimeline are not DurationForever or RepeatForever. Also - to use TimeSeekOrigin .BeginTime I need to know the duration and I have no easy ...Show All
.NET Development ASP.net Web Site Administration Tool doesn't work at all
ASP.net Web Site Administration Tool doesn't work at all This is first time i click on it then i would get "an error was encountered. Please return to the previous page and try again" I have visual studio 2003 and 2005 installed both the 1.4+ and 2.0 framework are installed What can i do I have the same problem... http://forums.asp.net/thread/1461276.aspx ...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 Alex Te. wrote: Am I posting this question on the wrong forum ...Show All
Visual C# IIS Web Control Panel
Hi, This might be the wrong place to ask, but i'm planning to make it in C#.NET / ASP.NET so here's my question ;) I have a little webserver running using windows server 2003. I have been looking at some webbased server control panels but they are so expensive :( So i decided to make my own control panel. Very limited, just based on the IIS websites. I allready change the logtype of all sites and the ftp to sql logs, so i can get statics from the using some queries. Next step is creating, managing websites and virtual directories but not sure where it start ... i can use iisweb or iisvdir commands but i need the info returned by these commands. For my statics i need the identifier of the websites (the identifier ...Show All
Visual C++ copy constructor compiler bug
It seems to me that I found a bug in Visual C++ compiler. The thing is about copy constructor in context of throwing. As the Standard specifies [15.1 Throwing an exception, points 3-5] thrown object is copied to a temporary object. This temporary may be eliminated if eliminating it only removes a call to copy constructor and destructor for it. But removed or not the type of thrown object must be copyable (by constructor) and destructible (both functions must be accessible in the appropriate context) otherwise program is ill-formed. For testing I used Visual 6.0 (a little bit), Visual C++ 2003 Toolkit, Visual C++ 2005 .NET (both used with options /Wall /EHsc) and Cygwin (used with options -Wall). Here is the first bug. Lets consid ...Show All
Visual Studio Tools for Office Creating Add-ins
I am using Excel quite well, but I want to make something more on Excel. I want to prepare a custom menu, which includes some special statistical functions for special purposes. Which is the appropriate environment to develop an installable add-in in Excel The best place to discuss this would be the excel.programming newsgroup . The specialists there can discuss in great detail what kind of approach is best for your particular needs. When you ask, specify the versions of Excel you plan to support. ...Show All
Visual Studio Express Editions Text Document at start up
In this up i made i need to have a text document start when the app is fired for the first time then not again after that. The setting is saved per user and per version of your application. If you have run the app in the debugger, you can use the "Synchronize" button in the settings designer in order to "reset" the setting to its default value. You don't need to do this in order to publish your application, however - as soon as another user runs the app, it will be the first time for them (on that machine) Best regards, Johan Stenberg ...Show All
SQL Server How to pass a value from a view to a filter in a cube?
I'm trying to figure out how to pass a value from fact view to a filter in a cube. Purpose is to avoid update of cube with a redundant data. I tried to hardcode filter value in incremental processing of a cube and it works fine. For ex. "month > 10" How can I replace the hardcoded value in the filter with a dynamic value, a value from the underlying view Something like "month > getMonth from dbo.ViewXXX" Could it be done in DTS or Analysis services It is a SQL server 2000. Thanx. ...Show All
Visual Studio Team System team build test run error in nightly build
hi i am getting following error when i am running my unit test from team build, please help me to solve this problem. this unit test is running proparly when i am running from test manager and shows me propar result, but its not work well through team build Error message Test method TestProject1.frmCorporateMasterTest.MCorporate_ValidateCorpCodeTestEdit threw exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service ...Show All
