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

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

Peej73

Member List

pra_30
HalW MSFT
Jay Jones
Josh
j_ruez
Pepp
lufa
Erik Poirier
David Fries
Paul Marriott
Daniel Pravat
Chee Kin
Abort Syntax
MaTT_17
S_K
Michele Tenuti
RonInOttawa
NewTechCorp
leshan01
Coxis
Only Title

Peej73's Q&A profile

  • Visual C# Problem with build Web Site

    When I try to build a web site solution I get the follwing errors : Error 1 (0): error CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\testeinf\15e74bc9\75b17dc3\App_Web_tzppu2tl.DLL' could not be found Error 2 Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\testeinf\15e74bc9\75b17dc3\App_Web_tzppu2tl.DLL' could not be found   I close ...Show All

  • Visual Studio Team System Cross-forest trusts aren't supported in Beta 3 but what about RC?

    Under the RC readme, located at the link below, it states that Beta3 doesn't support cross forest trusts - Is this true with RC, or is this a typo and it is supposed to state RC instead of Beta3... http://lab.msdn.microsoft.com/teamsystem/tfsreadme.aspx Brian, This should have been removed from the readme. Sorry for the confusion. Cross forest trusts should be supported for RC. ...Show All

  • Visual Basic Open

    Can someone tell me how to open an application manifest if you do not have .net on your computer. I don't know. What did you want to do A manifest file is for use by your exe. You say the machine does not have .NET on it, if so, then you can't run the app, so I can't understand what you're trying to achieve - to run the app you require the framework. Why would you be playing with the manifest file on a machi ...Show All

  • SQL Server Rsreportserver.config Smtp password settings

      Hi,   I wanted to know if there was any way of setting the SMTPAuthenticate in the RSReportServer.config file, so i could connect to a remote SMTP with username and password I am using window 2003 system where smtp is not installed  and i don't want to installed it. If there is another way to change only in Rsreportserver.config  file except pick up directory. thanks in advance Ashok kumar yadav Forget ...Show All

  • Visual Studio 2008 (Pre-release) svg + xaml

    Why can I only have 1 scalable vector graphic reference file saved with-in a xaml file and thats the only view and detail the glpyh/icon can have... if you scale-down a 256x256px graphic to like 16x16px it looks bad unless the 256x256px is very simple which brings be to my next point that if you would make a simple 16x16px graphic and scale-up to 256x256px the graphic would look to simple and not rich enough which would make that size poin ...Show All

  • Visual Studio Insert code

    Hi, I am writing an addin that will generate some code on the fly and insert it into the active document, but I'm having trouble inserting the code. I got it to work by copying the code to the clipboard then using applicationObject.ExecuteCommand("Edit.Paste",  string .Empty);    but there must be a better way to do it. Any Ideas Thanks, Martin. Thanks for the link, there are some nice ...Show All

  • Windows Forms DataGridView not sorting by column

    I have a datagridview bound to a BindingSource where the underlying list is just a generic List<T> where the List are custom business objects. All the datagridviewcolumns are text columns and have the SortMode is set to Automatic. However the sort glyph does not appear in the column header and the list won't sort. Is there anything else that I need to do to implement sorting Thanks! The List<T> does not support sorting so th ...Show All

  • Visual Studio How to rotate text in report created by reportviewer

    I am creating a report using ReportViewer. I need to rotate some text content 90 degree. Is there a way to do it Please help!!!!!!! ...Show All

  • .NET Development Problem with .net COM Application when i use 2 Frameworks[v1.1.4322, v2.0.50727]

    Recently i developer an application with microsoft .net[v2.0.50727]]to close the moviments of the bank. This application is working very well. The problem is when one machine(server) have 2 frameworks installed [ v1.1.4322, v2.0.50727]. This machine have .NET applications[v1.1.4322] registred in COM, when i installed the .net Framework [v2.0] there applications don't work correctly, i resource in the internet and my conclusion is when one machin ...Show All

  • Windows Forms Format phone number

    Hello, I have a text field where the user types in a telephone number. When the user is done typing the number and the text field loses its focus I need to take whatever the user typed and format it to a standard format. i.e. ###-###-#### If a user types 1234567890  I need it to change to 123-456-7890.  Any ideas on how to do this or examples Thanks! You want to create a control based on the textbox ( or add an event han ...Show All

  • Visual Studio Uninstalling Pre-RTM Visual Studio (CTPs or Betas)

    Here are a set of resources to use before installing the RTM versions of VS or the .NET Framework.  The main key is to uninstall SQL Express, VS, and MSDN *before* uninstall the .NET Framework.  If you don't, you will end up with some orphaned files in the GAC which will lead to package load failures. Aaron's blog has some suggestions on how to clean that up. Tools and Tips on Uninstalling Previous VS 2005 Releases Official: http://l ...Show All

  • .NET Development Problem with transactions

    Hi, I am using VB.NET with ADO.NET. I am having a problem with transactions :    I can't read from a table that i am updating in a transaction.  I have tried to change the IsolationLevel, but it is always the same. To make it more clear : While user1 is updating a table (within a transaction), user2 is unable data from that table (not the old or new data). What am i doing wrong Txs in advance Timpie ...Show All

  • Software Development for Windows Vista UIAutomation support for downlevel OS

    Hi, I am planning to develop tests in MITA. MITA is dependent on UIAutomation framework. But I saw winfx is supported on winxp-sp2, wso3-sp1 and onwards. Is it that UIAutomation is not at all supported on w2k, ws03-rtm Can someone please confirm on this thanks in advance, Shriram Hi, As far as I know, WinFX, including UI Automation, is only supported on WinXP Sp 2, Server 2003 and Vista. I'm ...Show All

  • Visual C# How can I get a list of the computer names from Network Neighborhood?

    Hi, I need to obtain a list of computer names from netwok neighborhood. Could anyone help on how to do this Thanks in advance, Nuno Silva. nantunes82 wrote: Hi, I need to obtain a list of computer names from netwok neighborhood. Could anyone help on how to do this Thanks in advance, Nuno Silva. I don't know of a managed method that will do this, but you can P/Invoke I guess. See http://windowssdk ...Show All

  • Visual Basic Picture Box

    I got an MDI application and am trying to place a picture on the MDI parent. If I place the picture as a Background Image of the MDI parent, the picture is tiled across the whole form..... and doesn't look nice! If I place a picture box and dock it to fill, and select the image I want, the image is shown well. But whenever I call another form, nothing appears on the screen...... the form is loading behind the picture box. I already tried calling ...Show All

©2008 Software Development Network

powered by phorum