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

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

Pacifier

Member List

webxtasy
Alan Faux
Vitaly K
stephQc
wavuti
Karen Chen
Rafa Cabedo
Chris French
Thomas.Goddard
bam
Jason Hales
zuninet
Richard Pavlicek
Genyus
Aaron Marten
Rick Warr
B*C
Bkss
HannibalCannibal
rvda
Only Title

Pacifier's Q&A profile

  • SQL Server Using Transactions causes database connection to fail

    In one of my packages, I set the package-level property called TransactionOption=Required. During run-time I saw an error saying "[Execute SQL Task] Error: Failed to acquire connection "SQL_DW". Connection may not be configured correctly or you may not have the right permissions on this connection. ". When the property is changed to anything other than Required, it works fine (the calling package that calls this package is not involved in a transaction). The machine running the packages is Windows Server 2003, and so is the database where the data lives. I verified that the machine containing the database does has Ena ...Show All

  • Windows Forms facing problem object referrance not set to an instance of object?

    i have created a new usercontrol using vb.net  and build it. getting a dll from its bin folder,then add contol to toolbox in testing project on same  machine .test it  it works fine! but when,on new machine i copy that control dll to a new machine's testing project\bin folder using LAN.  use that dll from same bin, i add it to toolbox. when i drag ...Show All

  • Visual Studio Excluding Web Application files from Source Safe

    Hi! The Context: Perhaps I should post this one in the ASP.NET Forums but it about VSS also so... here it is: In VS2005 all files under the root folder of a web application are considered part of the application, which means that there is no 'Exclude from Project' option like Windows Application Projects. This is a good thing for many reasons except this one: All files are automatically added in Source Safe. The question: Is possible to exclude some files from being added in Source Safe For instance I would like to exclude all files under BIN folder and some config files that are different per-developer. Does not help : ...Show All

  • Smart Device Development error with MFC in visual studio 2005

    Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that:    f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND the workaround doesn't work anymore.  Any ideas ...Show All

  • Software Development for Windows Vista the guest account privilege

    I shared a complete control folder to these LAN PC user. other PC will be allow to acess this folder by guest account.(the guest account has been already opened,in the group policy,the guest account is also allows to net acess),ohter PC user can acess the shared resources(include to read, performance),but the write has been denied.In the Windows XP,there are no problem. ...Show All

  • SQL Server bug installing SQL Server 2005 Express Edition with Advanced Services

    ENVIRONMENT Windows 2000 Professional (Build 2195: Service Pack 4) Previous version of SQL Server 2005 Express Edition with Advanced Services CTP was removed using Add/Remove Programs Visual Studio 2005 Professional is installed WARNING MESSAGE (should it be an error message since what was requested did not take place ) --------------------------- Microsoft SQL Server 2005 Setup --------------------------- Warning 28123.Warning: SQL Server Setup cannot install this feature because a different edition of this feature is already installed. For more information, see 'Version and Edition Upgrades' in SQL Server Books Online. - ...Show All

  • Visual C++ Cannot instantiate abstract class

    I have a WIN 32 program, which I tried moving to .NET and I'm having tons of troubles.... I always get the same error (cannot instantiate abstract class), as these pure virtual functions are not defined...stadafx(0).cpp I gave the implementation of all the Virtual Functions, still the error is the same...no matter what I do it doesnt go away... If you want I can post my WIN 32 code....which works no problem.... Really appreciate for the answer... Harsimrat Hello Nishant, I understand about the error, those functions need to return something but with (void) I can't do it... I'm copyi ...Show All

  • SQL Server Run SSIS Package problem when using SQL Agent

         Maybe someone else has asked similar question. But I still can't solve my problem after looking some threads in this forum.      The package runs fine through VS 2005. After imported into MSDB, it still does well when I start it in  Integration  service directly. But the packgae never achieved under SQL Agent.       Acturaly,agent can run the package,but always fail in one task.   It's an  'Execute Process Task ', I use 'winrar.exe' to extract file from a mapped drive to the local disk. The Agent servic ...Show All

  • Software Development for Windows Vista Where do I get WCF Activities

    We keep being teased about prototype WCF Activities in various demos and webcasts to inetgrate WWF with WCF. (SendMessage,ReceiveMessage, SendReceiveMessage,ReceiveSendMessage) Does anyone know where we can obtain these -even if only prototype/Beta it would be useful to get up and running. NB When I add a Indigo Service, via an 'Add Web Service' it does not add a reference to System.ServiceModel.  Contary to James Conard demo. Thanks Jules  Sorry memory of a goldfish I believe the general advice is that in the absence of these Activities being released, there are three options, of which the first two are a) Write the equival ...Show All

  • Visual Studio Team System Source Control Problems upgrading Beta3 Refresh to RC of TFS...

      We've been running Beta 3 of TFS happily for a few weeks. This week we upgraded our servers, first to Beta 3 Refresh - all ok. We then decided to upgrade to the latest CR. However, when we use Team Explorer on our client machines, we now get this message when we start VS2005: Package Load Failure: Package 'team foundation server provider stub package' has failed to load properly (GUID = {D79B7E0A-F994-4D4D-8FAE-CAE147279E21}).Please contact package vendor.... and if we try and switch the Source Control options to use TFS Source Control, we get: Package Load Failure: Package 'Microsoft.VisualStudio.TeamFoundation. ...Show All

  • Visual Basic Cursordriver to connect to SQL/Access

    Hi, I'm programming in VB6 and I want to connect to an SQL/Access DB. Now my question is which Cursordriver(rdUseIfNeeded/SQL_CUR_USE_IF_NEEDED, rdUseOdbc/SQL_CUR_USE_ODBC, rdUseServer/SQL_CUR_USE_DRIVER) by using RDO is possible to use or is inpossible for each DB And does one of these may cause Errors while working (Select, Update, Inster eg.) Does anybody have an answer or a URL I didn't find any solution for this question. THX @ all! ...Show All

  • Visual C# parent - generic why not?

    How can use parentes with generic links I talk about this constructions: struct abc<tfrom>: tfrom {...} or class abc<tfrom>: tfrom {...} how to use this conversions and why tjis is not work class aaa<tc> { public aaa()  {   int a = 0;   tc b = (tc)a; // this not work   tc c; // this not work   // not exists any constructors like   // tc b = new tc();  } }   ...Show All

  • .NET Development Binary Serialization of DataSets - bug with DateTime-Columns?

    I just tried to serialize a datatable which contains two DateTime-Columns (I use .Net 2.0). The result of serialize and deserialize a dataset in case if a DateTime-Column has value DBNull is not the same if you use binary- instead of xml-serialization! Here is the result if you use XML-Serialization : **** before serialize **** Date1: DAte2:  11/9/2005 3:03:01 PM ------------------------------- **** after deserialize **** Date1: DAte2:  11/9/2005 3:03:01 PM Here with Binary-Serialization: **** before serialize **** Date1: DAte2:  11/9/2005 3:04:02 PM ------------------------------- **** after deseriali ...Show All

  • .NET Development Winsock. NEED HELP!

    Where do i find Winsock in Visual Studio 2005 im totaly noob so describe so i understand... Yeah, in VB 5.0 it was so easy to create a local network chat program, but now in Visual Studio 2005 i can't even find winsock ...Show All

  • .NET Development How to send E-mail to multiple users but only 1 email visible to reciever

    Hi,   I'm trying to send an e-mail using smtp. I only want to create one mail  object and I want to send to multiple Users. I do not want the user's to be able to see who else is receiving th mail. Currently I'm only sending to one person at the moment. Here is what I have so far. btw, I'm using 2.0   protected void SendMail( string To, string Subject, string Body) { MailMessage message = new MailMessage (); message.From = new MailAddress (System.Configuration. ConfigurationSettings .AppSettings[ "MailSender" ], System.Configuration. ConfigurationSettings .AppSettings[ "MailSenderName" ] ...Show All

©2008 Software Development Network