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

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

alehel

Member List

AntC999
Matt Thubron
AlexWerner
Rena
MCJ
reader25
Nikody Keating
JustNew
Ganesh Please_Help_Me
steve yee
kyle_song
Brian Brown
rkuerbitz
David Hatherly
Belmiro
Jan van Casteren
danglen
uitmaurik
pugsly75
KaneZMY
Only Title

alehel's Q&A profile

  • SQL Server Execute package via a web application failing

    I have created a web interface for an ETL.  The SSIS packages run via the GUI package utility and the command line; however, they fail miserably via the web application.  The web app discovers the package without a problem, as I can view various properties of the package within the web app.  However, when I call execute and step through the code a DtsError is returned referencing "System.__ComObject".  Any ideas string pkgLocation; Package pkg = new Package (); Microsoft.SqlServer.Dts.Runtime. Application app = new Microsoft.SqlServer.Dts.Runtime. Application (); DTSExecResult pkgResults; IDTSEvents dtsEv ...Show All

  • Architecture biztalk Configuration problem

    Hi, I have installed biztalk server 2004 on windows 2000 professional machine which is having local sql server 2000 client. The sql server 2000 database resides on another wondows 2003 server machine. When i am configuring biztalk server on my local machine(through configframework), it gives me following error Failed to create SQL login for biztalk administrators group on database server "RemoteWindows2003ServerName". Windows Nt user or group 'RemoteWindows2003ServerName\Biztalk server administrators' not found.Check the name again. I have already created this group on my local machine and assigned administrator user to ...Show All

  • Visual Studio Team System Security, Groups, and Users To Global or to Project set levels

    In setting up Team Foundation Server security, groups, and users can be added globally or by project, but they hace different access rights. I am unsure as to what would be the best policy when setting up TFS. My Thought is to create Global Groups based on Roles eg: Developer, Tester, BA etc. then enter global security then add Project groups that are members of the global groups then add the users to the groups. Or am I making iot too complicated and just go in at the project level. If I go in at the project level only what about other security rights at the global level. An example of a good policy would be greatly appreciated. ...Show All

  • Visual C++ MessageBox problem under Visual Studio 2005 C++

    Hello, I'm a beginner with Visual c++ studio. I have made a new project MFC application and I want just to use this simple function : MessageBox("Test"); But when i compile the project i have this error message : c:\programmation c++\visual c++\testformwindows\testformwindows\Form1.h(100) : error C2440: '<function-style-cast>' : cannot convert from 'const char [5]' to 'System::Windows::Forms::MessageBox' And secondly i have a second problem with this source code : CString sChaine; sChaine.Format("Valeur %i",12); c:\programmation c++\visual c++\auto_matching\scfs\scfs\scfs.cpp(15 ...Show All

  • Windows Forms DataGridView Combobox Column

    I Have a simple datagridview bound to a database. One of the columns is a comboxcolumn. When i try to drop down the combobox in any row i get the following error. "Getting the Size property of a cell in a shared row is not allowed." Any idea what causes this error  Any solution yet I am using Beta 1 (Feb 2005 CTP). Whe ...Show All

  • Visual Studio Express Editions Putting a string variable into a "pre"set text

    Hello, Is there a way that the use would input a word such as Microsoft and that input "Microsoft" would show up as like this: http://www.google.com/search hl=en&q= Microsoft onto a text box more examples: Macromedia: http://www.google.com/search hl=en&q=Macromedia Sony http://www.google.com/search hl=en&q=Sony Dell http://www.google.com/search hl=en&q=Dell define: Serene http://www.google.com/search hl=en&lr=&q=define%3A+serene Thanks A Lot! Please help me! Thank you! Keehun Nam Hi, Try the Process class: Process.Start(" http://www.google.com/search hl=en&q=" + TextBox1.Text) BTW, the process class coul ...Show All

  • Visual Studio 2008 (Pre-release) Address Blues

    It is my assumption that the array of URIs we pass to the constructor of service host are the URIs where we would like to make the WSDL available. Ex.If we pass a http, tcp address to the constructor and only a http end point is configured, then we will be able to get the WSDL using either the TCP or the HTTP address but when a function call is made, it is made only to the http address mentionned in the End Point. If no URIs are passed to the contructor of servicehost then we cannot generate the proxy at all because we are not making the WSDL available by exposing some URI. Can anyone confirm my interpretation Hi Suraj, ...Show All

  • Visual Basic Visual Basic 2005 Naviation Menu

    I created my website locally and added a menu to it. The menu works fine locally but when I publish the site to a server. I get an error message when doing a mouseover. Also the arrows for the sub menus do not display. Below is the script for the menu and below that the error message I get from the server. Any ideas on fixing this would be greatly appreciated. < asp : Menu ID ="Menu1" StaticDisplayLevels ="1" Width ="100%" runat ="server" Orientation ="Horizontal"> < Items > < asp : MenuItem Text ="GSD Funnel" Value ="Funnel" NavigateUrl ="Default.aspx"> < asp : MenuItem Text ="Add New ...Show All

  • Smart Device Development How to apply C++ in C# Projects on Smart Devices

    Hi, In my current project I'm performing a set of very time consuming operations. Unfortunately even employing pointers doesn't yield a significant advantage in this C# project. My idea is, to outsource this piece of code to a C++ class library. During this attempt I was confronted with new problems: To use C++ methods in C#, the DLL has to contain a Manifest , which is only possible with managed extensions (/clr-compiler option) C++ managed extensions are not enabled in Smart Device class libraries PInvoke on Smart Devices can only be performed with Winapi-DLLs A possible resolution would be to create a Winapi-like DLL, which I don't kn ...Show All

  • Visual Basic Data Source Windows

    I use the window ADD NEW DATA SOURCE... and I increase DataSet usually, when I open any form the DataSet of the window DATA SOURCE disappear and the buttons are extinguished. I already reinstalled VS 2005 didn't work, I use Wndows XP. ...Show All

  • Visual C++ DLL Compatibility?

    I am converting an app from vc6 to vc8 (vs2005). I've got everything to compile fine, and most of the testing looks good. While system testing in Release mode, I get an occasional crash. The dialog box says "PCSMain.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created". Even though I have drwtsn turned on, I don't see any error logs being created. Even while running the app thru VS debugger, I don't get any helpful info when it crashes. I am taking a wild guess that the problem may be a library issue. Since I am using vc8, msvcr80.dll is used. But in l ...Show All

  • Visual Studio Team System Checking a CoreField's Availability on its WorkItem's DisplayForm

    I have some code that sets certain CoreFields' values no matter the Project or WorkItemType. One of these fields is the Description field, which is defined in the CoreField enum in the WorkItemTracking.Client assembly. The problem is, there does not seem to be a truly reliable way to check if this field is visible on the DisplayForm in CMMI Projects (and perhaps all projects, but I have only come across this problem in CMMI ones). The Description field is available for such projects, but it is not visible in the Editor (WorkItem.DisplayForm) when the new Bug is displayed. The WorkItem Type Definition for CMMI Bug WorkItemTypes desc ...Show All

  • Software Development for Windows Vista workflow persitence

    Using SqlPersistenceService, I can save/restore an runtime workflow to/from SQLServer in running application. Here is my problem: -Run app, save workflow -Turnoff app -Run application again, try to get above workflow but not can Are the any solution for that Tx Kha, There isn't any official documentation around the schemas yet; can I help you regarding any specific tables / fields Arjun ...Show All

  • .NET Development How to monitor files in different folders using the FileSystemWatcher?

    Hi This is what i came up with but it doesn't monitor these folders simultaneously Did you wire the events And you resert the Filepath every time in the loop. For each root directory you need a dedicated FileSystemWatcher object. ...Show All

  • SQL Server Copying Row Data within the same table

    I have the following table: Table name: RR columns: Subject (varchar (35), Null) Topic (varchar (35), Null) RD (text, null) RR (text, null) Picture (varchar (50), Null) Video (varchar (50), Null) RRID (int, Not Null) TSTAMP (datetime, Null) RRCount (int, Not Null) This table stores common information used in resolving technical problems based on Subject and Topic. However, I've now created a Subject/Topic where I want to copy all the data that corresponds to another Subject/topic. Example: There are 35 rows that correspond to Subject = 'Publisher01' and Topic = 'Subcategory03'. I want to create 35 ...Show All

©2008 Software Development Network