theplastictoy's Q&A profile
Visual Studio Team System Web Test: error 400 Bad Request?
I am connected through our internal network to the server hosting the webservice. If I remote into the Server and bring up web service asmx page, I have the option of entering values and invoking the specific method. I copy n' paste appropriate values in the textbox, click Invoke, and it's successful. If I use the very same data on my machine, then run the webtest, it fails with error 400 Bad Request. Are there any issues with the webtes ...Show All
Smart Device Development Gprs/EDGE connection problem
I have a problem when i use a gprs connection. Sometimes it works fine, but sometimes there is a problem. I use VS2005, i develop in C# and my smartphone is a SPV C600. I use the connection manager (of OpennetCF) to connect my smarpthone by gprs, and when i'm connected, I log in to a ftp server. After this, I send pictures by upload to this server. But sometimes, i have this error : "couldn't open passive data connection, no DataConnectio ...Show All
Visual Basic Programming multi channel sound card
Hi, I am trying to write an app that can play different sound on different channels of a sound card. For example.. when i click on a button1 it will play one.mp3 in channel1 of the sound card...and when i click on button2 it will play two.mp3 and so on....up to 8 channels... I have been searching the web for this...but there are no information on this. It was supposed to be a simple app but it seems not that easy to me...... ! Any ideas anyone t ...Show All
Visual Studio Team System TFS Beta 3 Data Tier installation
The install guide says that the SQL2005 install has to be the default instance on the data tier server. We'd like to install the data tier on our existing server which is running Sql 2000 (for Biztalk 2004) by adding a Sql 2005 instance. Is there any way to get TFS Data Tier to use a named instance instead of the default one Okay, thanks Allen. We went ahead and installed it in single server mode instea ...Show All
Visual Basic Unable to create ASP.net(C#) project
Hello Guys, Unabel to create or start a new ASP.NET Web Application from the project selecting window. I cannot insert the print screen of the message. Below is the error message i got as it as. "Visual Studio.NET has deteceted that the specified Web server is not running ASP.NETversion 1.1. You will be unable to run ASP.NET web applications or services" OS : XP pro. I have installed .NET 2003. I have also installed IIS. Pl ...Show All
Software Development for Windows Vista New Windows Vista Developer Story: Search & Organize
As promised, the latest chapter in the Windows Vista Developer Story has been posted on the Windows Vista Developer Center . Abstract : Learn how to improve your Windows Vista applications using built in support for Live Icons, Rich Preview, Search Folders & Stacks, extending Search to new data and file types, Navigation & Filter Controls, improved Search & Indexing, Filtering, Data Sharing, and Breadcrumbs. Link : ...Show All
Visual Studio Express Editions system hangs?
A search for related questions, etc. turns up nothing useful. Some time after installing MS VB 2005 Express Edition, my system started freezing up, requiring a cold boot every few minutes. So I uninstalled using the recommended tool. My system recovered 100%: no more freezing. Then I reinstalled. For now, things seem to go all right. My question, before it is too late to ask: how can I as a user _document_ these system hang-ups I ch ...Show All
.NET Development Beta2 Documentation
Hi all, I can't seem to find the .doc files (e.g. Unmanaged Metadata, Hosting I/Fs, Profiling, etc) in the BETA2 distribution. I did notice that the unmanaged API's are "somewhat" documented in the MSDN online documentation, but not complete. It would be nice to have the full blown word docs for the unmanaged API's as they are more complete. Anyway I can get them Are they online someplace Dave.NET ...Show All
Visual Basic R
Hi, I am using VB.Net 2.0 and have connected to Microsoft Access but having trouble running a query as it uses * as a wildcard, but when I run it in .Net it returns nothing as needs to have %. The solutions I can think of are: 1) If I was able to extract out the actual SQL string from the MS Access query from my code then I could do a Replace("*", "%") then would work - but don't know how to extract the SQL string. ...Show All
Windows Forms VS 2003 and framework2.0
Hi, How can I point VS2003 to framework 2.0 I have both 1.1 and 2.0 installed on my development machine and for some reason I cant install VS2005. How can I point VS 2003 to 2.0 framework. In this scenarion, will I be able use new features of 2.0 such as datagridview, enhancements in ADO.net and other new features Thanks, I am very sorry but you are not going to be able to get Visual Studio 2003 t ...Show All
Visual Studio Express Editions How do I host my VWD website? Do I have to use Micorsoft's server software like SQL Server 2005?
How do I host my VWD website Do I have to use Micorsoft's server software like SQL Server 2005 Are there any other options available to me Michael Non Microsoft in what way Why on earth do you need 1024 terabytes of traffic I doubt you'll find any cheap hosting at that sort of level, no matter what you write your app in. I'd imagine all major hosts would be offering ASP.NET 2.0 by now. I've just done the math - you want to serve 42 ...Show All
Visual Basic Enumeration of My.Resources
Hi! I am looking for a way to enumerate resources programmatically. I have found a way in the .NET 1.1-style (which I present here), but I would like to make use of the functionality of .NET 2.0. Example: A resource "ErrorsRes" contains a couple of string. I'd like to create a textbox, which enumeates the name and values of the elements in "ErrorsRes". In the philosophy of .NET 1.1, the following is a working example: Dim my ...Show All
Visual Studio 2008 (Pre-release) DataContractSerializer Configuration Error
I'm running the following code: Uri baseAddress = new Uri(" http://localhost:8080/OxfordCRMWCF "); //Instantiate new ServiceHost sh = new ServiceHost(typeof(AddressTypes), baseAddress); sh.AddServiceEndpoint( typeof(IAddressTypes), //contract type new WSHttpBinding(), //binding type " http://localhost:8080/OxfordCRMWCF/ "); //the endpoint's address //Open ServiceHost sh.Op ...Show All
Visual Studio How to set up a network install point from the VS2005Pro discs
Hello, We want to copy the VS2005Pro installation image(s) to our corporate file server to allow easy installation by users from the network. This seems to be a lot harder than it was in 2003: a) if you have a Disk1 and a Disk2 folder, Setup won't allow you to switch to the Disk2 folder (or browse at all) when it finds that a file is not in the originally provided path b) creating a single directory with the contents of Disk1 and Disk2 l ...Show All
.NET Development Overwrite one section of binary file
Hi! I have a binary file that contains strings one after the other and I want to replace a string at offset x. The existing string is, let's say 10 bytes long, but the new one is 12 bytes long. How do I replace the old string at position x without overwriting the first 2 bytes of the next string and without rewriting the entire binary file from offset x. Thanks already in advance! If the SQL server setup is not too big I might do it that ...Show All
