mjturley's Q&A profile
Visual Basic Server requirements - May be off topic . . .?
My apologies if I am way off topic here. I am familiar with Linux servers and using Perl etc. I am familiar with VB - was VB 6 now VB2005 - using VS2005 I am not familiar with using VB for web based applications which I would like to do. Can anyone direct me to a good "concepts" tutorial to help me migrate from Linux to Windows based servers. Also, does anyone have any suggestions as to good but economic server hosts I can look at that will support .net applications TIA and sorry again if too far off topic. As this is off topic and is specifically related to ASP.NET I'd probably point you in the direction of the asp.net forums http://forums.asp.net These guys/girls should be able t ...Show All
.NET Development Wants to create an application which run in background
Hi, I have to create a application that runs when client starts his computer for autoupdates Can anybody pls help me how should i start my application in background when user starts his machine Waiting for ur reply Thanks, Nilesh Nilesh Ingale wrote: Hi, Wants to create an application which run in background for this is there any other option And one more thing if i create a windows service is it run on every platform means windows 98SE, XP.... The scenerio you have, Window Service is best solution for it, No other project template will give you a better reult in what you want (Background Execution). You can use Windows Applicaiton too but you'll have to programmatically hide t ...Show All
Visual Studio Team System Test List Results and Reporting
I am wondering about how to track the results of a test list containing a number of manual test cases In other words, if I have say 10 different scenarios created in 10 test lists, where can I see the total number of test cases that I need to run Also, if I only select 1 test list to execute (run) at a time, is there somewhere to see the overall project solution execution statistics PM's would like me to report on progress based on how many test cases are run based on total available and also how many have passed or failed of those that have been run. Not sure how to get these statistics out of Team Suite for Testers. Anyone know how to do this Hello, You can see the total number of test cases just by checking the checkbo ...Show All
Software Development for Windows Vista Can anyone tell me why Vista RC1 can't go to the correct webpage when we click HTML file by using Record Drive?
Hi! We have found one interesting thing: if we want to open the HTML files which are stored in the disc by using Record Drive, we always get the wrong URL such like "C:\users\administrator\appdata\microsoft\windows\burner\burner\xxx.html" . Could anyone help us Thank you very much! Hello XiaoYang, How are you attempting to open the HTML files Please provide as much detail as possible. Also can you provide more details about how the html files were created Things such as the tools used to create the html files Can you put the same disc into an XP machine and reproduce the problem Thanks Louis Shanks ...Show All
.NET Development TCP Listener issues .. Please help..
I've tried to make a simple TCP Listener, but keep running into a few problems that I don't know howto resolve.. First the code: Private Sub StartListener() 'Dim ipAddress As IPAddress = Dns.GetHostEntry("localhost").AddressList(0) 'Dim ipAddress As IPAddress = Dns.GetHostEntry("localhost").AddressList(0) 'Dim myListener As New TcpListener(ipAddress, portNumber) 'myListener.Start() myListener = New TcpListener(ipAddress.Any, portNumber) myListener.Start() AddMainChat( "*** Ready for connection on Port " & portNumber & "..." ) isConnected = "yes" StartButton.Text = "Stop Server" While True Try Dim tcpClient As TcpClient = myListener.AcceptTcpClient() AddMainC ...Show All
SQL Server Obscure error while attempting to install SQL Server 2005 SP1
I successfully installed SQL Server 2005 SP1 on one PC. When I attempt to install it on a second PC, however, I get the following obscure error: Unexpected Error Occurred The following unexpected error occurred: That's right, there's nothing else listed, other an OK button. D'oh! When I press the OK button, the following error report dialog box appears: Hotfix.exe A recently applied update, NULL, failed to install. There are no pending updates that I'm aware of, as I just booted the PC. I sent the error report. I notice on this particular PC that the SP1 install EXE is expanding/writing to an external SCSI drive; would that make a difference I don't see a way to specify a different (i.e., internal ATA drive). A ...Show All
SQL Server SQL Express Failed Login & Service Restart
Every so often I get an error when I pull up an ASP.NET 2.0 site using SQL Express. It tells me that the login failed. If I go into the server's administrative tools > services and restart SQL Express and then refresh the site, it works just fine. Is this some sort of bug or memory issue Does the application need to connect every so often or end up falling out somewhere Thanks The message is coming straight from the server. How do I determine what is going on from there My connection string looks something like this - connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=ClientDB;Integrated Security=False;Connect Timeout=30;User ID=SQL_User;Password=*****;" ...Show All
Visual Studio Express Editions concerning media player
renee where do I post pause button code It's described here. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049186&SiteID=1 I'm not the only one making the request. ...Show All
SQL Server SP2 y SQL Native Client
Hello. Does anybody knowk if it's necessary to upgrade Sql Native Client to conect to a Server when you has upgrade it to Sql 2005 SP2 That is to say, can you conect to a Sql server 2005 SP1 and to a Sql Server 2005 SP2 from a client with the same Sql Native client or you have also to upgrade it Thanks. You should be fine to connect from sqlncli 2047 to sqlservr 3042. You can apply SQL Server 2005 SP2 on your desktop even if it only has sqlncli installed. The SP can detect which component to upgrade. Please let us know if you see any issue. ...Show All
Visual Basic Visual Studio Launches Command Prompt on Build
Hey, I just noticed that my visual studio launches a command prompt on build, I just now noticed this because I set my command prompt to load up in full screen mode and now when I build it blinks black across my screen. Is there a reason visual studio needs a command prompt to launch When you tried it with windows apps, where there just Windows Apps in the solution, or did the solution also contains ASP.NET apps Are you running VB only apps or are you also using C# ...Show All
Visual Studio 2008 (Pre-release) Databind Child Object
Hi, I have an object called Product and that product as a property of type List<Photo>. Photo is an object with an URI and a few more properties. What I want to do is in the DataTemplate access the first Photo of each product. I have something like this for the other properties in the Product Object: <GridView x:Key="gridView" AllowsColumnReorder="True"> <GridViewColumn Header="Tipo de negocio" DisplayMemberBinding="{Binding Path=TypeOfBussiness}"/> <GridViewColumn Header="Tipo de imovel" DisplayMemberBinding="{Binding Path=TypeOfProduct}"/> <GridViewColumn Header="Tipologia" DisplayMemberBinding=& ...Show All
Visual Studio Team System Can not add counters in load test
Hello. I've add record of remote computer to "counter sets mappings". Select there "ASP.NET", ".NET Application" and "IIS" categories. After I've add Custom Counter Set in Counter Sets named "Custom1". In Custom1 I call popup menu and select "Add Counters..." there. In displayed window I select name of remote computer. But after some time I receive a messagebox "Cant read performance categories for computer [ computer's_name ]". Remote computer has no installed VS. Also it not in same domain with my machine and there is no my user's acaunt. Please tell me, should I install VS (or some it's part) to remote computer Should both machines be in same damain Is it necess ...Show All
Smart Device Development How to turn on/off flight mode on smartphone
Hi, all: Can I turn on/off flight mode on scheduled time by code Is there any APIs to turn on/off flight mode Thx! Hi Yes, there is: use the extended TAPI API lineSetEquipmentState (hLine, LINEEQUIPSTATE_MINIMUM) The API CeSetUserNotificationEx can be used to implement the scheduling. ...Show All
Visual Studio Express Editions Media Player in the Toolbox.
During my experiment with Visual C++ 2005 Express Edition, I deposited Windows Media Player into the Toolbox Component section, and used it successfully like any other tools. I do have nevertheless problem with the related Help system. I would like to have F1 to show the descriptions of the methods and properties of the Media Player (like I have it on other tools.) I do have Media Player SDK. Please instruct me how can I make Media Player tool to behave like the other tools Thanks for any guidance. Don't kill the patient, it is now visible by people that frequent the Visual C++ Express forum. Not exactly an Express kinda question but I dare not move it again. Windows Media player uses a COM inte ...Show All
Visual Studio Express Editions HELP! HELP! HELP!
Hi im new and heres my problem: I want to create a program where you can create accounts and log in (somekind of password protected database) and see data of accounts and stuff like that. where do i start and do i have to do ok: I figured it somehow out myself! I only got 2 problems: 1.: I dont know how to show the data. 2.: (!) Can you tell me what i have to do so user can save what they did Example: He adds information and wants that its still there when he opens the program next time. thx Leo! ...Show All
