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

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

mlindemu

Member List

Tami691
sofsab
Cerasti
Whitebox PC Repair
Mahyar
JMitchell
KevinH_MS
Robin G
orygreg
gddscy
HighDesertTech
Radu
Sih Huseyin Ulger
C Fandango
anametrix
KSC1
JLL05
bad2bone
darksunz
Byron118766
Only Title

mlindemu's Q&A profile

  • .NET Development EXE as Modal Dialog using ProcessStartInfo in C#

    Hi, Im calling 3rd party exe using ProcessStartInfo class. I want to open the exe as modal dialog using the ProcessStartInfo .  Or tell me is there any other way to open exe as modal dialog . Please help how to do it. Regds Tanny. Process p = new Process(); p.StartInfo.FileName = "filename.exe"; p.Start(); p.WaitForExit();   ...Show All

  • Visual Studio 2008 (Pre-release) Dynamic IP

    I write Client and Server in Wcf and i have problem with base address. The Server take the base address from other source ( dll config i write ) Uri baseAddress = TakeBaseIP(); // Create a ServiceHost for the CalculatorService type and provide the base address. using ( ServiceHost serviceHost = new ServiceHost ( typeof (General Service ), baseAddress)) // Open the ServiceHostBase to create listeners and start listening for messages. serviceHost.Open(); when i use in svcutil the file contain the ip of server(base address). < client > < endpoint name = "" address = http ...Show All

  • .NET Development Passing an array to Oracle using .net/ Data Access / ADO.net

    HI, I was wondering if anyone can help me with the following problem: I am using OracleClient class provided by Microsoft for my data access layer. I have written all the object oriented code using OracleClient ( i am using DAAB provided by GotDotNet.ApplicationBlocks.Data for Oracle). My database is Oracle 9i. I am using .Net Framework 1.1 and it is not possible for me to update it to 2.0 right now. I have a stored procedure that inserts a row in the Oracle database. The problem is: I may have to call that stored proceudre from 1-2000 times. My stored procedure currently handles data for only one row at a time. But calling stored procedu ...Show All

  • Architecture the best design for human resources managment project

    Hello, i have this human resources project i have to do... the company has 4000 - 5000 employees.. the problem is i really do not know where to start.. and the best way to design it... i am totally confused.. should i use WS, or Remoting,, the project is internal, the DB will be hosted in a server within the same building the the clients will be using LAN to connect to the server, i guess remoting is great in this scenario although i have never done remoting before... but the problem here is i will have to access the BL from the web for some inquiries... so the remoting is not great :(.. thats why i am confused.. now my question is. ...Show All

  • Visual Studio Team System Build Error

    I keep getting this error when I try to build any of the projects under my Team build folder: The build service could not validate the caller.  Please ensure that the network connection between Build machine and Team foundation server is proper, and the caller is valid. Other people can build the same project on their machine.  Any help would be appreciated. Thanks, Anna got same problem with VS2005 Team-Suite RTM and TFS 2005 B3r. As Proj-Manager I can build, but a "Contributor" cannot ! (rights for "Contributors" show "start a build"). ...Show All

  • .NET Development SQL Command for NOT EQUALS

    I keep getting hung up on simple syntax. I'm using asp.net and access. I have: myExecuteQuery = " Select * From Items WHERE " & _ "((Item LIKE '%" & Keywords.Text & "%') OR " & _ "(AssignedTo LIKE '%" & Keywords.Text & "%') OR " & _ "(Title LIKE '%" & Keywords.Text & "%') OR " & _ "(Description LIKE '%" +-& Keywords.Text & "%') AND " &_ "(Status NOT '3-Closed') )" It's that last line - I want it to search through the other records and NOT retur ...Show All

  • Windows Forms ADO.NET, DataSet and pulling related data from the SQL 2k

    Please let me know if at any point I'm trying to force my way through doors already open :) My goal is to write a class that would enable me to populate the whole dataset with schemas of tables being in relation with the one in the basic SQL query and fill those tables with relevant data. Eg if I have table UserCoreInfo consisting of&nbs ...Show All

  • .NET Development Can I open an Access database from vb .net if the mdb file is opened.

    if I try to use the following connectstring "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\cse1\src\test.mdb;Mode=Share Deny None;User Id=admin;Password=;" I get the following error "The Microsoft Jet database engine cannot open the file 'test.mdb'. It is already opened exclusively by another user, or you need permission to view its data." I was assuming that mode-Share Deny None would open the database in read-only mode, since I have to just display data and not do any updates. thanks. Yes you can open/read/write to an acces db when it is opened by another user (access is a multiuser DB),  However ...Show All

  • SQL Server synchronize sql mobile (vs 2005) and sql server 2000

    How do i set up a connection between sql mobile and sql server 2000 I think all the packages are installed but how can i synchronize data from sql mobile to server 2000 and the other way what you're talking about doing is entirely supported - you want to merge replicate from SQL Mobile to SQL Server 2000.  you'll need to install the SQL Mobile server tools for SS2000 on your server to get going.  You need to be running SS2000 at SP4 (or SP3a) and can get them at: Microsoft SQL Server 2000 Service Pack 4 Replication Components - The package installs the SQL Reconciler and the SQL Reconciliat ...Show All

  • Visual C++ Where is C99 round function?

    First, I post this question to Visual C++ Language but it seems it's OT there, so I repost it here as it relates to VC++ 8.0 libraries Hi, It may seem to be extremely trivial quesion, but I completely have no idea why I can not find round function in math.h I use VC++ 8.0 so I suppose it brings very up to date C/C++ librareries. round function was added in C99: http://www.dinkumware.com/manuals/reader.aspx b=c/&h=math.html#round http://www.gnu.org/software/libc/manual/html_mono/libc.html#Rounding%20Functions I've greped through CRT sources shipped with VC++ 8.0 and there is no such function. Where can I find it ...Show All

  • SQL Server Successful Job that doesn't run? HELP

    Hello, I have a Job that runs a DTS package. This package in turns call several other packages. All individual packages run fines. When the main package is run manually it also runs fine. The jobs that calls the main package should be runnning for at least a couple of Hours maybe more and updtae several tables. It actually run nightly for only 20 minutes and doesn't update any tables. Yet it is in "successful" Any thougts This KB article describes common problems with running packages as Agent Jobs and how to troubleshoot this: http://support.microsoft.com/default.aspx/kb/918760 ...Show All

  • Smart Device Development Disable Cert Check on WM5

    I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA Can you expand a little more on what you are trying to do what you currently have working. Can you cradle the emulator under normal circumstances (using DeviceEmulator manager) and have ActiveSync find it and connect to it The connection between ActiveSync and emulator is done via a COM interface and a plugin DLL in the ActiveSync ...Show All

  • Windows Forms Calculate StartDate and EndDate of Week

    Hi Every body, How can i find start date and end date current week  for example now we are in 35 th week of year and start date is , in turkey 23 08 2004 but when i use dateadd function Dim c As Date c = DateAdd("ww", 35, CDate("1.1.2004")) cis 09/02/2004 2nd september thank in advance Public Function FillCorrectStartEndDates(ByVal  ...Show All

  • Smart Device Development SQL Server CE Licencing Details?

    Anyone know the licencing details on SQL Server CE   Am I allowed to run it on a Pocket PC running .NET if I never connect to a SQL database   Is it free if I do this I simply want to use it to store data temporarily in, while working in an App on the pocket PC.  I'm then planning to query the data out and transmit the data via web service to the server. Please confirm if this is within the licence agreement If this is out of bounds, can anyone specify an alternate technology that might do what I'm looking for Thanks, Jeff. I read through the licence agreement and it states: YOU MAY ONLY USE MICROSOFT SQL SERVER 2000 ...Show All

  • Visual Basic Add items to menu at run time

    Hi i have a txt file that is seperated by semi colons. I can parse it but i need to add each one to a menu list (menu list control). How would i go about doing it   Thx   NOTE: i can do menustrip.items.add ("Item"), but that adds to top item not a sub menu Lets say your menustrip is menuStrip1 then you would say- this .menuStrip1.Items.AddRange( new System.Windows.Forms. ToolStripItem [] { this .fileToolStripMenuItem});//Top level menutoolstripItem which is called "File" this .fileToolStripMenuItem.DropDownItems.AddRange( new System.Windows.Forms. ToolStripItem [] { this .editToolS ...Show All

©2008 Software Development Network