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

Software Development Network >> RadekP's Q&A profile

RadekP

Member List

djperegrine
JMarkHowell
easyjiggle
jrc0311
nark
bpsmicro
pradm
CodeKracker
prakash_iisc
Angelms
Matthew Maddin
cdisdero
Jiongxiong Chen
Nate Cook
Simon Harriyott
SQLMcp
czp
Robert McArthur
David100
Eric Lewandowski
Only Title

RadekP's Q&A profile

  • Visual C++ VS 2005 MSVCR71.dll problem

    Hi endasil! > The strange thing is that the only compiler that has existed on that > computer is visual studio 2005, and i don't have visual c++ 2003. I open > the project with visual studio 2005 and choose rebuild, but it still > complains on msvcr71.dll Maybe you are linking against a 3rd-party LIB which was build with VC7.1 and therefor required the "old" DLL -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/ The strange thing is that the only compiler that has existed on that computer is visual studio 2005, and i don't have visual c++ 2003. I open ...Show All

  • Visual C# Error:Not all code paths return a value

    The following method is supposed to get data from database, store them in an array, and then return it. But somehow error of "Not all code paths return a value " occured. Pls help me with this, your help is greatly appreciated! (note:DBClass etc. are class made by me, which works well without problem) public ArrayList querycolidbyupcolid() { try { DBClass db = new DBClass(); db.ConnStr = ConfigurationSettings.AppSettings["cstr_article"]; db.Sql = "select colid from webcolumn where upcolid=" + _upcolid; db.readerData(); ArrayList s = new ArrayList(20); while (db.dr.Read()) { int ...Show All

  • Visual Studio Team System Ghost projects

    2 weeks ago I had some problems creating projects from a remote location. The problem never really got solved but I can live with that for now. The problem is that the few times that I tried creating a project, the process halted with an error saying that it might not have been able to roll back all changes. Now my question is. The projects that I created doens't show up in the Team explorer but Source Control has entries for the projects and I'm not able to remove them. Likewise if I look in security settings new users was created for the projects. As with the Source control project I'm not able to delete them as well. Does anyone hav ...Show All

  • Visual Basic Question concerning Visual Basic and online php(and cgi) apps

       I'm trying to make a application in Visual Basic that would interface with an online php/cgi program.  Ok, don't laugh at this, but the online app is a game and what I wanted to make was a program that would instantly tell me when other players were on (something that the online version already does except the instant part).      I want the program to be able to access my account and to input the standard commands available to the game online, except that no loading of the page is required.  And it's a war game, so letting the screen sit idle for too long could mean that I'm being attacked, but ...Show All

  • Visual Studio Team System Error 28100 & ActiveDirectoryObjectNotFoundException

    I'm receiving the following error on install of TFS Beta 3 Refresh. I'm doing a single-server install on a clean WS2003 Standard SP1 virtual machine. The network admins tell me the machine is in a Windows 2003 native domain. The domain has a two-way trust with an AD domain, but no AD resources (machines or accounts) are from the AD domain. How can I resolve this error Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3000 Date:  11/14/2005 Time:  11:43:07 AM User:  N/A Computer: SC-TFS2 Description: An unexpected condition has occurred in a Team Found ...Show All

  • Visual C# Combo Auto Complete ?

    como fazer em WindosForm que meu combo se torne autocomplete looool i thought to answer your post in arabic but anyway select your combobox and click f4 scroll down your properties you will find few properties for autocomplete play with them till you get the result that you want hope this helps ...Show All

  • Visual Studio Team System Release of Team Foundation Server?

    Not sure if I missed this somewhere, but did they announce the release date for Team Foundation Server Hey Brian, I definitely understand (I'm in the business too), and believe me, rather have stable than earlier. But this is shaping up to be a fantastic product, so don't mind me if I get a little anxious :). Joe ...Show All

  • SQL Server Is it possible to skip all steps following the script task results (Step 1) in a For Each container?

    Is it possible to skip all steps following the script task results (Step 1) in a For Each container. I am iterating thru all the files in a For Each container and parsing a few lines of the file and based on the result I want to force the For Each loop to get to the next file instead of executing the next steps. Is it possible to force the for each loop to get the to the next file if the test criteria in the very first step (Script Task) fails. Any inputs will be much appreciated. THanks, MShah Absolutely. Depending on the results of your script task processing, set a boolean variable accordingly. ...Show All

  • SQL Server Replication Deadlocks

    Hi All, I need to get some assistance with some replication deadlocks im getting. We have two servers, which push information between each other, which I have a hunch could be a cause. Basically I keep getting the 'Agent Retry' Alert from SQL: DESCRIPTION: Error: 14152, Severity: 10, State: 1 Replication-Replication Distribution Subsystem: agent SQ01-EMS-SQ02\UK-183 scheduled for retry. Transaction (Process ID 68) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. When doing some googleing, I found the Trace Flags and setup flags 1204 and 1205, but they dont give me ...Show All

  • SQL Server Webservice Task Input

    I want to dynamically pass values to the input value of a Web method to return values to a webservice. I have tried using expressions, put there is no available property for an input to a webmethod. Help! This issue has been taken care of SQL Server 2005 Service Pack 1. The Webservice Task Input page contains now a check box which enables the user to use a variable as an input for webservice call parameter. ...Show All

  • Windows Forms datagrid.refresh() doesnot work !

    Hi, Datagrid.Refresh() doesnot work. we are working with .Net ver 1 (beta ver). When a row deleted from datagrid ( click row header then press delete key), that row removes from the datagrid even if the database rejects deleteing that row ( database raised an error). Because the datagrid removed it before database validation.  I tried to refresh datagrid using m ...Show All

  • SQL Server No grouping?

    Hi to all! To count(something), it is usually required to use a group by function, however, that is not applicable in this case: I would like to select records that have similar values for 'col2' and 'col3', given a certain 'col1', and how many records each 'col1' returns. The following example hopefully makes it clear. The table: Col1 Col2 Col3 ------------------------ s1 A B s1 C D s2 A B s2 C D The result should be: col1 col2 col3 Expr --------------------------------- s2 A B 2 s2 C D 2 I had figured out the not-working-query: SELECT *, count(col1) FROM table as t1 INNER JOIN table as t2 ...Show All

  • Visual Basic Size in bytes of a boolean

    How do I get the size, in bytes, of a boolean variable It appears to be a single (1) byte by empirical testing, but the documentation seems to imply that it depends upon the 'implementing platform'. (for example, an IntPtr has a size property, which returns the size of the pointer in bytes). I can't imagine a world in which anyone would need more than one byte to impliment bool.  It only needs one bit, there are only two values.   ...Show All

  • .NET Development MMC 3.0 SDK

    From the MSDN site there are several samples and documentation about the new managed MMC 3.0 extensions. I tryied to look in the april platform SDK (the last one I found) but there isn't any MMC 3.0 sdk. Does somebody knows where can I get it Thanks, Pierre The new managed MMC SDK has not yet been released. The documentation is available online but the SDK itself containing the Microsoft.ManagementConsole assembly is not publicly available. When it is made available you should be able to get it as part of the Platform SDK as usual. Cheers, Kenny Kerr Microsoft MVP http://weblogs.asp.net/kennykerr/   ...Show All

  • Smart Device Development MySQL General Error

    Hi, I need a pocket pc app to connect directly to mysql server, so I have downloaded the mysql.data.dll from mysql site. With windows applications it connects to the server just fine, but with pocket pc I see Additional information: Could not load type 'MySql.Data.MySqlClient.MySqlCommand' from assembly 'MySql.Data, Version=1.0.5.13785, Culture=neutral, PublicKeyToken=C5687FC88969C44D'. the dll is copied to the device, so I don't know what the problem is. Anyone had this problem too This one seems to have NETCF version: http://crlab.com/mysqlnet/ ...Show All

©2008 Software Development Network