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

Software Development Network >> Ana Maria Bisbe's Q&A profile

Ana Maria Bisbe

Member List

David Wheeler
clr77
SeanHayes
Barry Neilsen
Marcelo Amorim
Fernando Ruano
Sun_Shine
HAV
TonyCarolla
Rich Denis
Sephiroth84
iparkin
cr4sh3d.r00t
DavidFarrellGarcia
Mitch L
David_77
sqlplover
dalem
Jason Pricket - MSFT
Owin
Only Title

Ana Maria Bisbe's Q&A profile

  • Visual C# Create Word Documents By C#

    Hello, I would like to create a Word doc directly from C# Windows Form codes. 1) How to create and open the Word doc After creating the Word doc and Open it, ... 2) How to insert a text from a textbox to the Word doc that is already currently opened 3) How to check the current Range.Selection location Please exlpain in full as I am a newbe in C# to create Word... Thanks in advance. You can u ...Show All

  • Visual C++ *.asmx not recognized?

    WIth VC++2005 Beta, I am genererating a testing ASP.NET Web Service dll. I am using IIS5.1 on XP, when typing URL 'HTTP://localhost/MyTest/Mytest.asmx" into IE, the page comes back with  "<% WebService Class=MyTest.MyTestClass %>" It is not showing any methods within MyTestClass. When doing "Add Web Refernece" to a project to test this dll, I got this same thing.  Also says, ".....asmx not recoginzed as a known document typ ...Show All

  • .NET Development TableAdapter Update problem

    Hello, i have problem in my application. I create dataset with single table. In MainForm i have 2 texboxes and update button. This is code for update button: [CODE] Klient klient = new Klient(); klient.ShowDialog(); KlientDataSet dataSet = new KlientDataSet(); Serwis.KlientDataSet.KlienciRow klientRow = dataSet.Klienci.NewKlienciRow(); klientRow[0] = Guid.NewGuid(); klientRow[1] = klient.Imie; klientRow[2] = klient.Nazwisko; ...Show All

  • .NET Development SslStream and SSL protocol not recognized (i think)

    i wrote this simple apps to connect to an IRC server but it doesn't work :( using System; using System.Collections.Generic; using System.Text; using System.Net; using System.IO; using System.Net.Security; using System.Net.Sockets; using System.Security.Cryptography.X509Certificates; namespace provaSSL { class Program { static void Main( string [] args) { try { string certName = "" ; TcpCl ...Show All

  • System Center Event Count vs. Transaction Count

    In the Transaction Latency report, what is the difference between Event Count and Transaction Count Cheers Dave Dave: I assume your question refers to the Excel Export (Detail), Transaction Latency by Origin Site report. The Transaction Count is the number of transactions of the Transaction Class that originated at the Origin Site. The Event Count is the number of individual actions (Disk Read, Network Send, CPU Use, ...) for the ...Show All

  • Visual Studio Team System Development, Staging and Production - how many build types?

    If you have a development, staging and produciton environment, would you create a build type for each plaftorm This BLOG seems to address a lot of my concerns regarding this issue: http://www.wekeroad.com/blogs/TeamBuildWebApplicationsLemonJuiceAndPaperCuts.aspx I still need to find a way to customize the build in such a way that I can either substitute parts of the web.config, or specify alternate web.config files (web.dev, web.stg, ...Show All

  • Visual Basic visual basic Label number as a variable

    Is there a way to assign a variable to a label number for i = 1 to 10 label(i).Text = Name next i or something like that Bruce You can build an array of labels, or use the Controls collection already on your form to look for labels ( you can identify them by name or the Tag property, if you set it ). If label was a list into which you'd passed the 10 labels you want to set, and Name was th ...Show All

  • Windows Forms Could not load file or assembly Interop.SHDocVw

    I get the below error when loading the windows form designer in Visual Studio 2005. It only happens on forms that include an undocked MS word preview section. It worked fine when I had the project in VS2003. Has anyone had this problem before Does anyone know how to fix it Cheers Paul. Could not load file or assembly 'Interop.SHDocVw, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its depen ...Show All

  • .NET Development Remoting remote ip

    hi,, is there any way on the remoting server to get the ip of the client and i also want to know when does the user connects,.,, any idea mig16 This question is better suited for the Remoting forum. Please reserve the C# forum for questions specifically related to the language. I'm moving your question to the Remoting forum. Thanks. Michael Taylor - 6/19/06 ...Show All

  • .NET Development Escape sequence in xml output?

    Hi I am dumping a table's data into xml document using C#. I am getting the data but the problem is that "<" character appears as "&lt;". Similarly, there are other characters appearing incorrectly. What should I do to make it appear correctly like "<"  . Please advise. Thanks Pankaj If you are seeing the &lt; in the XML document then this is the correct behavior.  < is a ...Show All

  • Windows Forms Parsing a URL

    I need to parse out everything up to the file name from a URL. ie... given: http://myserver/path/filename.ext I would like to retrieve the following: http://myserver/path I tried using the URIBuilder and URI object, however, neither of them want to give me the path&nbs ...Show All

  • SQL Server Problem upgrading clustered node to SP1

    Hi We just upgraded a sql 2K Active\Active 2 node cluster to SQL2005. The upgrade seemed to go OK. We also managed to apply SP1 to Node 1 after an initial problem But now when applying SP1 to NODE 2 we are getting this error " A recently applied update, NULL, failed to install " We had the same problem on NODE 1. Turns out after installing client connection tools and management tools SP1 succeeded. But it does not se ...Show All

  • Visual Studio Tools for Office VSTO seminars

    I was looking online to see if there were any seminars offered regarding VSTO I found this Creating Office Solutions with Visual Studio 2005 Tools for Office But I could not find any information as when or where this is offered or to get on a list to request more info on it I am from San Diego and it would be great if anyone knows when it will happen again Hi You can find some online on-demand seminars which are po ...Show All

  • Visual Studio Team System Null Reference exception

    I just tried few custom rules taken from net and use them through FXcop 1.32. The rules run properly and results are shown in the FxCop window, but when I click on the result (for the first time, and then on mouse over) a Null reference exception is thrown. What is wrong What am I missing I have not programed the rules just taken some samples. Thank you for your time. Stack trace>> System.NullReferenceException: Object reference not set t ...Show All

  • Windows Search Technologies no search results

    I had been using WDS with no problem, but since replacing my hard drive (I did a full backup then restored the whole lot to a new drive) I have not been able to get ANY search results from it.  The only other problem I had after the restore was with Office 2003, but after copying in the MSI files from the old drive this has been fine and I have had no other problems. I have re-indexed several times, moved the location of the index, removed ...Show All

©2008 Software Development Network

powered by phorum