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

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

mcfs

Member List

jholetzeck
Paully
Golf_Novice
Kardia
hsbirdi
loffe1978
Seifer
nilesh
copans
Mike Jocher
eoinmullan
GSLAG
madhatt30
willajo
Brian Knight
mgaur_MSFT
miguelito928
Alberto De Marco
webdev
jbuysrog
Only Title

mcfs's Q&A profile

  • SQL Server Installing SQL Server Express edition

    When I try to Install SQL Server expres edition I keep on getting this error: http://www.fambouman.com/SQLError.JPG I'am running Windows SBS 2003 fully updated via windows update.. When I go to the URL mentioned in the error I get an error and the browser redirects to microsoft search. Anybody know how I can setup SQL Expres I need it for dotnetnuke to run. Thanks in advance Sorry for the 'Dutch' error.. I thought mayb somebody could do something with it and I didn't really now how to 'generate' a english error. But now I tried installing the 'english' version of SQL Server Expres and it ...Show All

  • Visual C++ Error while compiling (C2664)

    Hi, I have this piece of code which I am trying to compile in VS 2005. ///////////////////////////////////////////////////////// TCHAR * strGuid = NULL; UUID myUUID1; UuidCreate( &myUUID1); UuidToString( &myUUID1, &strGuid ); ////////////////////////////////////////////////////////////// This compiles OK in VS 6.00 but it gives an error in VS 2005 (The project setiings has _UNICODE & UNICODE defined). Any help is welcome :-) error C2664: 'UuidToStringW' : cannot convert parameter 2 from 'TCHAR **' to 'unsigned short **' Types pointed to are unrelated; conversion requires reinterpret_cast, C-sty ...Show All

  • Visual Studio 2008 (Pre-release) WinFx self hosted service running over http.

    I have a winfx self hosted service running over http. [OperationContract(Name = "Test")] bool Test(); 1.) With asmx webservices requests I can read the http header values about where the request is coming from. ip address, mac address, etc, using Context.Request.ServerVariables LOGON_USER REMOTE_HOST REMOTE_ADDR LOCAL_ADDR HTTP_REFERER HTTPS 2.) I also could tell if a client request was abandoned or timedout before the server responded. Context.Request abandoned How do I get to this info with a winfx ServiceModel/Contract request I tried: System.ServiceModel.Channels.MessageHeaders mh = OperationContext.Current.RequestCon ...Show All

  • Visual Basic ClickOnce update

    I have created my project by clickonce technolgy, my project size is 10 MB, My main EXE file is 8 MB, now when I have to update small thing as an other refreneced file , the update should download all 10 MB again ... that is a probelm because my project is going o be 40 MB, Is there any soultion to download the small file changes because EXe file need to download each time :( There is an option download updates in the background. See Choosing a ClickOnce Update Strategy for more info ...Show All

  • Windows Forms DocumentManager: How do I reference a control within a document?

    I'm a total newbie to Visual Basic, and I'm trying to develop a simple application that resembles NotePad but with tabs. The problem I'm having is trying to find a way to reference the RTF control in each new document that I create. I have code that adds in a new document (tab) that has the RTF control in it: =========     Dim documentCount&n ...Show All

  • Software Development for Windows Vista How much of WWF designer support in VS is managed by the project system?

    Hello, In order to create a new workflow in VS, one normally selects a template from the Workflow node of a C# or VB.NET project type in the New Project dialog.  I tried creating an empty C# project (not of the workflow variety), copying the .cs and .Designer.cs files to this project, changing the namespace, and adding the same references to my empty project system that are present in the one created explicitly from the C# Workflow template.  Everything built fine, but when I tried to display the editor, it failed with an error message about ''System.Workflow.ComponentModel.Design.IMemberCreationService'&nbs ...Show All

  • .NET Development Webservice deployment

    Hi, I am facing some issues trying to create a Setup project for my webservice. I have done this thousand of times on 1.1 but things are a little different on 2.0 I have a simple webservice, with all these new folders that have mess my file organization (app_code, app_data, app_globalResources, etc). The webservice works fine and now I need to create a setup project so I can distribute the webservice in a single installation file. The problem is the following one: When I create the web setup project and I try to add the "Primary output" the form appears with only one entry , "content"... mmm... does not look righ ...Show All

  • SQL Server Can't connect to SQL Server 2005

    Hello, I have a problem with connecting to SQL Server 2005. I have a small network at home with a WLAN router connected to Internet. My notebook computer and desktop computer are connected to router. My SQL Server 2005 is installed on notebook computer and Microsoft Server Management Studio is installed on desktop computer. I wanted to add login so I could connect to it from desktop pc and a problem came up. When I tryed to add account (from desktop pc) to local group on notebook pc I couldn't do that becouse there wasn't offered desktop pc as a location. Also, when I try to make connection string in visual studio, i can se ...Show All

  • SQL Server Creating a double entry book keeping system

    Can anyone please tell me how to create a basic double entry book keeping system database using SQL Server or Access. I need to know what tables amd fields I need to create, and what relationships need to be defined. I just need to know the db structure here. Also how should I go about designing the forms ( I use visual Basic 2005 Express and SQL Server 2005 Express, and Access 2002 ), the front end user interface for creating journal entries, how should I display the ledgers, and how do I calculate the totals for the ledgers, because we also need to take into consideration the opening and closing balances as well. I tried a lot using Acc ...Show All

  • Visual Studio Team System Automatic e-mail reports

    Is there a way I can setup e-mail reports for everyone in project (team) automatically   I know every user has the option to setup their own report subscription using their client , but each day we would like everyone to automatically receive an e-mail report summarizing the bugs assigned to them. Thanks, Anu   You will have to write a tool that queries the server every morning by using the Work Item Object Model.  Samples on using this object model for Beta 3 will be available as part of the VS SDK mid-October.  In the mean time, you can check out "Work Item Tracking Object Model Samples.zip" from th ...Show All

  • Visual Studio 2008 (Pre-release) XLinq and Common Namespace Support

    I've been reading through the XLinq Overview and looking at the XLinqIntro sample. It strikes me that that it might be handy for XLinq to provide an XNamespaces static class with common namespaces like so: public static class XNamespaces { public const string Xmlns = "http://www.w3.org/2000/xmlns/" ; public const string Xsd = "http://www.w3.org/2001/XMLSchema/" ; public const string Xslt = ...; public const string Xlink = .. public const string Wsdl = ...; ... public static string EncloseInCurlies(string namespace) { return "{" + namespace + "}"; } } This obviously isn't a huge deal but it does ...Show All

  • SQL Server SSIS Package Security

    In DTS we had an Owner password and User Password. The User pasword allowed someone to run and schedule the package, but not edit the contents. Owner allowed full /designer access. I like the two levels of password security. What is the equivalent of this in SSIS I can only seem to get ProtectionLevel security to work with a single password that seems to be required to run, deploy and execute. Looks like an all or nothing proposition unless i am missing something. The single password is just for securing sensitive information, not the package contents. The idea behind the DTS password scheme was to secure sensitive information, b ...Show All

  • .NET Development Nested queries to populate a DataSet using OdbcDataAdapter

    The class listed below uses a CSV file and OdbcDataAdapter object to populate a DataSet using a nested query BUT I keep getting an Access Violation exception when I call OdbcDataAdapter.Fill(). The message is: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." This is written in VS 2005 (.NET Framework 2.0). Are nested queries in the SelectCommand() method of the OdbcDataAdapter object not valid I essentially need to execute this SQL query to populate the DataSet with different pressure/temp combinations.  The query executes perfectly in Query Analyzer:  SELECT Value,Pressure ...Show All

  • Visual Studio Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad Arshad, Where does this message appear   Is it in a WebBrowser upon trying to view a help page, or is it in the Search toolwindow (Help->Search) Thanks, Jeremy Jones ...Show All

  • Windows Forms Combo Box Error - Too Many items in the combo box

    Hi Guys, I am receiving the error listed on the subject. The error message is pretty obvious, but the question is: How many items can I add to a ComboBox   In my case the number is > 32800.... Do exist any difference depending on the Operating System   My App is running on Windows 98. Well, it seems to be limited only by  ...Show All

©2008 Software Development Network