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

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

smith_kbase

Member List

zendainc
riph
James Briant 2
basedissonance
Nathan Shewmaker
phuhn
Majid8351
DiegoCrespo
StephenWong
CTRon
RWendi
MacDonaldC
Golf_Novice
Pure Krome
Erklarbar
Saamy
weedogt
help_m_with_extern_linkage
Dr Wu
csenthil
Only Title

smith_kbase's Q&A profile

  • .NET Development VS 2005 express: ".NET Framework Data Provider for ODBC" does not show up in Choose/Change Data Source dialog :(

    Can anyone help me with this I desperately need that ODBC Connector in order to access an MS SQL 2000 Server. I am using VB Express 2005 Beta 2, and as I mentioned in the topic, that ODBC Data Provider won't show up in the Dialog, the only choice I have there is ".NET Framework Data Provider for SQL Server", and there is no other Data Provider available. Any way to fix that thanks in advance! Hi David, I ...Show All

  • .NET Development Unhandled exception in secondary app domain

       I am using app domains to host add-ins (.NET 2.0). If add-in does something bad, or if there is an unhandled exception in the add-in etc., I want to gracefully unload app domain without application going down. I tried AppDomain.UnhandledException, but at the time it is called application is already terminating. So how can it be done Alex Unfortunately you can't .  What you'll want to do ...Show All

  • Windows Search Technologies Feature request: "To" field and word-wrap for plain text

    I'm using WDS for quite a while now, but there are two things missing. When I search for e-mails I sometimes miss the column "To", there is only the column "From". There is to my knowledge no way to add the column manually. The other thing is that e-mails in plain text (ASCII) are not shown "word wrapped". Long lines of text run off the righthandside of the screen. You'll have to scroll to read the text. Ju ...Show All

  • Visual Studio Invoking MSBUILD from Inside an App

    So I have created some custom MSBUILD tasks (to deploy SQLCLR assemblies). They work fine when I execute them from command line: msbuild /t:taskname project_file. However when I try and execute from inside an application by using the Engine.BuildProjectFile, I can't get it to work. That's not the main problem as at the moment I am explicitly sending in params which should make it fail. The weird part is that I can not get any output back. I have ...Show All

  • Visual Studio Team System Support for Win2000 AD except NT4 mixed-mode

    VSTS is supposed to support Windows 2000 ADs by the time it RTMs.  I had heard from someone though that VSTS will not support Win2K ADs in NT4 mixed-mode.  I'm not a sysadmin and I'm not sure about the terminology.  However, I would like to confirm if this is true and if so, how would I go about finding out if our corporate AD is in NT4 mixed-mode Then again, if the MMC snap-in&nbs ...Show All

  • SQL Server CD-Key?

    Have one Small Business Server Premium with 5 clients and im trying to install Reporting Services but it keep asking for the key, but there was no key with the program. Im i supposed to use the key for SQL Server, or SBS Thanks in advance Reporting Services is part of the SQL Server license. You should use a SQL Server product key. ...Show All

  • SQL Server expand visibility for recursive detail row based on prompt value

    I have a table with hierarchical data where I am toggling the recursive items underneath. I am setting the initial Visibility setting for the details group based on the recursive level. My visibility expression looks like "=IIF(Level("PathName_Details_Group")=0,False,True)" and I have the Visibility can be toggled by another report item box checked with the field specified. This all works very well normally, but I would like to have a prompt (b ...Show All

  • Visual Studio Express Editions Development error on seperate OS

    Hi, i installed the .net frame work on my development pc , xp pro and a win 98. I was testing my program and on 98 and xp pro i get an error just when my splash screen has finished loading, but on my development pc it works fine...howcome. I copy the bin folder accross and run the exe on the 98 and xp and it dont work... and on my development pc i do the same and that works. It's a system secuity issue. My program just haults even if i disable J ...Show All

  • Microsoft ISV Community Center Forums am i have mak mistake?

    dear all, when i try to run my program which I develop from MS-Access 2003 (.mdb), i received message "Run time error '2455' You entered the expression that has an invalid reference to the property MaxRecords" MsgBox "a " & Me.CurrentRecord a = [Form_Silsilah Form].MaxRecords MsgBox "b " & a I have tried this on MS-Access 2003 Project (.adp), this message never appear please help me ...Show All

  • .NET Development Custom Web Controls: How to display Property information in Design Mode (ASP)

    I'm currently building custom Web server controls that extend the functionality of standard controls by adding properties to them. I want to be able to display en explanation of the new property in the Properties window in Design mode of an ASP page. For example, if you drop a textbox on a page and click on ReadOnly in the Properties window, the following text is displayed at the bottom of the Properties window: ReadOnly Whether ...Show All

  • SQL Server How can I clear active connections without disabling the database?

    To better explain the question let me build a scenario. If someone is connected to the database there is an active connection, which does appear in Management Studio.  If we try to do a restore of the database, SQL gives us a message saying that it cannot gain exclusive access to the database and the restore fails.  To gain exclusive access to the database we need to clear the active connections.  Currently in Management Studio ...Show All

  • Visual Studio Express Editions Newbie Trying to get specific data from an sse database

    I am trying to query a specific field from my sse database based on two different variables. And use this information to fill a textbox with an integer. The first variable is a combobox that is filled with data in one of the other tables in the sse database. This table has a PKcolumn that is an integer and the identity of the column. The only other column is a nvarchar(30) string (which is the actual data in the combobox) The second variabl ...Show All

  • Visual C++ A problem with ATL::CTime.GetLocalTm()

    I have a projiect in vs2003.net,which use ATL::CTime.GetLocalTm()function with default parameter. But in vs2005 the function was defined without any default parameter. And the MSDN tells that we can use it with a NULL paramenter,so I do this.But there comes a breaking when I debug the project after I building it. Then I step into the ATL source code to see the definition of GetLocalTm,and I found that there is a macro definition o ...Show All

  • .NET Development smtp problem (system.net.mail)

    I've written email pro in asp .net Protected Sub Button1_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New MailMessage() Try 'set the addresses mail.From = New MailAddress(" name@company.com ") mail.To.Add( youname@comapny.com ) 'set the content mail.Subject = "This is an email" mail.Body = "this is the body ...Show All

  • SQL Server Choosing explicit cell in Excel to SQL Database

    Hi, is there a way to choose a specific Excel cell and put the value into a specifc column in a SQL table using the wizard For example, when the package is run, to have cell B3's value placed into a newly created row in column 0 and have F6's value placed into the same row in column 1 Thanks for your time, James EDIT: What happens currently is I'll map a particular Excel column and it will create almost 200 rows in my table with mostly ...Show All

©2008 Software Development Network

powered by phorum