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

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

Donkay

Member List

Job Lot
Luka79
NutSoft
James K. Howey - MSFT
Rahul Virli
Capitao Esponja
bazmcl
cran
Oscar_Ruiz
JEsraelo
Stephen123
Derek.Zhang
CSharpShooter
nishanttheone
PBG157
BJUTJ
Cordelia
Dean Perry
WuZhiming
DhawalMehta
Only Title

Donkay's Q&A profile

  • Visual C++ msvcr80.dll not found (SAME!)

    I've created a simple Win32 console application. When I try to debug it, I get the message:  "This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix the problem." The Release version runs fine. Any idea as to what the problem could be Thanks, Jonny This means several things. a) your console application does not have manifest. Either embedded inside or ...Show All

  • SQL Server How can I use System.DirectoryServices in SQL 2005

    I'm working on migrating webservices from VS 2003 to SQL Server 2005 by using VS 2005 DB project to create some Stored Procedure. When I want to add a component reference of "System.DirectoryServices " in to my project, I could not find it in the list. Is there a way to add this component in to my DB project or how can I access the Active Directory from the SQL 2005. Thank you in advance, Worachart C. Thank you N ...Show All

  • Visual Studio Team System CI and Team systems

    I have realized that MS has for some reason decided not to make Team Services support CI. This is for me a very strange decition. Especially when the other tools that are now coming bundled with VS are supporting true Agile processes so well. I have seen a lot of "workaround" suggestions to this problem. But they seem mostly to be made by people who really don't understand the CI workflow. So to help out I have decided to post this little list ...Show All

  • SQL Server Cannot Deploy Cube to Server

    Hi, I have created a new Cube where the data source itself is not on a SQL Server (DB2 in my case). Now if I try to deploy my Cube it brings an error messages: (Translated from German) System error: Login failed: Unknown user or bad password I could break down the problem until the point that I assume it has to do with the fact that during the deployment process the BI Studio tries to use the same account defined in my data sourc ...Show All

  • Visual Studio Opening localhost Web application causes "A connection with the server could not be established" error

    I am trying to open a new Asp.Net application using Visual Studio.Net 2003 on my stand alone home machine. I am opening it in HTTP://localhost/webnewapp. Each attempt to open in error message saying "A connection with the server could not be established". I am using Windows XP SP 2, IE 6.0 ASP.net version 1.1.4322. Have run aspnet_regiis.exe with the -i switch, the -enable switch, the -ir switch and the -r switch. Have checked the application ma ...Show All

  • Visual Studio 2008 (Pre-release) WCF Service-Skeleton from WSDL

    Does anyone know how to generate a WCF service-skeleton from WSDL Thx -Paul There is no feature that corresponds to wsdl.exe /service in V1 of WCF. However you should be able to generate client proxy and use the interface spit by svcutil as server interface. I hope this clarifies. ...Show All

  • SQL Server Backup File I/o Error

    Guys, Apologies if this is in the wrong section. I have a SQL 2000 database which I backup to a folder on the hard disk using the following command in a Server Agent: BACKUP DATABASE [Multilog] TO DISK = N'C:\MSSQL7\BACKUP\multilog_backup' WITH INIT , NOUNLOAD , NAME = N'Multilog backup', NOSKIP , STATS = 10, NOFORMAT Recently it has been failing with the following error message: Nonrecoverable I/O error occurred on file 'C:\Multilog ...Show All

  • Smart Device Development What does "ambig mode " mean in Phoneime Project?

    Hi, Phoneime is about Input Method.In the project,it mention "ambig mode " many times,especially in the note of the programme . you know,"spell mode" (CE_SPELL_MODE) included ABC,Abc,abc input method ,and "Numbers mode"(CE_NUMBERS_MODE ) is 123 or digit  input method. but what does "ambig mode " mean Does it have something with the spell mode or Numbers mode Any help would be greatly appriciated. Thanks. It means Ambigu ...Show All

  • SQL Server autonomous transactions

    Is there any equivalent to Oracle's autonomous transaction in sqlserver. No. There is no way to do this in SQL Server right now. You can write extended SPs or CLR SPs (SQL 2005) that performs a different connection to the database. But this approach has it's own limitations and scalability problems. One workaround that will work in SQL2000/2005 depending on your requirements is to use a table variable within a t ...Show All

  • Architecture Why architecture with OO methods?

    OO methods provide a set of techniques for analyzing, decomposing, and modularizing software system architectures. In general, OO methods are characterized by structuring the system architecture on the basis of its objects (and classes of objects) rather than the actions it performs Main purpose of these design concepts is to manage software system complexity by improving software quality factors. This provides the following benefits ...Show All

  • Visual C++ Animation control stops ...!!

    Animation control hangs when calling other function.here is the code i use: Code: SendMessage(WM_COMMAND,IDC_ANIBUTTON); // this is a button function which i need to call it here is the actual animation takes place. in the next line i call anoter function Code: OnBackup() ; if i call OnBackup() function the animation control stops playing .. but if i comment this OnBackup funciton then the animation works fine What could be the ...Show All

  • Windows Forms application.run

    I can't understand what does Application.Run method  really do. It load a form, but how can I reference to  this form after that  If I create a new instance of the  form in main sub and then I pass it to Application.Run, I  have the&n ...Show All

  • Visual Studio Team System Feature request: see history of line changes

    Hello TFS Team! I'm not quite sure that here is the best place for such requests, but I have no better idea. In concurrent source control system (Subversion), one useful feature was implemented - you can see for each source file line, from which changeset this line came from. It is very useful if you want to restore history of some change and need to know, who and why have added/changed this line (or block of lines). What do you think, ...Show All

  • Windows Live Developer Forums Clarification

    So if i'm right, Microsoft is releasing MSN Messenger Activity API's for the protocol Good, in a way, but will Microsoft change they're licence to allow us to create applications (such as MSN Messenger Robots and 3rd Party MSN Messenger Clients) that will connect to the .NET Messenger Network , because if not, then this is really just for refrence.... Well I think encryption would be fine, given that translat ...Show All

  • .NET Development Fix: Confirmed "BUG" in VS2005 - Microsoft Access, SourceSafe (Operation must use an updateable query.)

    Hi ! Just wanted to let you all know about a problem I strugled with for some time before I found the solution. To recreate the problem do this: 1) Create a windows form project that uses a access database as its data storage. 2) Add the project to the sourcesafe (note that the database will be added aswell) 3) Now try run the project in debug mode and you will receive the error when you try to update/add any data to the database "Operation must ...Show All

©2008 Software Development Network

powered by phorum