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

Software Development Network >> Olivier B.'s Q&A profile

Olivier B.

Member List

MAGEngine.NET
xanthus
Mohan Giri
Ars_Maxer
hello frns
Mark Zhou (Wicresoft)
nikitaj
grimdog
Sunil Unnithan
hugo huang
tdot
HFloyd
ravithegreat
Lacia
hugoplatzer
AndrewSeven
captain_semtex
ReneL
KaraokeJoe
Roman Gil
Only Title

Olivier B.'s Q&A profile

  • SQL Server where can I download SQL 2005 Beta 9.00.0852

    Hi, I need SQL server 2005 Beta version 9.00.0852. Please can any one let me know that where I can download that. Complete version . I have a hard time to find Thanks in advance Why on earth would you want Beta 2 RC1 of SQL Server 2005 I can practically guarantee you that you are going to have such a difficult time finding it that it probably aren’t worth your time to try. Not only is it quite out dated, it is unlikely that ...Show All

  • Windows Forms Customize Tabpage

    Is there a bind a inherited tabpage to a inherited tabcontrol (the designer uses allways the standart tabpage...) Regards Hansjorg http://www.dotnetrix.co.uk/tabcontrols.html --> TabControl using custom TabPages. ...Show All

  • Visual Studio Express Editions (Newbie) Listbox.SelectedIndex problem

    Hi EDITED post: changed question. This is the very last thing I need to do to complete my first project. I have found that to select an item from a Listbox, the user needs to use the up/down control and then click to highlight anthe item before a call to ListBox.SelectedIndex will return the correct item in the list. Even if a different item is showing in the Listbox, the return is always the last item that was 'selected', How d ...Show All

  • .NET Development XslTransform.Transform(): Different results on different machines?

    Hi, I have an application which works fine on my development machine.  However, when I used my build on the production machine, I get an Exception. I use code like this to transform a XML string "Text" to its transformed version: XmlDocument oXML = new XmlDocument(); System.IO.StringWriter sw = null ; oXML.LoadXml(Text); XslTransform xslt = new XslTransform(); sw = new System.IO.StringWriter(); xslt.Load(XSLT); xslt. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I need some spiritual DirectX guidance.

    I've been learning from a book titled Tricks of the Windows Game Programming Gurus by Andre' Lamothe. It's outdated using DirectX 7.0a SDK, and I believe his second volume creates software rasterization with DirectX 8.0 SDK. I really enjoy his books because it is very in depth and low leveled. My question is should I continue reading it if I'm geared on becoming a professional in graphics Since 60% of our life is maintaining and upgrading previo ...Show All

  • SQL Server How Can I access SQL Server SMO Objects in VC6 or VB6

    How Can I access SQL Server SMO Objects in VC6 or VB6 Hi I want to use SQL SMO (SQL Management Object .Net Library) in VC 6.0 and VB.6.0 I don’t want to use SQL DMO (COM component) I tried to make COM callable wrapper (CCW) for SMO using the following command line execution. RegAsm.exe /tlb:MicrosoftSqlServerSmoTest.tlb Microsoft.SqlServer.Smo.dll After exec ...Show All

  • Visual Studio Team System Can't add domain user to TFS groups

    When I select "Add Windows Users or Groups", it only shows the local machine, I can't browse to the domain, and can't add user in the form "Domain Name\User Name". The machine has already joined to the domain and the current user is the TFS administrator (also Domain Admin). How can I add domain user to TFS groups Thanks! While this may not specifically be your issue, since you have your dc on the same box as the AT I wanted to make sure y ...Show All

  • Visual Studio Express Editions Visual Web Developer 2005 Express Edition' - Package Load Failure dialog box appearing.

    In addition to installing 'Visual Web Developer 2005 Express Edition', I have installed the Add-In Package 'Microsoft Report Designer'. But when I load 'Visual Web Developer 2005 Express Edition' I get a Package Load Failure dialog box appear. It says 'Package "Microsoft Report Designer" has failed to load properly (GUID = {F3A96850-E2AE-4E00-9278-8FE23F225A0D}), Please contact package vendor for assistance. Application restart is recommended, ...Show All

  • Visual C++ Calling a Public Windows Form function from another Form

    I am having a problem calling a public function I created in one windows form from another.  I am using VC++.NET 2005. Here is the snippet of code: From second windows form: public ref class frmEnvWindow : public Form { private : Queue^ cmd_queue; public : frmEnvWindow( void ) { InitializeComponent(); } void Set_Queue (Queue^ pqueue) { cmd_queue = pqueue; } And in the main windows form if (!Display_Showing) ...Show All

  • SQL Server Re : Enabling / Disabling Data Flow Tasks

    Hello, I have created around 10 seperate packages for our application data load. Now I am planning to create a master package (or a wrapper package) which will execute all the 10 packages (thru execute package task). Then I have a job which executes the master package at a given date and time. Question : How can I enable / disable execution of each package within the master package depending upon a flag variable. The reason why I need ...Show All

  • Visual Studio Team System VSSConverter for TFS Beta3

    Hi, I am trying to convert a VSS database to TFS Beta3 using VSSConverter but I'm stuck on the settings.xml file. Can anyone give me an example settings xml file that will work with TFS Beta 3 I have tried several things as suggested here http://blogs.msdn.com/akashmaheshwari/articles/386062.aspx  but I can't get the format right!! Regards Graham For deleting team project issues, see post http://forums.micro ...Show All

  • Visual Studio Team System Incremental builds with Team Build

    I've been running incremental desktop builds successfully mainly using the default compilation process defined in Microsoft.CSharp.Targets. But when I try to build using a “team build” it rebuilds everything from scratch. Do “team builds” always build everything Do I have to override the default compilation process to accomplish this I’ve already tried with my own Build/csc target but it doesn’t seem to work…   Hello Pablo! ...Show All

  • Microsoft ISV Community Center Forums Runtime Error '2001'

    I am using the following code to use an unbound text box to display the PM Name associated with the PM Number but for whatever reason, I keep getting the Runtime Error '2001' when I run the code. Private Sub Combo59_AfterUpdate() Dim StrName As String Dim strPM_Select As String strPM_Select = "[PM Number]=" & Me![Combo59] & "" StrName = DLookup("[Plan_Center_Name]", "Plan_Center_EPMC", strPM_Sel ...Show All

  • Visual Basic SQL Express 2005 won't save any data

    Can someone please help me   I am so stuck. I've constructed the example in Help 5 times and the 16 part learning series (section 9) 9 or 10 times, and cannot get the Data Grid View or Details View drag and drop database to do anything other than display data.  They simply will not save any data at all. To answer your question, I have created the table, entered sample data and hooked up the data source. I followed directions ...Show All

  • Visual Studio VSS2005 is slower than VSS6, "LAN booster" does not boost :(

    Hello guys! I need your help! I just have upgraded from VSS6d to VSS2005 and am trying to enable "LAN booster". I have found that VSS2005 works a little bit slower then my previous VSS6 - approx. 30% slower :( I see that enabling "LAN service" gives no speed up at all :( There are VSS2005 at both sites - server and client. The "LAN service" is enabled, SSService is started at the server site. I ...Show All

©2008 Software Development Network

powered by phorum