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

Software Development Network >> ed dolan's Q&A profile

ed dolan

Member List

preim
Murilo Sanches
adamjake
ChrisLight
ClintC
IsoKake
JimBone
KiwiStew
Bluehunter
Tony Leatham
Arra
majorobvious
FMartins
Matejko
Michael Horne
mack0196
Luca69
Rul
DanTi
smilyFace
Only Title

ed dolan's Q&A profile

  • Visual Studio Team System Protocol violation - can I change how sensible the test shall be to protocol errors?

    I get this error when running a test on a web page that I have no possibility to change: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF Is it possible to configure how the test shall handle this so the test will not fail Sten, this sounds like a bug so I'm going to need some more info to track it down.  What's the request like that's causing this error   Are ...Show All

  • Visual Studio Express Editions I can’t down load SQL server 2005

    After the final step of the installation starts, the computer does not do anything , when I cancel the machine tray to send a n error report but It can’t. and the I can not even shoot the computer down. Any ideas please I have the same problem, and did not find the solution yet. A clue might be that during setup Norton Internet security halted the Setup process (warned that the setup application was trying ...Show All

  • Visual Studio Express Editions How to Load / Save

    I Have three questions about loading and saving!  1.   How do you load a file like a .txt file into your program and then edit and save it as another file like .doc   2.  also how do you open music files and/or picture files    3. And is it possible to convert files like mp3 by opening them and them saving them in another format like wma Thanx in advance ...Show All

  • Windows Forms Uninstall failed, can't reinstall / upgrade either

    Hi! I finally got ClickOnce to work the way I want. The only problem is that at some point an uninstall failed on my own computer, meaning that I can't install a new version. The program is removed from the start menu, but it can still be seen in Add / Remove programs. Remove doesn't work though. Any hints on how to clean out the old version Thanks! It tells me "Application cannot be started" These are the details. Following errors were ...Show All

  • SQL Server Problem installing SQL Server 2005 Express with Advance Services CTP

    Hi, I was unable to install the CTP version of SS Express Edition SP1 with Advance Services. The installation failed with the following error message: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'. Refer to server error logs and setup logs for mor ...Show All

  • .NET Development Type.GetType

    What do I do about when Type.GetType fails for types like System.Xml.Serialization.XmlElement   I have created an addin that I want to be able to see what are the attributes for a given class but it is failing on this one all the time.  If I need to load the assembly first how do I look at references for a ProjectItem so I can load the assembly if needed before calling GetType You should change this to: Type type = Type.GetType(f ...Show All

  • Visual Basic Edit and Continue

    Got either a misunderstanding or a bug.  When I go into Edit and continue, if I try to edit a Linked Form/Module, the IDE says it is Readonly.  Did I miss something in the manual, or are linked files Readonly except when they are not linked Thanks That was what I had thought.  It would be nice to allow the E&C on linked modules.  I have common modules for many different projects which som ...Show All

  • Software Development for Windows Vista Deploying WWF Beta 2...

    Hi, I've got a problem - my workflows work on the development pc but not on the production server. I'm using WWF Beta 2, both machines are in a very similar hardware configuration. The error message that i'm getting is: "Cannot create more than one WorkflowRuntime per AppDomain". The way that i'm creating WorkflowRuntime object is as follows: public WorkflowRuntime WFRuntime { get { if (_runtime == null ...Show All

  • Visual C# Enumerator or foreach - which one is better

    I have a List<int> that say, has 10000 items in it. It is faster to get the enumerator object or do a foreach on it Thanks Ralph I Guest that the fast way is to use a normal for to iterate the List List < int > list = new List < int >(); // Here we add the items to the list int length = list.Count; for ( int i = 0; i < length; i++) { //Do you code for the ...Show All

  • Visual Basic DAta Sources Toolbox functionality reversed

    When I am looking at a code window all of my data sources are visible in the data sources toolbox. When I am looking at a form, the toolbox is empty and greyed out and no options can be accessed. This is exactly opposite from how it worked in beta 1, 2 and RC1. Anyone know what the deal is with this As of right now I cannot drag/drop a table onto a form because all the tables are hidden when I am looking at a form. Thanks, Josh ...Show All

  • Visual Basic MS Word Doc Preview Pane & Other API Questions???

    Hello everyone, I'm totally new to programming and even understanding programming with the Windows [Office] API. I've got three questions. I'd better first say that I'm programming in Visual Basic.net 2005. First, I'd like to utilize the "preview pane" that's an option in MS Word while using the OpenFileDialog (File->Open). I hadn't seen this before, but someone pointed it out to me and it's a really nice feature. It gives you a pre ...Show All

  • Windows Forms LookUp Combo Boxes

    Have an application that displays an employee's information and there are several fields that are foreign keys to lookup tables.  We had not planned to actually bind all the controls on the form to the class that is the employee.  The user ...Show All

  • Visual Basic VB 2005 - Combo Box DropDown doesn't appear in Data Sources

    On creating a new database connection in either SQL Server 2000 or SQL Server 2005, firstly the database object does not immediately show in Data Sources, although the .xsd file is shown in Solution Explorer. Secondly, when I am able to get it to display, the expected ComboBox dropdown does not appear on selecting a table/field, so that I can't choose between TextBox / DataGridView &c. Thirdly, I can't drag and drop any item onto my fo ...Show All

  • SQL Server SCD Insert and Identity Columns

    It looks like you can't use an identity column to generate your surrogates. (Leave out the value during the insert operation) What gives So is the only alternative to do a lookup when I start my data flow to get the Max surrogate, then after my SCD and before the OLE insert destination , use a script task to increment Using identity columns should be a best practice for surrogate keys in SSIS -  ...Show All

  • Visual Studio Express Editions Cannot register a test dll

    Build following code into a dll try to regsvr32 the dll and get an error of dllregisterserver entry point not found. Dll is to be added to program via a hook in registry. What am I doing wrong Public Class TEST_MODULE Public Function Process(ByVal Session As Object) As Boolean 'Dim posSession As QSRules.SessionClass Dim posSession As Object posSession = Session MsgBox("Hello World") Process = True End Func ...Show All

©2008 Software Development Network

powered by phorum