Tom Issac's Q&A profile
.NET Development Password Recovery Wizard Costing me HOURS
I dragged-n-dropped the password recovery wizard into my app. I'm having problems with it. Here's the situation: 1. I Put in a valid user, and it goes to the next page/screen. 2. I put in an INVALID Password Answer. I receive the "Your answer could not be verified. Please try again" message. The FailedPasswordAnswerAttemptCount column is incremented in the aspnet_membership table. I will eventually be locked out of the application 3. I put in the CORRECT Password Answer I still receive the "Your answer could not be verified. Please try again" message. The FailedPasswordAnswerAttemptCount ...Show All
Visual Basic VB2005 manual
G'day I have been struggling with VB2005 express for the past weeks or so. I have made lots of progress by just referring to "VB2005 for dummies" and some VB6 books. Is there somewhere where I can dowload the full Syntax manual and hopefully lots of code snippets on how to do things I have ordered VS 2005 standard edition but the delivery has been postponed for a week in Australia. Going to the launch on Monday, perhaps I can annoy someone there and try to get some info. Charliem wrote: Here a couple of links that I find helpful Visual basic 2005 Language Specification Thank you very much ...Show All
Visual Studio Team System How to Run Tests from MSBuild
Hi every one, I am Running the Tests from MSBuild, and they are running fine. All the tests are executed either Pass / Fail. I am using the exec command provided by MSBuild to run the MSTest.exe command. There is one problem, after the tests are executed the error comes up C:\master.proj(34,3): error MSB3073: The command "MSTest/TestCotainer:Testing1099.dll" exited with code 1. I dont know what happens after the exec command, there is nothing after that. May be a logical error, if someone can help me it would be appreciated. Thanks Sameer If you copy and pasted your mstest.exe command than it looks like you didn't put space be ...Show All
Windows Forms Passing Variables Between Forms
This is probably a silly question to ask here, but I need to be able to pass variables between forms. What I mean is, for example, you open a form that asks for a URL and after you hit the OK button, the function that called it can use the URL. I can use a global variable to accomplish this, but I'm sure there must be a way to do it more elegantly. I know how to do this sort of thing in MFC, but I'm fairly new to .NET programming in VC++ 2005. Any help would be greatly appreciated. Thanks. Johan Cyprich Create a public property called URL. On OK save the entered URL to the property. Set your OK button to DialogResults.OK. ...Show All
SQL Server my first experience distributing the new-built sql db onto client machine?
hi i am new to mssql db stuff. I just developed my first VB.NET application and it uses a mssql database which is hosted locally on my development machine. I built the deployment msi file for my application which can be installed easily on client machine, but have no idea how to move the mssql db with it. the client machine is a laptop with XP Home installed. and it's clean, no other software installed. oh, btw, i use VB.NET 2003, MS Server Service Manager Version 8.00.760 and SQL Server Enterprise Manager. Please help... Microsoft has a full explanation of what to do, here: http://msdn2.microsoft.com/en-us/library/ms16563 ...Show All
Smart Device Development WM 5.0, Dev Emu hangs on KITL interrupt.
I'm using WM 5.0, with VS 2005 beta 2 installed, and DMA upgrade for the device emulator. After building a cloned bsp, and attach to the device emulator, it would hang after starting the KITL Interrupt thread. Dos cmd window: KITL Checking client registrations +RegisterClientPart2: Id 0x00000000 KITL Timer thread started, (hTh: 0x17FFCFD2, pTh: 0x97FF3400) -RegisterClientPart2 returns 1 +RegisterClientPart2: Id 0x00000001 -RegisterClientPart2 returns 1 KITL Creating IST KITL Interrupt thread started (hTh: 0xF7FF1242, pTh: 0x97FF1000), using SYSINTR 18 Enabling adapter ints... PB for WM output: 4294775648 PID:37fec37a TID:57e4dfc2 0x97e0f00 ...Show All
Visual Studio Can I use vss 2005 beta with vs.net 2003?
Can I use vss 2005 beta with vs.net 2003 Will vss 2005 beta2 be standalone and be licensed as just one product LuisValencia wrote: Can I use vss 2005 beta with vs.net 2003 Yes, but remember VS2005 is a beta so you should not install it on any important system Will vss 2005 beta2 be standalone and be licensed as just one product I'm not sure I understand the question. Visual SourceSafe 2005 will be available as part of the MSDN Premium package http://msdn.microsoft.com/howtobuy/vs2005/editions/pro/ According to this web page Visual SourceSafe will also be sold separately so you can use it with other Visua ...Show All
Visual Studio Team System Run configuration problems
There is an element inside the runconfig file called relativePathRoot . This value holds the path to the solution root, so that other paths inside this file can be relative. When executing tests from within the IDE this value is getting reset properly for the machine the solution is opened on. On my automated build server I am building the solutions and executing the tests from the command line, and apparently when you execute tests using MSTest.exe from the command line this value is NOT getting reset to the path to the solution on my server. Is there a way to get MSTest (from the command line) to reset this value properly Thanks. ...Show All
Visual Basic Efficient Threading
Guys, Creating an app that's essentially a Telnet server. At the moment, I've got two threads: 1) Listens for connections and accepts them 2) Checks to see if any clients have sent data that is waiting to be read. Is that enough for a basic Telnet server, considering that I may have up to 2000 connections online at once Or should I have a thread for each client Cheers, everybody! Will WIll everyone here is not a guy. There is an advanced technique called connection pooling You don't keep 2000 connections you create just enough connections to handle what is actually transpiring at the moment. ...Show All
Visual Studio Team System Logical DataCenter - Newbie
Today is my first look at this and I've added zones and servers but I'm having some troubles importing the settings from those servers. For example: I highlight the server, go to Settings and Constraints box, right click "Logical Server Settings" then "Import Settings". It looks like it works but some of the settings it pulled are NOT what is set in IIS. One example is the sp script timeout is set to 300 on the default website of this box, but it tells me it's at 90. Any ideas Thanks Basin, Thank you for the post. Product team has reviewed it, and it looks like this is a bug. T ...Show All
.NET Development Framework 1.1 Oracle .NET Data Provider -> CommandTimeout?
Hello, does anyone know if there is a possibility to set a command timout for the Oracle .NET Data Provider like for the SQL-Server with SqlCommand.CommandTimeout Thanks in advice! Best regards, Kris Are you sure the Oracle Command doesn't have this property I don't have it available right here, but CommandTimout is a member of the IDbCommand interface. If the Oracle Command implemetns this interface -which is very likely imho-, it should have this property as well. ...Show All
Visual Studio Team System WSS Plugin failed when creating a new project.
v 2005 beta 2. This is the log file.. Any Ideas 08/05/2005 02:30:18.812 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://estacion15:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 08/05/2005 02:30:19.328 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0,515625 seconds 08/05/2005 02:30:21.625 | Module: ELeadServiceMediator | Template Information for domain "estacion15" retrieved from eLead web service | Completion time: 2,296875 seconds 08/05/2005 02:31:17.312 | Module: Engine | Retrieved IAuthorizationService proxy | Comp ...Show All
Visual Studio Team System Random thoughts...
Made in notepad as I was playing with the product... In data generation plan, there is no way to "Select All" or "Unselect All". Even support of CTRL-A would be nice. Can't copy and paste values out of the Data Generation Preview. Changing "Rows to insert" doesn't seem to have any effect on what is in the Data Generation Preview window. Maybe I just didn't play with it enough. Can we have an option just to generate Insert scripts rather than doing the inserts behind the scenes for us Error highlighting - I have lots of errors in my Error List relating to my schema objects. (The error is &qu ...Show All
SQL Server multiple instances of Reporting Services - is it possible?
Hi there, is it possible to host multiple Reporting-Webs and Reporting-Databases on a single Server What I want is to create two virtual directories http://myserver/reports http://myserver/reports_internal and each web points to a different Database with different reports. Best regards Markus It would be very helpfull if you could tell me how this work! Thanks Markus ...Show All
Windows Forms Not everything loading up on execution?
So the new .NET 1.1 is cool and great, but I have a question; A v1.1 application appears to startup quicker than a v1.0 application. I've noticed this in an application that we are working on that we have transferred over to v1.1 before its completion. Is the faster startup due to not loading all of the system classes or methods until ...Show All
