Software Development Network Logo
  • Visual Studio
  • VS Team System
  • Visual C++
  • Game Technologies
  • Audio and Video
  • SharePoint Products
  • Microsoft ISV
  • Visual C#
  • Visual FoxPro
  • IE Development
  • .NET Development
  • SQL Server
  • Windows Vista
  • Windows Forms
  • Visual Basic

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

mitchwardrop

Member List

DBLearner
Vhradice
Sumit_Dagar_8eba6d
Shrini
David Törnquist
olakara
sundownr
Brett Shearer
Thomas Mauer
notec
Jonathan Abbott
Marie Ramos
jamba8
mr4100
spotl
gafferuk
&#59;lkj&#59;lk
msdnstu
khiat
ilatzis
Only Title

mitchwardrop's Q&A profile

  • Visual C++ Using CLR

    Standalone using CLR Is it possible, if not, what are the advantages of using CLR Thanks, Chris The Platform SDK gives you the header files and library files to create native apps in VC++. You'll need to be familiar with the Windows API as well as non-CLI C++ in order to make use of it. ...Show All

  • Smart Device Development VistaDB 3.0 - Final release date announced!

    After 2 years of development and over 20,000 man hours, the final release date of VistaDB 3.0 has been set for Feb. 24th, 2007. Key features include truly embedded SQL database for .NET, Compact Framework and Mono, small 600KB footprint, 100% managed and verfiably typesafe architecture, developed in C#, SQL Server 2005 compatible data types and T-SQL syntax support and royalty free distribution. Read more: http://www.vistadb.net/blog/ p=18 ...Show All

  • .NET Development Error: Unable to open shim database

    I get this kind of events logged in the eventlog: Source: .Net Runtime Type: Error Unable to open shim database version registry key - v2.0.50727.00000. Is this 'normal' behaviour or is there a misconfiguration. I have this messages on Windows 2003 Server, on SqlServer2005 boxes as well on TFS app tier and Terminal Server running VS2005. Strange thing is: everythings seems to work OK... Rene Hello Jesse, It appears this is more of a global issue than just Excel. I am encountering the error running BizTalk 2004 (on 1.1) when an Http Receive is executing. I suspect any process that wants to host the CLR that lives on the COM side of the fence (could it be any other way right now ) thr ...Show All

  • .NET Development Web Service receiving parameters

    Hi, i'm new in .net and most in C#. Have a Service, a windows services, developed but i need to upgrade it. The service must write a dinamic xml. Why dinamic ,  well because the service will read a configuration file from a external system like a cfg file or txt file or ini file. Anyone did something like this Exist something like standard process to do this Any info will help me thanks in adv Federico Botto   Federico, When you say "write dynamic xml".... does it means returning a different xml format depending on the config file you read In that case.. your webmethod should return a System.Xml.XmlDocument instance and inside the webmethod you create this document based on t ...Show All

  • Visual Studio warnings in Code Snippets Output for snippets in My Snippets folder

    Hi Everybody, I've got a strange problem with Code snippets I've created for C# (I'm using VS2005 for Developers). I've created the snippets xml files (using snippy) And put them in Visual Studio 2005\CodeSnippets\Visual c#\My Code Snippets The snippets I've created work OK, I can add them from the Intelisense menu, or by writing the snippet shortcut and pressing TAB. The problem is that I keep getting these warning in the Code Snippets Output window C:\Documents and Settings\<myUser>\My Documents\Visual Studio 2005\Code Snippets\Visual C#\My Code Snippets\events.snippet: Missing or unspecified Language attribute C:\Documents and Settings\<myUser>\My Documents\Visual Studio 2005\Code Snippets\Visual C#\My Code ...Show All

  • Windows Forms How can i get the result that is coming from messageBox buttons??

    I have used an message button and it contains Abort Retry Ignore buttons. I want to do something according to which button is selected by the user. How can i get this pls help.... My code is : private void asd() { try { Thread .Sleep(400); while ( this .progressBar1.Value < 20) { this .progressBar1.Step = 2; this .progressBar1.PerformStep(); Thread .Sleep(50); } this .Close(); Application .Run( new MainForm ()); } catch { MessageBox .Show( "Yuklerken Hata Olu tu" , "Hata Mesaj " , MessageBoxButtons .AbortRetryIgnore, MessageBoxIcon .Stop); ...Show All

  • Windows Forms About the cursor position in the richtextbox...

    I have a problem in getting the cursor position in the richtextbox in order to get the inputcursor position (x,y) as to know the row and colum( especially,which line is the cursor in). actually, I knew how to get the mouse cursor's position, but it's not the the input cursor in the richtextbox. so would you please give me a example on how to get the lines of the cursor. and is it to add CursorChanged eventhandler or others thank u very much! That seemingly small task is more complicated than it should be, the only way I can think of requires some win32 interop to get the carret position, take a look at this as a quick solution: http://groups.google.de/group/microsoft.public.dotnet.languages.csharp/msg/91bff2e690a5dbd5 Or even b ...Show All

  • Visual Basic Visual Studio 2005 SP1

    Hi all I just want to know if SP1 for VS2005 release date will be in the ending of 3rd Quarter ! anyone knows ! thsk JSB I think you would probably be more likely to see it in 4th quarter - before the end of the year. I dont think its scheduled to be released before end of the month. ...Show All

  • Windows Forms Showing Data in a DataGridView from SQL?

    I have been trying, without luck, to show the data from my SQL table in my DataGridView. The SQL statements seem to be fine, and I have followed the MSDN tutorial, but I can't get it to show up. I have tried .refresh() on both the Form and DataGridView. I am sure it is something simple, but can someone help Here is my code: private void Form3_Load(object sender, EventArgs e) { dgvSearchResults.DataSource = karateSchoolDataSetBindingSource; } private void btnSearch_Click(object sender, EventArgs e) { try { String connectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\KarateSchool.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"; String selectComm ...Show All

  • Software Development for Windows Vista bind error

    Hi I created a server application using winsock functions, Then I terminated that from the Windows Task Manager. But when I ran it again it got failed on bind(Args). I know that two server application can not bind to the same port. I dont know why did not my application get the same port. ...Show All

  • SQL Server SQL 2005 Developer edition fails during installation

    When trying to install SQL 2005, I keep getting the foll. error: Error 1706. Setup cannot find the required files. Check your connection to the network or CD-Rom drive. For other potential soltions to this problem, see C:\Program ....\1033\setup.chm I have tried using two different DVDs, and also downloaded SQL 2005 from msdn, but none of them work. Can some please help. Thanks, Amir acharania@trimontrea.com   A couple of other things you could check. Make sure the file exists that is referenced in your error message. If not, that means it never added the office component that installs with sql. That leads to the second thing. I would verify that you did get all the files pulled over properly to your r ...Show All

  • Visual Studio Express Editions Create Database on Real time

    Need help in providing VB Code for creating SQL Database Using ASP.Net 2.0 in real time. Anyone knows I would use sql commands to create the database. There is an example on the vb-tips website . ...Show All

  • .NET Development Naming rules for a base namespace in a Class Library

    I am building a Class Library for use with a number of applications within my company. I am debating how to name my base namespace, i.e. the one that contains all the base/fundamental classes, enumerations, event handlers, etc. Right now I have named it [My Company].System Is that a good idea One thing I don't like about it is that it duplicates the System namespace. According to Microsoft guidelines it should be Company.Technology.ApplicationName. Also check out the following book http://www.amazon.com/Framework-Design-Guidelines-Conventions-Development/dp/0321246756 by Brad Abrams & Krzysztof Cwalina. Its a great read and written by the people who mamange the BCL at Microsoft H ...Show All

  • Software Development for Windows Vista Custom Perisistence: There can only be one service of type "WorkflowPersistenceService"

    I initially created a simple ASP.NET app to demonstrate a state machine and passing data to a workflow using a local service. It works fines. Now I am trying to play with persistence. I have created a custom persistence service using MySQL. I have followed the steps outlined in the SDK help. I have added the needed entries in the web.config line. Here is my Global.asax entries. protected void Application_Start(object sender, EventArgs e) { System.Workflow.Runtime.WorkflowRuntime workflowRuntime = new System.Workflow.Runtime.WorkflowRuntime("WorkflowRuntime"); Application[Constants.WorkflowRuntime] = workflowRuntime; // attach persistence service MySqlPersistenceService stateservice = new M ...Show All

  • Software Development for Windows Vista human workflow

    who can tell me how do desing a human workflow. the example microsoft provided is not very easy for me. Hi, I am also new to workflow. Can i please tell me what is human workflow and what is automated workflow what is there difference. Please give 1 scenarios for each of them as i think every workflow is human workflow as everywhere human intervention is required regards ...Show All

©2008 Software Development Network