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

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

d_xflow

Member List

CommonMan53
Radioedit420
Tryst
ronnie2002c2c
Jon Watte
Ted.
Fernando Tubio
ZaaM IT
GRK
Larrybird02744
Andreas Asterlund
Laurent87471
Zath
ThEpRoPhEcY373
arcliner
Steve Whitley
kunal.pandya
larsw
pinkybaby
grellsworth
Only Title

d_xflow's Q&A profile

  • Software Development for Windows Vista xmlToken

    Hi all, Everytime I want to create a card I have always an error: "Class not registered". In the Windows Cardspace I have the same problem when I click in "yes, choose a card"! When I make the debug the error is in this script: <script language="javascript"> function GoGetIt() { var xmltkn=document.getElementById("_xmltoken"); var thetextarea = document.getElementById("xmltoken"); thetextarea.value = xmltkn.value ; } </script> It seems that the code can't find the xmltoken file. Anyone nows where I can get this file How can I resolve this problem Thanks in advance! Amadeum I already had the object tag. but is still not work ...Show All

  • SQL Server Making SQL 2005 Developer accept the connection string for SQL express edition

    Hi, I have installed on my laptop SQL server 2005 Developer edition, I can change ANY of the settings of the SQL server and OS. I am writing code with a team using continuous integration where the connection string is the following: "Provider=SQLNCLI;Server=.\SQLEXPRESS;Database=Secret;Trusted_Connection=Yes;" is there a way (create an alias,rename server, other ) to make my local dev SQL server accept the connection string above, as at the moment I have to rename the connection string every time before checking in code and after downloading the latest version from the code repository. any advice or tips will be greatly appreciated Thanks JW. Hi, setup an alias using the SQL Server Configuration ...Show All

  • Visual Studio Team System Build Fails with errors: TF30063: You are not authorized to access Microsoft-IIS/6.0

    I am trying to make build with Team Foundation Build Service, but receive a lot of errors, which occure during " getting sources " build step: TF30063: You are not authorized to access Microsoft-IIS/6.0 . Somehow source files are successfully received, but not built, because of build system doesn't want to proceed with mentioned errors. I was looking for problem description on this forum and found a similar topic " TF30063: You are not authorized to access Microsoft-IIS/6.0. " (https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=105035&SiteID=1). Seems that this problem was solved, but there is no answer how to fix it. Could you please help me to fix this problem Additionally i decided to provide ...Show All

  • Visual Studio Tools for Office File is locked by another process.

    Hi, I was developing VSTO project and creating excel file using diffrent data. Now that excel file is save as BLOB in oracle database. Again at different point of time depending on different operation I would like to get the BLOB data and create the excel file back. I am using the following code to create the excel file and open it. But while trying to open the file it gives me process error as the file is locked by another user or process. I am not getting this error all the time but out 0f 10 times I am getting this error atleast 2 times. I marked the line where I am getting this error. Can anyone please help me. private Excel.Workbook CreateExcelFileFromByte(string path, Byte[] byteData) { FileStream fileStream; In ...Show All

  • Visual Studio 2008 (Pre-release) Streamed & Server IIS Hosted

    I want download a file from a web. I've a web application as act as client wcf and a other web server have a wcf server IIS hosted. WCF Client have next configuration: < client > < endpoint name = " DefaultBinding_IFileServer_IFileServer " binding = " basicHttpBinding " bindingConfiguration = " DefaultBinding_IFileServer " contract = " IFileServer " /> </ client > < bindings > < basicHttpBinding > < binding name = " DefaultBinding_IFileServer " messageEncoding = " Mtom " maxReceivedMessageSize = " 2147483648 " transferMode = " StreamedResponse " > </ binding > </ basicHttpBinding >     WCF Server IIS hosted have n ...Show All

  • Visual C# C# Silent Exception

    Hi there. Having a Delphi background I am wondering if there is something like a silent exception in C#. In Delphi the silent exception is the "abort" statement. It acts as an exception except that when left unhandled the user will not be prompted with a message. In C# the "abort" statement is used to exit a for, while etc. loop I know. Thanks for your time. There is no abort keyword in C#. You're thinking of break . I'm also not aware of a silent exception. What exactly are you trying to accomplish It would seem that you want to crash the application but not notify the user. This seems sort of rude as the user will have no idea why the program shut down. You can prematurely terminate ...Show All

  • Smart Device Development adding items to listview is very slow

    I have 300 items to add to the listview suing CF 1.0. ListViewItem lstItem = new ListViewItem(finalList[ i ].qNum.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc2.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc3.Trim()); if ((_check || finalList[ i ].alreadyChecked) && listView1.CheckBoxes)        lstItem.Checked = true;           listView1.Items.Add(lstItem);   I clear the listview and then we see the scroll bar getting smaller as the listview is filling up. Anyway to make it faster Thanks   I tried adding listView ...Show All

  • .NET Development Connecting to 2 remoting hosts simultaneously

    I have a client through which I want to connect to 2 remoting hosts simultaneously. Both are communicating over tcp channel using binary serializtion. However one is using secure communication for which I have written by own sinks while the other is normal communication. However the problem I face is I am not able to register the 2 channels simultaneously because when I try to register the 2nd channel it gives an exception saying only one usage of each socket address (protocol/network address/port) is permitted. How can I connect to both of these hosts simultaneously You don't need to set a port on the client unless you're expecting callbacks from the server. And then you set port="0&quo ...Show All

  • Visual Studio Tools for Office connecting excel file to C++ program

    Hi every body I am a new programmer and I have been studying C++ for one semester. I know how to link and use files with these extinsions (.dat , . txt). However, I need to know how to connect excel spreadsheet with my C++ program "win 32 console application" and then I need to read my input from this spreadsheet and produce my output on it. I searched a lot but I did not find any thing. Actually, I do not know what is the solution for my problem, is it a code or a tool or something else If there is any one who can help me, I will be thankful. Moreover, If there is a refrence or a book that helps me ,please tell me and I will be glad to study it. I use MS Office 2003, Visual Studio 2005. Sorry if my question seems sill ...Show All

  • SQL Server Where can I download SQL Server Express SP2?

    Where can I download SQL Server Express SP2 This page still refers to SP1: http://msdn.microsoft.com/vstudio/express/sql/download/ Thanks. Same here. I've been watching the SQL Express download page and it has yet to be updated to reflect SP 2. Hopefully they will get this up today - I've been waiting for the Vista support. ...Show All

  • Software Development for Windows Vista please help - need to know the difference in developing applications for vista vs. xp?

    i am in the beginning of a project, determining what the differences are for developing applications on vista vs. xp. and i'm not talking about how an end user view the running os. i'm talking about the applications i create, why would it be better to develop them to run on vista vs. xp any help on this is vista faster what makes it faster will my applications run faster and smoother am i limitted to certain programs, if so, are they better am i limited to who sees my application due to vista being so new i guess in general, if anyone has an overall breakdown, even bullet points for me, on why vista vs. xp for application development, that would be great. any help would be greatly appreciated. thanks in advance. ...Show All

  • SQL Server SQL Memory

    I have been monitoring my server for memory problems and have noticed dramatic increase in the memory SQL uses. I am trying to determine if there is a legitimate reason for the memory allocation or is there a memory leak. When SQL starts the SQLserver.exe is using about 25K of memory. After one week the number has increased to 645,590K. This seems a bit dramatic to me but I am not used to having to monitor this. How can I determine if a problem exists or not. I am running SQL 2005 with SP1 on Windows Server 2003 SP1 There are some known issues with SQL Server 2005 RTM and SP1 with the procedure cache getting bloated with ad-hoc plans with a usecount of 1. There are a lot of fixes in SP2 to improve this situation. In the meantime, you ...Show All

  • SQL Server server timeout

    In SQL server management studio: When doing ex count(*) for a big table or create index or like, I get timeout error. The timeout setting = 0 Even timeout = 888888 gives timeout Does not the query execution timeout parameter work Or are there other parameters needed to be ajusted Hmmm... are you able to execute SELECT COUNT(*) from other applications with configurable timeouts i.e. SQLCMD or a custom .NET application Paul A. Mestemaker II Program Manager Microsoft SQL Server Manageability http://blogs.msdn.com/sqlrem/ ...Show All

  • Visual Studio Random checkouts, cannot shared files, and more

    I just installed the QVCS-Pro (3.10.15) and imported all of my projects (106 under one large solution). I've wasted most of today trying to work around VS2005 problems (blame assigned based on the fact that VS2005 makes no calls to QVCS when the problems occur). When I open my solution, a number of projects are "automatically" checked out by me. Also, the solution itself seems to always be checked out by me (that seems to go against the entire idea of a team working on different parts of a large solution -- why not just check it out when something needs to be changed ). They all seem to be DLL or LIB projects, in case that is a hint to the cause. I've tried to check them back in before closing VS2005 but... they show as checked ...Show All

  • .NET Development Error auto correction in Xml document

    Hi all, im trying to do the errors auto correction in xml file which is given by a DTD in .net. is it possible to correct the errors automatically in xml document if so Can anyone of you please give me an idea how I can perform this Thanks, Rama Krishna. Do you mean validation errors or well-foramens errors XmlDocument doesn't correct anything, but you can validate XML loaded to XmlDocument against DTD. If XML is not well-formed it is not an XML and can't be loaded to XmlDocument. XML Editor in VS 2005 can correct XML format. I am not sure that this can be used programmatically. ...Show All

©2008 Software Development Network