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

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

Lizet

Member List

Ferdynand
Patrick Tseng
Manny Wolfe
DonDoThat
arunr2002
Jonathon Bell
Peter Schmitz
PeterMa
Howard Rogers
pvb
patel_mitesh
cornholios40
Prasad Peesapati
ventura
samarrin
slippyC
hik
Jesper25539
Cen
Ramkumar S.N.
Only Title

Lizet's Q&A profile

  • Visual Studio Tools for Office Excel.Range Borders

    I have a range(Let's call it myRange). In my code, I need to add and remove the border around it based on variables and such. Adding the border was easy with: MyRange.BorderAround(Excel. XlLineStyle .xlContinuous, Excel. XlBorderWeight .xlThin, Microsoft.Office.Interop.Excel. XlColorIndex .xlColorIndexAutomatic, missing); My issue then stems from the fact that I'm unable to find(or I'm just looking over) the way to remove the border whil ...Show All

  • Visual Studio Express Editions LINK : fatal error LNK1104: cannot open file 'user32.lib'

    I followed the instructions on installing Visual Studio Express 2005 and loading the Platform SDK service pack, and I checked the file to make sure references to user32.lib was correct from the instructions found @ http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ I'm trying to compile a console app , the same exact one shown in the videos for installing visual studio.; and upon building the solution i get this error   L ...Show All

  • .NET Development Specifying ClientChannel outbound communication Port

    Hey All, Hopefully someone can help here, I have yet to find a solution to my problem. I am using .net remoting in the 2.0 framework.  Everything works fine, but I want to be able to specify what port my client app uses to send messages to my server. Through some digging around I found out about the IDictionary object that the 'server' can use to specify port and proxyPort, but I need to do this for my clientchannel. I am using HttpClientCh ...Show All

  • Visual Studio Team System Coverage Information

    Hi, I have read about the code coverage tool available in the Visual Studio Team Edition. It seems, please correct me if I am wrong, that we actually need to write codes to test the targeted application in order to get the coverage information. My question is that is it possible to get the code coverage information if we test the ASP.NET application directly from the web/UI  My plan is to have a "profiled" ASP.NET applic ...Show All

  • SQL Server default value for a parameter to select all

    Hello, I'm using SQLServer 2005 and I build a report in the visual studio. I need a way to set as default value for a multi-value parameter its option of 'Select All'. Thanks, Talia. In a report based on a Cube (Analysis Services 2005), Is it possible set "All" as default value for a parameter based on dimension Thank you very much, Viky V ...Show All

  • Visual Studio Team System MSBuild and setup projects

    Is there any news on when MSBuild will be able to support setup projects (.vdproj files). I presume someone (or team) will be converting the vdproj file to msbuild at some point, I was just hoping there was a neat Task available that would interpret the current format. Regards Graham Hello Graham, Check out this post to see if it answers your question. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=14 ...Show All

  • .NET Development Intercept MVP.XML XIncludingReader xpointer Attribute

    When using MVP.XML XIncludingReader, I can "intercept" the href= attribute by writing an XmlUrlResolver derived class and overriding the ResolveUri() method. Now I would like to do the same with the xpointer Attribute of a <xi:include element. Is there an elegant way to do this Erwin Well, maybe you could provide for a simple hook (delegate ) to inspect/modify the xinclude node right before you do your proce ...Show All

  • Visual Studio Express Editions Why this limitation in C#express

    Here is a problem with my C# express installation.(RTM). With the previous version it was possible to connect to the SQL Server Express specifing a server and a database(add connection). Now it is only possible through "AttachDBFileName". So I cannot connect to the SQLEXPRESS if I don't specify "Database file name(.mdf file)". Is that correct In the VWD it is possible Why this limitation in C#express In the "Change Data Source" dialog, there a ...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

  • SQL Server Lookup error

    Hi, I'm using a Lookup object, but it dosn't works. Anybody knows this error [Lookup [29018]] Error: Row yielded no match during lookup. [Lookup [29018]] Error: The "component "Lookup" (29018)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Output" (29020)" specifies failure on error. An error occurred on the specified object of the specifie ...Show All

  • .NET Development What did I do wrong?

    I am trying to connect to a database via a config file. I get an error complaining about the line 3 of the app.config --------------------------------------------------------------- Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlTypes Imports System.Configuration.ConfigurationSettings Module Module1 Public SqlConnection1 As SqlConnection = New SqlConnection(AppSettings("DataBaseConnection&q ...Show All

  • .NET Development What a Laugh

    I could not help laughing when reading my server logs, besides the usual traffic, there are a few trying to launch games (none on my site) run perl scripts (no perl on my server) and hunt for some linux oriented folders etc. All I can say is good luck, because the server is secure, and the firewall prevents anything but port 80 requests in. www.greenrelations.com Now, the x64 machine I use is now doing better. Been upgrading the site, with ...Show All

  • Windows Forms How to char array convert to string?

    How I can convert a char array to its string equivalent. For example, see the VB.NET source code: Option Explicit On  Option Strict On Imports System Module Module1     Sub Main()         Dim chrM1(10) As Char        &n ...Show All

  • Visual Studio Team System Code Coverage Tools

    I'm trying to automate code coverage but following the examples of running: vsperfcmd /start:coverage /output:my.coverage [run my mbunit tests here] vsperfcmd /shutdown results in the coverage file being created but my nant build hanging while the shutdown waits and waits. Our goal is to move to msbuild but that won't happen for a while. Any suggestions would be appreciated Are you trying t ...Show All

  • Visual Studio Team System TFS Server Setup (Single Server): Error 28002.Error Unknown.

    I am also receiving this error, and cannot get around it.  Has there been a solution identified yet   I've seen several other posts, but no resolution.  I have 3 seperate domain user accounts as well, with domain\ TFSSetup being the one in use for the installation, and it is in the local administrator group (and it is not a local user).  Running on a newly installed 2003 Server installation, and SQL Server 2k5 installed succe ...Show All

©2008 Software Development Network

powered by phorum