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

Software Development Network >> Thibaut Barrère's Q&A profile

Thibaut Barrère

Member List

Morias
Mr.Smith
Steven Don
Mr B
anups
Taylor Brown
DamReev
Damn
Jayanthi John
David M. Kean
rafeek
#Jonathan
Christopher Roberts
Sree Prakash
KoryS
tsalikivenu
g2506
Claudio Livio
Azhar_kazi
Saul Silos
Only Title

Thibaut Barrère's Q&A profile

  • Visual Studio Team System Differences between FxCop 1.35 command line and GUI

    Hi, When we're running a Hello World FxCop project in the GUI we're getting 6 errors, but from the command line and from our continuous integration environment we're only getting 5. Is this a known bug/issue Cheers, Robbie Can you post the issues you are getting in both Especially the missing one. I've seen this happen when a different or no Microsoft Office version is installed on one system but no ...Show All

  • SQL Server Error Regarding file import through import wizard

    Hi all, when trying to import files to our database server from a client, I keep getting an error: - Validating (Error) Messages Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Source_txt" (1).  (SQL Server Import and Export Wizard)   Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Data Conversion 1" (175).  (SQL Server Import and Export Wizard) ... doi ...Show All

  • Visual Studio Team System TypeNamesShouldNotMatchNamespaces AKA CA1724

    This rule seems overly constraining. With namespaces (and the advent of the global namespace in C#) and some of the names of the nested namespaces in the FX, it seems to me this rule will generate much noise (e.g. the following nested FX namespaces are really general and could apply to many different projects/applications: Common, Services, Collections, Design, Util, Resources, IO, Configuration, Internal). "Design" is a nested fram ...Show All

  • Visual Basic Blinking Cursor

    I hate to ask such a silly question but in code view my cursor has turned into a silly old dos looking big black blinking box!! How do I get the default one back......thanks Eric ...Show All

  • SQL Server SQL Query in Script

    This question may have been answered before, if so I apologize... But, could someone tell me how to connect to connMgr and run a sql select query in ctrol flow script thanks in advance. Thanks for the sample Perry! Allan, We have a select count task that will loop until either count=0 or a max threshold has been reached, if max reached, then fire an email and audit some details and terminate. I know ...Show All

  • Visual C++ error LNK2019: unresolved external symbol

    Hello, I have been learning C++ just for a month. I tried to write a code which uses an external xmlParser. My code is: #include "stdafx.h" #include <vector> #include <windows.h> #include <malloc.h> #include <string> #include <iostream> #include <stdlib.h> #include "xmlParser.h" #include <fstream> //The matrix is defined, it is max 1000*1000 #define MAX_COLS 1000 #define MAX_ROWS 1000 using namespac ...Show All

  • Visual C# Break points are not getting hit in ASP.NET (C#)

    Hi, I am a newbie to .NET, recently I installed .NET. I could not debug using breakpoints, breakpoints are not getting hit, but the application is working fine with out any issue. If I press F5 or Start Application is working fine. “Start without debugging” is also working fine. But the breakpoints are not getting hit by the process. I am not getting any error. It would be grateful if you give me a solution for this issue. I created ...Show All

  • SQL Server Coloring fixes

    May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All

  • Visual Studio Express Editions using the createUserWizard tool from the Toolbox on Visual Web Developer 2005

    I am new to Visual Web Developer Express 2005  and also went through all the 14 lessons on the msdn web iste. The  question I still have is on using the Create new user wizard from the tool box.  How am I going to copy the data entered on the web form (new users are asked to create themselves an id and passord) to an MS access database table The tool is not bound to a database but do not know as to how I will do i ...Show All

  • Visual Basic What's the limitation of VB Express?

    Still the old 32K limit on controls, etc VB 2005 any better FileMaker supports upto 2 Terabyte database and it doesn't cost anywhere $1,600.  While the standard version of SQL is meant for big companies, I don't like the limitations of the express version. I wish there was a consumer version SQL with dual core support, no RAM or disk limit (like FileMaker).  ...Show All

  • Visual Studio Team System Unit Testing Web Service that returns DataTable type

    I am trying out the team testing facility in VS 05 against a web service and am not sure what the intended use is, and can't find a good example. I have a webservice with one method which returns a data table, and have used the "Create Unit Test" option to generate a test method which has created the proper web reference in my test project, providing generated class to interact with the service. The response from the web service method is ...Show All

  • Visual Studio Express Editions Displaying Data from a Access spreadsheet on a form

    I want to display data from a spreadsheet on a form in a more attractive way than just using the "datagrid". Is there a way I can possibly have the information displayed in a different way Can anyone point me in the right direction (I would like to be able to display the information in a window with a scroll bar if possible) Thanks. Eric To be more specific, I've found how you would dis ...Show All

  • .NET Development When running on vs.net beta 2 [I]

    When running on vs.net beta 2 it works good but when I'm trying to run it with IIS - it not working meaning trying to run from http://localhost/MyPrject/MyPage.aspx How can I fix this problem please help me thank you.! Thanks for the question. It looks to me like an ASP.NET issue, though, so you'll probably have better luck if you post on their forums ( http://forums.asp.net ) Thanks, Mike ...Show All

  • Visual Studio Express Editions Publishing VBExpress Website to local host

    I am connecting via Local IIS. "Use Secure Sockets Layer" is checked. All files copy fine to http://localhost . From a another computer, I type http://myIISserver/default.aspx . The following error displays: =============================================== The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. hi, ...Show All

  • Visual Basic Use a variable in a other sub

    How can you use a variable in a other Sub like this. Sub a=1 End Sub Sub msgbox "a" End Sub Hi, Just declare it outside the sub: Dim a as string sub 1 a = "Hello" End sub sub 2 msgbox a end sub cheers, Paul June A. Domag ...Show All

©2008 Software Development Network

powered by phorum