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

Software Development Network >> Andrea Barbieri's Q&A profile

Andrea Barbieri

Member List

Marcos D. A. de Souza
RPalmer
Dan Ellis
J Andrews
__gapman__
Roopa
tommyitvn
PGMariotti
Ahmad Pirani
Sebaste
Jo A. Kim
ward0093
dmihailescu
RCroft
James Woodall
laMenAcquired
rickdom
kstephan
retuchntousender
Paul Clancy
Only Title

Andrea Barbieri's Q&A profile

  • SQL Server Is copy of database and log file enough for backup?

    Hello, i would like to copy the SQL Server Express database .mdf and .ldf files for backup. Is this ok Autoclose = true and recovery model = simple. Must i detach the database before copy the 2 files or can i copy the 2 files without detach at any time When connections are open (also remote connections). Can i copy at any time even when transactions are active I would like to write a copy programm which copies the 2 file ...Show All

  • Visual Studio Team System Initialization for plugin "Microsoft.Pcw.wss" failed

    Hi I have just installed TFS in a single server setup, following the help file on the cd. But when I try to create a team project from within VS I get the following error: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "Client found response content type of 'text/html', but expected 'text/xml'. I have added myself to the "TFS Project Creators" group and added the group to administrators in TFS, set the administrators group i w ...Show All

  • SQL Server How to execute ssis package from stored procedure

    how to excute ssis package from stored procedure and get the parameters back from ssis into the stored procedure. Thanks for taking the time to respond. Permission to execute sp_oacreate has to be explicitly granted to users if they aren't to be given membership of the sysadmins role. As I understand it, if you can execute a sp_oacreate command you can run any command line using wsccript.shell. SQL injec ...Show All

  • Smart Device Development reference error in vs2005

    In vs2005 wince platform , can uses "reference" I can not get the correct address when I use "reference". The code as follows: class fa { public:  int a;  void do1(fa& _a) {   fa& a = _a;  // error at here, a's address is not equal to f2's address, why  }  void do2(fa* _b) {    fa* b = _b;  } }; int main() {  fa f1;  fa f2;  f1.do1(f2);  f1.do2(&f2); &nbs ...Show All

  • Visual Studio Team System Install Done, what's next?!

    Hi everyone, I installed Team Foundation Server on my windows 2003 standard server and everything went well .. but now what There is nothing in the Start Menu talking about it, no icon on the desktop, nothing! I mean, how can I add new project to it create portal for each project where can I read about all that Thanks TFSSERVICE user looks like it won't have the permission (by default) to edit server-level information. However, if you have ...Show All

  • Visual Studio Crystal Reports with DataSets :(

    Hi all, well i have a small problem but spent tooooo much time and can't figure out what to do i have a .net application and using MSSQL 2000. i added crystal reports and linked it using the Report Expert to my Table. I made the layouts and added the database fields to the new crystalreport.rpt file. when loading the report.vb form: Private Sub Report_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBas ...Show All

  • Software Development for Windows Vista Release Plans

    Can somebody supply any information that is available re; the planned release dates for WF, in particular with regards to: 1) A version compatible with the Beta 2+ build of Visual Studio 2005 that was provided on the goods disks at the PDC 2005 conference. 2) A version compatible with the VS2005 being released in November. 3) A version with a go-live license. Hi Mark - The next public release will be Beta2 which is planned towa ...Show All

  • .NET Development Problem in web service

    While accessing web service from my windows application.   I am getting different types of error. This depend on the different domain. 1) System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://hello.com/test/getUser .     2) Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error mes ...Show All

  • Visual Basic explanation of delegates

    I'm reading Wrox: Professional VB 2005, and also Microsoft's visual basic 2005 step by step. In March I'll get Microsoft's visual basic 2005 core reference. In the meantime I'd like some detailed explanation of delegates. I can use them but don't really understand why I should. Can somebody give me a reference to some in-depth discussion of delegates dennist685 dynamic behavior asynchronous programming ...Show All

  • Windows Forms Combo Box problem

    I have a bound Combo Box as follows:  With cmbRatings             .DataSource = htlAttributes.GetData.Tables(0)             .DisplayMember = "RatingDesc"             .ValueMember = "Ra ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Runtime Commponents v3.0 Beta2 Install

    Observation. Looks as though the install requires C:\Windows directory and does not work with a machine with C:\WinNT Can you please give some details regarding your observation This is not the case, and there is most likely something else occuring. Mark Gabarra This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Visual Studio Team System Initialization for plugin "Microsoft.Pcw.wss" failed with error

    I get the following error when trying to create my first team project:: 07/11/2005 12:30:57.133 | Module: Initializer | Thread: 7 | Initialization for plugin "Microsoft.Pcw.Rosetta" succeeded 07/11/2005 12:30:57.133 | Module: WSS | Thread: 7 | Entering Initialize in WssSiteCreator ---begin Exception entry--- Time: 07/11/2005 12:30:57.478 Module: Initializer Event Description: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The ...Show All

  • Microsoft ISV Community Center Forums Programatically Changing Excel Default Delimiter in VB.NET

    Hi, Is there a way you change change the default delimiter used by Excel when saving the spreadsheet as csv file format in VB.net I change the default delimiter from "," to "|" in: >Custom Control > Regional and Language Option > Customize button > Numbers tab > List separator It only works if I save it manually. However, when I attempt to save the spreadsheet into CSV in vb.net, it revert ...Show All

  • Visual Studio Team System Changing the mail server for email alerts in TFS

    Hi, I just installed TFS Beta 3 refresh. However I didn't add a mail server in the install step allowing me to do so. I would like to go and do that but trying to find out how to do this in the documentation is yielding the steps I need to do this. Is it possible to do Thanks Jay Sure. Take a look at this forum post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=222851&SiteID= ...Show All

  • Windows Forms need help in progressbar...

    i really no idea how to use a progressbar... i have a button which when i click it, it will download the html page .....because the file i going to download is big, so i want to use progressbar to show tat the downloading is in progress....how can i do tat help is appreciated... sorry for the late reply.... but i cant find the event downloadprocesschanged and downloadprocesscompleted in the event handl ...Show All

©2008 Software Development Network

powered by phorum