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

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

LordHits

Member List

Jung Yi
arvind_cv
Gosovic
deumber
fprintf
Mr. Bob Dobalina
Jarvism
SpinyNorman
Alfonso1912
Chard-Fi
Bramin
ostrovia13
shahram90
Christiawan
gisem
MLynch
ND..
villupuram
Arash66451
Panks
Only Title

LordHits's Q&A profile

  • Visual Studio Team System Test data for Team System which shows how it should work

    Can you supply test data which can be loaded into team system (ie, users, work items, source code, test cases, etc) to show how the system should be working when in use Now if there was only a VPC to VMWare converter... ...Show All

  • Visual Studio Team System Wrong task list on checkin

    Here's a strange one for you that I find no reference to in the forums. I have multiple projects each with their own workspace let's call them Project A and Project B. If I have checked out a file for edit in Project B and then go to check it in and select the work items button to associate the check-in with a given task(s). The tasks that are being shown are from Project A not from Project B where I have checked the file out. The title of the check-in window when I select work items is (Project A/Team Queries/My Work Items). Has anyone else run across this In asnwer to my own question! It is an issue (bug or by design) in the de ...Show All

  • Visual C# Validation Philosophy

    I am working with a Winform in VS 2005. I have been reading some books lately that say that using the error provider and checking it when you save or exit a form is a better, (less intrusive) way of doing validation than putting up dialog boxes. I see the wisdom to it but I wonder what should happen when you have many records in a form That is, lets say I have a winform with the Standard menu and toolbar on it that VS creates automatically, but lets also say that this form (a detail form) has many rows. With regard to validation, how should it be handled Should I wait until save or exit is selected If so, telling the user that there a ...Show All

  • Visual Studio 2008 (Pre-release) am finding some problem with invoking a web service written using WCF.

    hi, I have developed a web service in WCF and its working fine on windows xp sp2. when i run the same code in windows 2003 server then i get some error when my client tries to invoke the web service that is hosted in the IIS. The error is as given below: 1. The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. The above error occurs when i set the authenticationScheme = "NTML" in the app.config file on the client side 2. The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The server authenticati ...Show All

  • Smart Device Development Compiling with Shared MFC DLL support causes CoCreateInstance() to fail

    Compiling with Shared MFC DLL support under VS2005 causes the following CoCreateInstance() call to fail with E_NOMEMORY. Compiling with static MFC support eliminates this problem. We have tried things such as moving the MFC 8 DLL's to from the application-specific installation folder to \Windows on the offending device, and the error still occurs. This error only seems to occur on certain 2nd edition devices (e.g., a Dell Axim X50). It does not occur on a 1st edition device, even when the MFC 8 DLL's reside in the application-specific installation folder. We are using VS2005 to target PPC 2003 at this point.  hr = CoCreateI ...Show All

  • SQL Server Whats the business value of Postbacks in Parameters??!!!

    Dear Anyone, I fail to see the business value of the postbacks that happens on report parameters. Say for example we have a report that has 12 parameters. All parameters uses 3 different data sets to set their respective contents. 3 of those parameters are cascading parameters. It is understandable to have post backs that would involve those 3 parameters. But instead, all of the data sets in the report parameters section refreshes themselves by invoking their data sets to requery the data from the daabase server. This translates to several round trips depending on how may times the user has invoked the cascading parameters. Business ...Show All

  • Software Development for Windows Vista sdk install failure on Win2003 security warning dialog

    Hi, When the SDK Setup Wizard attempts to launch WinSDK-x86.msi Windows 2003 presents the following window. --- - Security Warning The publisher could not be verified. Are you sure you wan to install this software Name: WinSDK-x86.msi Publisher: Unknown Publisher <Install> <Don't Install> --- I click "Install" and the SDK Installer immediately goes to the "Installation Failed" state. Is there a way to deactivate the publisher check I've looked through Administrative tool "Local Security Policy" and Control Panel "Internet Options" and it doesn't seem immediately o ...Show All

  • Visual Studio Team System ? How do you add items to the "Area" list ?

    When you create a bug (using the "Agile Development" template), in the classification group there is a drop-down list item called "Area". The only thing in the list is the name of the root project. How do you add other things to this list Is it through editing "Development Project Plan.mpp" or "Test Development Plan" with Microsoft Project If so, is there any way to add items without using Microsoft Project Thanks for any help! [EDIT] Nevermind - I found the "Team Project Settings|Areas and Iterations" dialog. In the team explorer, right-click on the Team Project in question and choose "areas and i ...Show All

  • SQL Server Sql Server internal error

    Hi There Ok i have a piece sql, a pretty complicated select statement. When i run the select statement no problems. As soon as i put the EXACT same select statement in a view and select from the view i get a sql server internal error. I know that one can get these errors when you have subqueries in group by clauses and so forth , but i have never seen this error when you can perform the sql but only get this error when it is in a view. Can anyone help me on this one Thanx Hi Umachandar FOund the problem http://support.microsoft.com/default.aspx scid=kb;en-us;830466 You were right i need service pack 4. Thanx ...Show All

  • Visual C# Running a procedure in background !

    Hi, I have a procedure that takes 5 minutes to run, it is called every time that a certain page is called(web project C#) but it takes to much time to the page to load, and it's a nonQuery is there a way to continue the execution without need to wait the procedure finish Thanks This is the code of my program. public void atribui_valor( string cliente, string segundos) { string sql="ADDLOCALIDADE"; SqlCommand cmd= new SqlCommand(sql, conn); conn.Open(); cmd.ExecuteNonQuery(); conn.Close(); } And this the procedure.. PROCEDURE ADDLOCALIDADE AS UPDATE PABX SET LOCALIDADE = (SELECT CIDADE FROM LOCALIDADES WHERE PREFIXO = LEF ...Show All

  • Smart Device Development .net 2.0 - SQL connection

    Hi All, I've created a smart device app. in .net 2.0 (beta 2). Also, created SQL server mobile database with 1 table and then I dropped table on the mobile designer window which created sqlceconnection1, sqlceadapter1, sqlcecommand1, sqlcecommand2, sqlcecommand3 and sqlcecommand4 objects ( that automatically adds reference Microsoft.SqlServerce.SqlClient.dll  to my project ). When I try to compile the solution..it tells me " Error 1 Metadata file 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Microsoft.SqlServerCe.Client.dll' could not be opened -- 'Version 2.0 is not a compatible version." Could any one please ...Show All

  • Smart Device Development Listening Events of Pocket Outlook Apps with PocketOutlook API

    I need to know when someone changes items from Tasks, Contacts, Appointments. (I want to implement Synchronization Logic) Can this be done with Microsoft.WindowsMobile.PocketOutlook API Please advice. as far as i know not ... one possible way to achieve this is to use a database listener - unfortunately this requires some C/C++ knowledge as this only works with embedded VC++. the function CeOpenDatabaseEx2 takes a CENOTIFYREQUEST structure as last parameter which can be used to setup a change listener to any database on a windows mobile computer. if you setup such a listener for the "Contacs ...Show All

  • Visual Studio 2008 (Pre-release) Error - hyperlink in a WBA in an IFrame

    I have a hyperlink in a WBA which is hosted in an IFrame. The hyperlink is pointing to an HTML page. When I click on it, an error is raised right before the WBA exists and the browser is redirected to the HTML page. The error is here: http://www.valil.com/AmazonBookInfo/error.jpg I have created a sample project to recreate the error: http://www.valil.com/AmazonBookInfo/TestHyperlinkIFrame.zip (double-click on index.html from bin\Debug and then click on the hyperlink) The error shows up only if the WBA is in the IFrame - if it is loaded by itself it works OK. Thank you, Valentin Iliescu Yes, you are right. It turns out Hyperlin ...Show All

  • SQL Server getting data from Sharepoint lists

    Hi, I'm trying to get data from WSS lists by web services. I think there are two ways: - using SSIS standard components (Web Service Task) and - creating a custom source adapter. My problem with the Web Service Task is, that the WSS method GetListItems has some non-standard parameters (see part from wsdl-file below). Thus, after selecting the method in the editor an clicking on "Ok", I get the error message "The selected Web method contains unsupported arguments". I think the problem is the missing type-attribute. <s:element name="GetListItems"> <s:complexType> <s:sequence& ...Show All

  • Visual Studio How to control order of transformation steps?

    Hi all, Is it possible to get some more details about how to cascade templates I'm curious about the approach briefly mentioned in this post by Alan Cameron Wills. On a somewhat related note, I'm also interested in how to apply a two-step transformation; the first step uses the template to read the model and transforms it into a logical representation of the target artifact (for example, based on xml), the second transformation converts the logical representation to the final output: In other words: upon "transform all", we should have: template reads model template creates xml xslt reads generated xml xslt generates final artif ...Show All

©2008 Software Development Network