Software Development Network Logo
  • Audio and Video
  • .NET Development
  • Game Technologies
  • Windows Vista
  • Visual C++
  • Smart Devicet
  • SharePoint Products
  • SQL Server
  • Visual FoxPro
  • Visual Studio
  • Microsoft ISV
  • Windows Forms
  • IE Development
  • VS Team System
  • Visual Basic

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

Sqnyy

Member List

BioGeek
birdman82
Wendell G
David Botz
John Hind
Santiago Cepas López
Qiuwei
Ponnurangam
Jelena
vua_rua68
reichard
Wolfgang Kamir
stevenmcs
dellthinker
wDiechmann
Jack Tripper
saint168
xRuntime
keltak
Rossgov
Only Title

Sqnyy's Q&A profile

  • Visual Studio Team System /preview doesn't work

    In order to locate writable files that I want to manually resolve, I issued this command: tf get . /overwrite /preview Unfortunately, not only did it overwrite the writable files, it "got latest" for my entire workspace. In other words, the "/preview" switch didn't do what it was supposed to do. Helpful. Not. I cannot reproduce this.  Get /preview /overwrite will say "Replacing foo..." but it shouldn't actually touch anything on disk.  You can verify this by running the same command twice. PS - if you want a semi-automated way to reconcile writable files, try 'tfpt online' ...Show All

  • Visual C++ I have the same problem

    when i power my computer a sign says smartbridge alerts motivesb .exe entry point not found the procedure get process image file name w could not be located in the dynamic link library PSAPI.DLL what is this and how do i make it stay away i just downloaded IE7 can someone please help me jaymoss wrote: when i power my computer a sign says smartbridge alerts motivesb .exe entry point not found the procedure get process image file name w could not be located in the dynamic link library PSAPI.DLL what is this and how do i make it stay away i just downloaded IE7 can someone please help me ...Show All

  • SQL Server SQL Server 2000 Query slowing down in SQL Server 2005

    Hi everybody, I have a query slower in SQL Server 2005 than in SQL Server 2000. I have a database in SQL 2000, I put it on the same server, but with SQL 2005 and the query take 5 seconds instead of 0 seconds. The DB compatibility is SQL Server 2000 (I tried with 2005 and result is the same). Execution plan seems right and I tried to change some DB options without results. It is weird, when I remove left join on MandatsEx, it take 2 seconds. The view currentEmployeeLevelHistoric returns 45 000 rows and mandatsex has 0 rows. Here is the sample: Select ls.EmployeNiveau.pk_EmployeNiveauID as NoNiveau, IsNull(nullif(ls.Traduction.Description, ''), ls.TraductionDefaut.Description) + ' (' + ls.currentLevelHIstoric.NoN ...Show All

  • Windows Forms accessing http headers in .NET 2.0 WebBrowser Control

    I am using the WebBrowser Control in my application and I need to somehow access the HTTP headers of the HTTP Request in order to obtain a cookie that is passed from the browser to the server during the submit. The cookie is a temporary one, it is not possible to access it on the file system because it doesn't get saved to a file. Many thanks to anyone that can help, Michael Actually the cookies can be accessed via the DOM. They should be a collection. You may need to cast or Query for an IWindow2 interface or something. ...Show All

  • Visual Studio Team System Microsoft Office Project 2003 can't handle TFS user names with comma separator

    I am evaulating TFS for adoption in our company and came across this issue. Our Active Directory Names are setup to display users as - 'last name, first name'. These names are picked up as such by TFS for the 'Assigned To' field of work items. When I import a valid work item from TFS into Microsoft Office Project 2003, the values in 'Assigned To' field are being mapped to not one but two resources in the resource sheet, one each with the first and the last name of the same user. The resource sheet in MS Office Project 2003 apparently does not like character(comma) separators in resource names for me to make it compatible manually with valid TFS user names Any suggestions for solving this will be most appreciated. Thanks R ...Show All

  • Windows Forms getting index of list box item with specific text

    Let's say I have a list box, called listbox1. One of the items in listbox1 is "item1". Using C#, how can I find the index of the item with text "item1" Hi, use this: int i = listbox1.FindStringExact("item1"); if(i != Listbox.NoMatches) ... -- SvenC ...Show All

  • SQL Server Credentials used to run this report are not stored

    Hi all, When I create a new report subscription in report manager, I got this error Credentials used to run this report are not stored any idea Thanks, Jone Can you go to report properties -> Data Sources and make sure that "Connect Using Credentials stored securely in the report server" is selected and valid user name and password provided Thanks, Sharmila ...Show All

  • Visual C++ question about CreateFile and FILE_FLAG_WRITE_THROUGH

    Hello everyone, Suppose I have a file created with FILE_ATTRIBUTE_NORMAL attribute. I think it means attribute FILE_FLAG_WRITE_THROUGH is not enabled. Is my understanding correct And I think if I do not enable the FILE_FLAG_WRITE_THROUGH attribute, even if flush operation (function call) will not *truly* dump data to disk. Is my understanding also correct So, my question is, when will the data be dumped to disk -- only when we close the file thanks in advance, George Thanks einaros! Do you mean even if I only invoke write API (without flush) when in FILE_FLAG_WRITE_THROUGH mode, the OS buffer and the physical content on disk are the same einaros wrote: Geor ...Show All

  • Visual Basic In need of help ref microsoft example

    Hi, Ive built an application in vb.net 2003 that printed to my printer using the raw printer example written my microsoft and it worked no problems at all and have used it at home for a year or so. http://support.microsoft.com/ scid=kb;EN-US;322090 Today i was writing a different program but this time in 2005, again i used the raw printer class but when i came to test it today i get the following error. at this line "If OpenPrinter(szPrinterName, hPrinter, 0) Then" in " SendBytesToPrinter" function A great source for getting pinvoke signatures www.pinvoke.net For the OpenPrinter http://www.pinvoke.net/default.aspx/winspool/OpenPrinter.html I make no gaurantee's on its accurateness, but its n ...Show All

  • Visual Studio Team System Project Portal and document Libraries

    I am customizing whole process template and currently I am working on Project portal customization. I have changed WssTasks.XML file to (names and descriptions are in Polish): < xml version = " 1.0 " encoding = " utf-8 " > < tasks > < task id = " SharePointPortal " name = " Create Sharepoint Portal " plugin = " Microsoft.ProjectCreationWizard.Portal " completionMessage = " Project site created. " > < taskXml > < Portal > < site template = " VSTS_MSFAgile " language = " 1033 " /> < documentLibraries > < ...Show All

  • Visual Studio Failed to open report.

    Hi all,   I recently migrated a c# web application from "Visual Studio 2003/Crystal Reports XI" to "Visual Studio 2005/Crystal Reports XI Release 2". I have released the latest build for test and we intermittently experience a problem: the crystal reports work fine and then they fail after a random period. Here is the error information:   Error Message: Failed to open report.   Error Source: Analysis Server   Error Target Site: Void Open(System.Object ByRef, Int32)   Exception Stack Trace:    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)    at CrystalDecisions.ReportAppServer ...Show All

  • SQL Server "batch size setting" ?

    Is there a "bacth size setting" or some such t-sql option that determines the number of records sql will hold before commiting them as a group to the database TIA, Barkingdog ...Show All

  • .NET Development ASP.Net error message: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

    Hi, I have been developing a web page which uses windows authentication to allow access to one group set up in the Active directory. I have impersonate set to true and would like to access a SQL server database. The SQL database accepts windows authentication and inparticular the AD group set up also has access to the required tables. If i set: <allow users="*"><deny users=" "> then it seems to work but as soon as this changes to: <allow users="Domain\ADGroup"><deny users=*"> the error below consistantly occurs. The connection string is as follows: Data Source=SQLServer;Initial Catalog=SSIS Configurations;Integrated Security=SSPI;Persist Security Info=False When it comes to accessi ...Show All

  • SQL Server merge replication error

    Hi, We have an HTTPS merge publication which has been working fine, but all of a sudden the subscription for a subscriber is failing with the following message at the publisher: Error messages: The process could not read the request message due to OS error 10054. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147014842) Get help: http://help/MSSQL_REPL-2147014842 The format of a message during Web synchronization was invalid. Ensure that replication components are properly configured at the Web server. (Source: MSSQL_REPL, Error number: MSSQL_REPL- 2147199374) Get help: http://help/MSSQL_REPL-2147199374 The subscription to publication 'yarraman main' could not be verified. Ensure that all Merge Agent command line parameters are spec ...Show All

  • Software Development for Windows Vista Where should deployed SQL Server .mdf Files reside?

    Hello, if SQL Server .mdf files are deployed with a visual basic application, where should the .mdf files be copied It should offer the possibility to allow access to the database to other users of the same computer or of other computers. Regards, Markus And what is the right way for a programm to share documents with other users on the same computer. So that other users can read, change or even delete this documents with the program Markus ...Show All

©2008 Software Development Network