Software Development Network Logo
  • VS Team System
  • Visual C++
  • SQL Server
  • Windows Live
  • Smart Device
  • .NET Development
  • Game Technologies
  • Visual C#
  • VS Express Editions
  • Visual J#
  • Microsoft ISV
  • Visual Basic
  • Windows Vista
  • Architecture
  • Visual Studio

Software Development Network >> c#oder's Q&A profile

c#oder

Member List

Juozas
Erasure
DavidDante
skg1063
RayMan55
harkat1
bergen
kasad
Stephen Graham
barnabya
Jörg Schwalenberg
veni123
CForrester
funti
Friction
RonenP
B_a_s_i_c
Dave Williams
renskemo
qattack
Only Title

c#oder's Q&A profile

  • Windows Forms binding combobox.text not compatible with arrow keys?

    I have a combobox manually filled with a couple of items. I want to bind the combo to a dataset to store the value selected. As there is no datasource for the combo and no valuemember set, I am binding to the text property rather than the selectedvalue. Is this right Whilst this works fine when selecting an item from the combo using the mouse, if I use the keyboard (arrow keys), the text in the combo changes, but the change is not registered with the bindings, so when I come to save, I get a nullexception. I believe that binding to the text property uses the textchanged event which after checking, does not get fired when using the arrow ke ...Show All

  • .NET Development inline query vrs sqlcommand duration

    Hi, I am migrating a client-server application to a N-tier using webservices. Now client connect to the server using webservices which execute queries to a SQL Server 2000 database. The old application was using inline queries (" WHERE CustomerId = '" + customerId +"'";.... Now I am using SqlCommands but I have detected a real slow down in the performance, running a query that retrieves 7000 records for example it takes upto 16 seconds more than older application. I suspected that was because of the XML serialization so I moved to remoting with binary serialization and reduced the time to 8 seconds, still way too ...Show All

  • Visual Studio Team System Version Number

    Hello, how can i make that the Team Build server generates Version numbers. I want that the server generates a new number after every build. For example: 1.0.0.1 first build 1.0.0.2 second build 1.0.0.3 third build and so an help me please thanks Hi Team Build, You can do this by plugging in an MSBuild task to the customactions.targets file available in the TeamBuildConfiguration folder. You will need to put your versioning logic in the MSBuild task and invoke it post build. For now I am pointing you to an MSBuild tasks I came across on the web which can help you do this. However I havent used it or te ...Show All

  • Visual C# How to deploy a dotnet win application WITHOUT DotNetFramework 2.0

    BIG APPLICATION CANT DOWNLOAD RAPIDLY!!!! Hello.I created a setup and deployment project for my windows application and deployed in another machine which doesn't have the framework 2.0 and it is asking for download of framwork. I tried to include the prerequisites along with my application but it is costing heavy memory nearly 22 mb where my application is about 6 mb. Can you tell me is there any way to create a setup application including neccessary files only from framework. Y10 It is p ...Show All

  • Visual Studio Team System How to get target information during running a Test project

    Hello all, I have set up a Team Build Type to build my solution of multiple configurations, such as "Debug|Win32", "Release|Win32", "Debug|Pocket PC 2003", "Release|Pocket PC 2003" and so on. Within the same solution, there is a Test project which perform a BVT test. I config the Team Build Type to run this BVT test after building in TFSBuild.proj as following: ...     <RunTest>true</RunTest> ...     <MetaDataFile Include="$(SolutionRoot)\Main\MySolution\MySolution.vsmdi">       <TestList>BVT</TestList>     </MetaDataFile> ...Show All

  • Visual FoxPro How to play a Windows Media Audio format (WMA) in VFP?

    Hi all, I am now trying to create a small program to play media audio files. I'm now using the MultiMedia ActiveX control (mci.ocx) to play these files but this ocx seems can not play WMA files while this type of file is getting more and more popular to music-lovers. Could anyone tell me how to play WMA files in VFP. Note:I want to play them directly in VFP with MCI control or with some API function that VFP can handle, do not have to use ActiveX of 3rd party (If have to use ActiveX of a third party to play , i can create one for my own in VB6). Do you have the latest codecs installed, right my two cents, ...Show All

  • Visual Studio Team System tfs share point

    i can't add or delete webpart when i try to custimize homepage. I am an admin. how to find out why It seem like my application server can't connect to the database server. i look at the window event. it say can't connect to STS_Content_TFS. I can view the portal ok when customize webpart is an issue. Unfortunately this is a bug in SharePoint. There are several solutions: 1. Use FrontPage 2003 to edit the site. 2. Change the site so that ASP.Net is running with .Net 1.1 3. There is a hotfix being created for this problem. You could contact Micrsoft CSS and get the hotfix for WSS (hotfix 915746). ...Show All

  • Smart Device Development Creating Relationships Between SQL Tables: Foreign Key

    I would like to create a relationship between two tables - much like that demonstrated in the VB Absolute Beginner series (lesson 8). But a CE SQL database does not have the Database Diagram tool in the Server Explorer window. How is this acomplished without the Database Diagram tool Oddly enough I had forgotten about this and moved on to other learning activities. But I revisted it and you are correct. It's just that you cannot invoke it in the same way as if you were designing for a desktop. Clicking the .xsd brought it up and then I was able to drag a new ValidationTableAdapter to my InventoryTableAdapter tab group. Neato! ...Show All

  • Visual Basic no output visible from debug.print(...)

    Hi I create a simple Windwos Form Application, place one button on the main form which executes debug.print("hello") Pressing the button while running the application in IDE generates no output in the Output window. (neither 'Show output from: Debug' nor 'Show output from: Build' Debug is the active configuration and 'Program Output' and 'Exception Messages' are enabled to show in the Output window. My IDE is: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: IDE Standard Does anybody know how to resolve my problem Thanks Reto That's it mac3 ...Show All

  • .NET Development How can I call .NET 2.0 components from .NET 1.1?

    Is this possible As a workaround, I tried to make a .NET 2.0 component COMVisible, and add it as COM  reference from a VS2003 project, but doesn't works. Thanks, Ricardo Stuven. We had success with the following approach: http://dotnetjunkies.com/WebLog/saarc/comments/135635.aspx Parker Whittle ...Show All

  • Visual Studio Team System Request Failed: Unable to connect to remote server

    I've seen several people post this error, but none of the suggested solutions have resolved my issue. This seems very simple to me, so I'm sure I am missing something very basic. I am very new to using Visual Studio for testing, so please bare with me. I have a local ASP.NET 2.0 application that strictly uses Windows security. I have recorded a very basic web test that navigates to one page within my application and that is all. When I run the test, I get a "Request Failed: Unable to connect to remote server" error. I have verified that the proxy setting is blank. I've recorded several other tests against .aspx pages and .htm pa ...Show All

  • Visual Studio crystal report for .NET redist

    Hi, I face the problem on install the crystal report for .NET redist. The insatllation cannot complete and the Error 1935 occor. Can anyone help me on this issue. One more question is do i need crystal report for .NET redist to print out my report in crystal report viewer Thank you. Hello, I had follow the step that provided by the link that u give me before, but i still face the same problem. I'm not sure which version of crystal report i'm using coz I'm using the crystal report component on VS2005. Thank you. Cherrie ...Show All

  • .NET Development Performance of ADO.Net in CLI Console app vs Windows Forms app

    I have been playing with ADO.Net and at first, I created a CLI console application, where I did different things, such as querying the schema collections of a database. I then created a Windows Forms application and did similar things (wrote code from scratch). What strikes me is that some simple calls that took no time under the console app now take a long time under Forms. I use VS C++ and SQL Server 2005 Express on a Win2000 PC and the ODBC provider factory. I establish a DbConnection to the database via ODBC data source, which was manually set up using the ODBC control panel. When I make the simple call: MyDataTable = myDbConnectio ...Show All

  • Smart Device Development Visual Studio 2005 : Entrek CodeSnitch issue

    Hi everyone, I'm using the 3rd party tool CodeSnitch from Entrek. I've been using this tool for my development on eVC++ 4.0. I now have some issues using this tool with VS 2005. The problem that I have is that CodeSnitch seems to make changes to the .exe on the device after I've deployed it to it. Which didn't seem to be a big deal in eVC++ 4.0, but VS 2005 always re-deploys the application when I start to debug it. I couldn't find any option to turn that "auto" deploying behavior off. Does somebody know whether that is possible Thanks, Stefan Hi Stefan, I don't think that there is a totally clean solut ...Show All

  • .NET Development StreamReader.ReadLine() problem

    i have been able to send AT commands to my gsm modem and got their response using streams.. im accessing serial communication port to connect to my gsm modem.. my problem now is when i issue the AT+CMGS="<destination number>" command my app hangs and the modem does not respond the '>' character.. it is as if it does not end reading the stream( ).. i dont know what's the problem with this one. i run it before in .NET 2003 and it works fine. when i upgraded to .NET 2005 beta, thats the time when i started encountering this problem.. added to that.. i think the problem also is with the response of AT+CMGS="<destination number> ...Show All

©2008 Software Development Network