Flanman's Q&A profile
SQL Server Running Total cursor
I have two tables. ID table that has these fields Code_id,YearPeriod, ReachedDate fields. And table Amount that has Code_id,Amount,Date fields. What I need to do is write a cursor that when the amount.Amount adds up to $100.00 it Updates the ReachedDate in the ID table to the amount.date fields value of that record. Any help would be greatly appreciated. You shouldn't need a cursor. Try this instead, first create a view to give the totals ...Show All
Visual Studio Remove MFC help as default F1-match
When my cursor is on an SDK api name and I hit F1 to get help on parameters etc, the document system tends to bring up a page matching an MFC method of that name. For instance, if my cursor is on TrackPopupMenu, and I press F1, the help system shows me CMenu::TrackPopupMenu. This is simply daft, I don't use MFC in this project, and it makes the help system simply unusable for me, as it forces me every single time to search for the en ...Show All
Visual Studio 2008 (Pre-release) Support of brokered authentication to Internet
Hi I have several services running in internet; the applications using the services have to do a lot of calls to these services. I need authenticate or at least identify to the application doing the calls. I had thought to use a Security Token Service (STS) to avoid validate each request. What is the support of WCF to this issue I’m not thinking in WS-Federation because I have a single STS. Thanks in advance Javier ...Show All
Smart Device Development no website is configured at this address.
Hi all, I am trying to build a basic web service from a Pocket PC 2003 SE Emulator that prints "Hello World" in a textbox after a button click. I tested the web service in IE and Mozilla and both work fine. The URL I type in is like: http://(IP Address):8080/Service.asmx I installed ActiveSync 4.0 after that and managed to connect to the Internet through the mobile device. However, when I used the URL above I get this message in the po ...Show All
Windows Live Developer Forums Can you point me to an MSN Messenger forum (non-developer)?
I have an MSN Messenger question that appears to be outside of the scope of this particular forum (non-development question). However, I can't seem to find an MSN Msgr-specific, non-development forum. Can anyone point me in the direction of a proper forum to post my question. Any assistance would be appreciated. THANKS! I have found the newsgroup microsoft.public.msn.messenger ...Show All
Windows Forms Outlook 2K Error when starting up
The procedure entry point StrTokEx could not be located in the dynamic link library MSOERT2.dll That is the error message, I have searched high and low for the answer but only found 4 sites and in all of those sites this is listed as a&nbs ...Show All
Windows Forms "working" progress bar
Hi, i need some advice. I have a form which is being filled up with data from a database. Whilst it does this, i want to display another form that i have created as a working/progress bar on the top to show that the program is still working. I know i cant call the working form from the main form, as that locks it up whilst the working form is open. I tried putting the working form in a seperate thread, however the result of this is that it no lo ...Show All
Windows Live Developer Forums not well-formed (invalid token) error
I keep getting this error that crashes my program: not well-formed (invalid token) at line 1, column 1945, byte 2017 at /usr/local/lib/perl5/site_perl/5.8.7/i686-linux/XML/Parser.pm line 187 What does this error mean and is there a workaround Looking at my log files, my initial impression is that the api chokes on special characters in html, and this in turn crashes the api. Thanks for any help. C'mon ...Show All
Visual Studio Team System How to migrate VB6 source code in VSS to VSTS2005
We are planning to migrate more than 400 forms and 1000 class from the VB6 in VSS to the VSTS. After the migration, can the development team still work in VB6 or they have to move to VB.net Besides that, pinning and sharing of the existing project will be broken after migration. Somebody mentioned that some freeware software can help out on this issue. Do you know the name of the software. OR. You have better solution for that Tim Wong ...Show All
Visual C++ Importing class from dll
Hi My problem is that I cannot import a class from a dll without an import library. Thank You, Attila. I removed WINAPI, and now it works. typedef int (* _writeSerialPort)(int numberOfBytesToWrite, char* data, unsigned long *bytes_sent); but there is still one problem: Untill now, the program worked, only the debugger stopped it with that error message. So it sad it wrote 1 byte to the serial port, or it wrote ...Show All
Visual Studio Team System FxCop standalone for 2.0
When .Net 2.0 goes full production release and Visual Studio has FxCop embedded in it, will MS still dev and support a standalone FxCop Yes 1.34 will be released in a couple of weeks. See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=97800 for more details. Regards, Jeffrey ...Show All
Visual Studio Express Editions vb6
Where, oh where, is a free download of vb6 I am taking a class that is going to teach vb6, but the book for the class was only available used. Therefore the s-ware that WAS bundled with the book is no longer. I specifically need vb6, and was unable to find the download on ms.com. My textbook says it is available from ms for free. I need a rather specific answer, and thanks in advance from a novice! Not only is t ...Show All
Visual Studio 2008 (Pre-release) Phantom Build Errors February CTP
Since installing the February CTP I find my application fails to build and Visual Studio (Express Ed.) reported the following build error; "Error 10 The name 'MyApplication' does not exist in the current context C:\ExampleApp\ExamplePage.xaml.cs" Immediately building the software after the error has been reported is successful. Has anybody else found this problem ...Show All
Visual C++ Error while compiling (C2664)
Hi, I have this piece of code which I am trying to compile in VS 2005. ///////////////////////////////////////////////////////// TCHAR * strGuid = NULL; UUID myUUID1; UuidCreate( &myUUID1); UuidToString( &myUUID1, &strGuid ); ////////////////////////////////////////////////////////////// This compiles OK in VS 6.00 but it gives an error in VS 2005 (The project setiings has _UNICODE & UNICODE defined). An ...Show All
Visual Studio Team System I was connected...
I have Team System installed on another computer. I was happily connected to my team foundation server. I tried to create a new project. I got the Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException which others have been receiving. The hint's on resolving that issue were to log in as TFSservice and try to create a project. I removed my server from the list. Now I cannot reconnect. When I restart VS, the team explorer shows that it is ...Show All
