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

Software Development Network >> Colin Doran's Q&A profile

Colin Doran

Member List

kojot
sanjay_shinder
themuuj
ScottEDyer
_Othello_
balajikoturu
Mark Dorey
Sideshow Paul
bselfridge
Erik B.
Pure Krome
DuckJones
loffe1978
zeeshan hirani
SirTom
kjaghblb
zerodevice
Chakry
Greg Banister
SolarScott
Only Title

Colin Doran's Q&A profile

  • Smart Device Development Security a webservice with an SSL certificate

    I'm attempting to secure a webservice with an SSL cert. And the question is, how can I get a c# app, or a device to trust specific types of certificates Is there somewhere that I can do this in setup, or is this restricted to code... Thanks! Hello, You should add the certificate to the CA (Certification Authority) database on your device. See more info here: http://msdn.microsoft.com/library/default.asp url=/library/en-us ...Show All

  • SQL Server Could not load file or assembly 'System.Data.SqlServerCe'...

    I am trying to use SQL Mobile 2005 with Visual Studio 2005.  I have a simple sql mobile db i created and am trying to test connectivity to the DB in a simple app.  I added the reference to the SqlServerCE and the verison # that is shown in properties is 3.0.3600.0, but when i look at the physical DLL in explorer (found at C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0) the version # is 3.0.5206.0, so ...Show All

  • Windows Forms Dll Extensions

    HI there, I am a beginer programer, I am trying to reference another projcet in my solution however i get an error noting that i am missing dll extension    i thought DLL extensions were build autmoaticly once you build the solution  if th ...Show All

  • SQL Server FOR XML AUTO broken in 2005

    Re: http://www.devnewsgroups.net/group/microsoft.public.sqlserver.xml/topic32700.aspx I'm having exactly the same problem, although I'm writing queries that need to run on both SQL 2000 and 2005. I cannot believe this isn't a bug. Although I understand the logic behind the results I cannot accept the results in 2005 are correct. If each part a union produces a parent/child structure why is it considered correct that UNIONing the two produces ...Show All

  • Windows Forms How to remove the first column from datagridview?

    Sorry if this is a dumb question, I'm just learning. The first column on my datagridview simply shows an arrow beside the currently selected row. I don't really want this column there, but I can't seem to find any way to disable it. How can I turn it off Thanks. The documentation has a lot of help for this. Check out the RowHeadersVisible property. -mark DataGridView Program Manager Microsof ...Show All

  • Visual C++ STL/CLR verifiable??

    When compiling a project with /clr afe it is still possible to emit unverifiable code. This can happen when using operator* on an iterator which returns int&. Putting the resulting program through peverify results in an error as ByRef cannot be a return type (only locals and arguments). Example code: #include <cliext/vector> using namespace System; using namespace cliext; int main( array <String ^> ^args) ...Show All

  • Windows Forms Deploying .net Apps on a machine without .net framework

    hi Can I deploy my .net application on a windows 2000 workstation without .net framework installed on it. sunil Not quite sure why W2k is a problem  The framework runs on w98 as well so what does w2k have to do with it ...Show All

  • Microsoft ISV Community Center Forums excel file open failure

    hi, i am trying to open an excel file with the following statement Dim xlApp As Object Set xlApp = GetObject(, "Excel.application") xlApp.Workbooks.Open sFileName, False, True this line does not return a value. i want to make sure incase of file open error the application continues with the next file thanks . You'll get an error if the Open is unsuccessful. A good way to trap it is: Dim xlApp As Object Dim xl ...Show All

  • .NET Development Best Practice for making DB connection available to components

    Since I haven't seen any tutorials/documentation on this subject, I am probably missing something obvious.  Any hints would be appreciated. Simplifying the situation a bit, I have a library of data objects (SalesOrder, Customer, Shipment, etc.  compiled in a dll) that I would like to make available to both desktop and ASP.NET applications.  Each of these objects needs access to a database connection, and I figure that the "host" a ...Show All

  • Visual Studio Tools for Office Merge Field Collection devoid of merge fields in Header/Footer

    If I add mail merge data fields into a header on a document and then iterate the merge field collection, the collection does not contain the merge fields I placed in the document header. Why and where/how can I "get to them" ... You need to give us a bit more information. The code you're trying to use would help. Also - version of Word - does the document contain more than one section - what is the mail merge document type ( ...Show All

  • Visual Studio Team System Identifiers should have correct suffix (CA1710)

    I have a class defined as: public class TBoardList : IList < TBoard >, ICloneable { ... } I am getting a CA1710 violation:  Message Level Certainty Resolution 6 Error 95 Rename 'CutListLib.TBoardList' to end in 'Collection'. Rule: Identifiers should have correct suffix Category: Microsoft.Naming Check Id: CA1710 Rule Description: Types that extend certain base types have specified name suffixes. Types that extend Attribute, ...Show All

  • SQL Server Unable to install SQL Server 2005 Standard

    I am trying to install SQL Server 2005 Standard Version on my IBM Thinkpad running Windows XP (SP2). I am installing from the CD that was given out to attendees at the Visual Studio 2005 Launch Event. The install is failing on the SQL Database Services with the following error: SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]. The default full-text language is no ...Show All

  • Visual Studio Team System Add classification field to Bug work item type

    The functionality in Team System that allows developers and testers to create, track and manage Bug work items will be extremely useful, but there is no way to classify or report on what types of bugs are present in the system. It would be very beneficial to teams if the VSTS team could add a bug "type" classification field to Bug work item type to allow classification of and reporting on different types of bugs. This would allow the team to rep ...Show All

  • Visual Studio Express Editions How do I clear a PictureBox to the System.Control color?

    Visual Basic 2005 Express Edition: I am using System.Drawing.Printing to draw text in a PictureBox. I would like to clear it to the same background color as System.Control, but, the system colors are not available with the .Clear(Color.) command. ...Show All

  • Visual FoxPro connection packet size cannot be set

    Good day to all, I am using VFP as my UI and using SQL2000 as my back-end database, I don't have any problem regarding my connection to my database through ODBC using cursoradapter. But when I try experimenting this different approach of accessing the data of my SQLDatabase i got a packet size problem. What is the correct SQL packet size i must set in my VFP connection Below is my code in VFP that got and error "the connection packet size ...Show All

©2008 Software Development Network

powered by phorum