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

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

hafi

Member List

glebd
kadabba
Craig Skibo - MSFT
ETUX
nbaker
ks06
Bhavin B - MSFT
mlewis
T.J. Glazier
Xavi Navarro
david.tooley
Jithendrian
DougW2004
hippychic43
NoBuddy
Xtian Mendoza
bflotim
DamReev
brk
Mikey77
Only Title

hafi's Q&A profile

  • SQL Server Data integration challenge. Will SSIS help?

    Hi, We have a requirement to do ETL on large EDI batch files into SQL Server. For this we have to map several X12 schemas - which are fairly complex - into relational schema. Right now they use Biztalk but that is not a good option for batch processing of large EDI files. Performance is really bad. Is this possible using SSIS Are there any 3rd party tools which might integrate with SSIS to make this easier or can do this as a stand-alone I know Mapforce 2005 from Altova supports X12 mapping and even generates C# code for the mapping. Anyone has experience in using Mapforce generated C# code in SSIS Looking forward to any insigh ...Show All

  • .NET Development System.Runtime.InteropServices.COMException in Windows 98

    I have developed window application using VS2005 and .NET 2.0 on Windows XP machine. I have made setup project and deployed my application to Windows 2000,Windows XP and Windows 98 machine. (All installations are fresh) Application works well in Windows XP & 2000 but it is not working in Windows 98. There are two errors 1 Error) Retrieving the COM Class Factory for componen with CLSID failed with HRESULT: 0x8004015 (Class not registered (REGDB_E_CLASSNOTREG)) System.Runtime.Interopservices.COMException This error happens when I use System.Management.Objectsearcher to read processor serial number using Select * from Win32_Proc ...Show All

  • Visual C++ Exception handling in MFC applications

    Every so often, our application (built with VC++ 2003) throws a C++ exception, usually derived from std::exception, not CException, that is not handled. This as expected calls abort(). The first question is why that generates no dump file, in either release or debug builds - the docs for _set_abort_behavior state that the default is to produce a Dr. Watson dump. I tried to get around this by calling std::set_terminate, pointing it to this function: void LastResortExceptionHandler() { __try { OutputDebugString("Raising C exception to get stack trace for minidump\n"); RaiseException(EXCEPTION_BREAKPOINT,0,0,NULL); } __e ...Show All

  • Windows Forms Is there a standard deviation function in .Net?

    Hi, I'm trying to work out the standard deviation of some numeric data in my form... but I can't see any way to call a StDev function.  I've hunted high and low on the web and in the .Net help but I can't seem to find anything like this... can anybody make any suggestions as to how to do this TIA... Mike just asking,  ...Show All

  • Visual C++ How to find procedure addresses from dll in resource?

    Hello, I have placed a DLL into a resource as type "RCDATA". I can programmatically find, load and lock the resouce. How can I find the procedure addresses, GetProcAddress() doesn't seem to work because it needs a HMODULE, which seems to be only available from a "physical" DLL file. Can anyone please point me in the right direction   Thank you VERY much! Uwe You have to create the file physically on a drive if you want to execute it. Otherwise I see no way to load it into memory. If you just want the entry address without execution you can parse the PE fileformat. ...Show All

  • Windows Forms Click Once with two project !!!

    Hello! I Want to use  No Touch deployment for my application. But i have two projects client and server(1. Windows Services 2. Simple Application which uses the service) which has to be deployed in a single click .I don't know how to implement this  pls help me Thanks in Advance Regards johny.R   With the current release, ClickOnce does not support multiple applications in one deployment. It also doesn't support Windows Services. You should use Windows Installer to deploy your Windows Services, and you can use something like SMS to push those installs out to your clients. ...Show All

  • Windows Forms Select Row in the DataGridView

    Hello... I know just the key value and  want to select the row in the DataGridView using that value. I tried to use the TypedDataSet and DataGridView. But, I don't know the row index in the DataGridView. The job what I want is as below... int liIndex = xxxxxxxxxxxxxxxxxxxx; dgWindow.FirstDisplayedScrollingRowIndex = liIndex; dgWindow.Rows[liIndex].Selected = true; dgWindow.CurrentCell = dgMenu[0, liIndex]; And, "liIndex" is what I don't know to solve. How can I get the rowindex from the specified value Please, answer me~~ Thank you~~ Hi, What is the DataSource of your grid If its a datatable ...Show All

  • Visual Studio Team System Threshold Violations reported when the threshold has not been reached

    Why do I see threshold violations reported during load tests in the following format: "The value 10 is less that the critical threshold value of 20" I would expect to only see this type of message and a threshold error counter increase if the the reported value was actually greater than the threshold value. Ken Hello, I just wanted to post the document that covers this, and was recently released. http://msdn2.microsoft.com/en-us/library/ms404675.aspx Thank you, Nicole Johanson ...Show All

  • Windows Forms How can I control the spacing of items in ListView component? Thanks!

    How can I control the spacing of items in ListView component Thanks! I have set the View attribute of ListView as LargeIcon. After run, I find the spacing between icons is too wide. How can I control the spacing between icons in ListView component You're right! It doesn't work! Sorry, I thought it might.    I had some time to play around with it this weekend and couldn't get any of it to work. But, I thought I remembered using drag/drop before to move icons around, so I fired up the app where I did that and discovered that it didn't work there either. I hope someone else might have a better answer for you! Sorry! ...Show All

  • Visual Studio Extending with a new Platform / Device.

    How can I introduce a new device / platform into visual studio I'm talking about the integration you see with SmartPhones, XBOX, etc. Is it even public the interface to integrate stuff like that There's another example, altho a little bit different - F#. It has source code and all, except for the imteresting part - the integration. I think it's interesting because it's using another compiler - an exe file. I dont really understand why this part of the extensibilty is kept "secret", because i would think that it'll make Visual Studio even more popular to developers - especially game developers because it will create a mechanism of ...Show All

  • Visual Studio Team System Team Foundation Server Beta3 Setup Failed

    I tried installing Beta 3 of the Team Foundation Server, single server installation. I followed the instructions in TFSInstall-v50920.chm. Setup of team foundation server failed with: Error 28905. WiDbLoc: Could not list of fields to localize from the database Berry here's when the errors occur in dd_vsinstall80.txt: [09/24/05,14:37:47] VSServerUI: ISetupManager::GetGlobalCustomProperty() failed to find global prop in CProgressPage::RunningComponent() [09/24/05,14:37:47] VSServerUI: {4F8791EE-486F-44B5-952B-F28F9FD58BD0} [09/24/05,14:37:47] Setup.exe: GetGlobalCustomProperty({710A502B-4669-405C-A985-BA21545509BA}) [09/24/05,14:37: ...Show All

  • Visual C++ Trouble compiling with DirectX and MSVC++ 2005 beta 2

    I think I have it all set up properly, but I am getting some linker errors: error LNK2019: unresolved external symbol _D3DXLoadSurfaceFromFileA@32 and so on.  I have d3d9.lib and d3dx9.lib included in the input tap of the linker in project options. what else should I do. If you're having linker problems, try the steps in my blog post here and let me know if that approach works for you: http://blogs.msdn.com/dweller/archive/2005/05/23/420961.aspx David Weller ( http://blogs.msdn.com/dweller ) Community Manager, Windows Gaming and Graphics Developers: http://msdn.com/directx , Gamers: http://www.windo ...Show All

  • Visual Studio Team System Team System WITHOUT .NET

    Hi, I am about to undertake a rough cost-benefit analysis for my company for VSTS and the thing that might sway us for or against is that whereas most of our projects are built in ASP.NET so we would get full use of VSTS, we do still have a lot of projects using other technologies, e.g. Flash, CMS tools such as Tridion and ObTree, and even some Java based web apps. We spend a lot of money every year on VSS (and Source off Site for internet Source control), Document Management systems, Bug Tracking Software, and we have some tools for automating builds. I know that in a solely .NET environment we could throw all of these away as VSTS has thes ...Show All

  • Visual Basic Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?

    Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work Michael Seriously I read a few of your post, atfirst I can understand that you are pissed off. But then when I read a couple more, I totally think you should go do something else. I have the same problem with MySQL but I know its a B E T A, and people answering this thread is just like YOU and ME. Its not like every reply is OFFICIAL MICROSOFT SUPPORT. So STFU. Dont act like a kid that doesnt get candy. You made me register to post this................ ...Show All

  • .NET Development AxInterop.SHDocVw.dll and Interop.SHDocVw.dll

    Hi, I am coding a system to fill out some informations about taxes and somethink similar. So the program reads the data out of a file, fills out a web page with the data and submits the data. Now my question: is it possible, that I don't need to include the two dll-files ( AxInterop.SHDocVw.dll and Interop.SHDocVw.dll ) or do I have to give the two dll-files with my program My boss wants me to reduces the count of files of the program to the minimum and he doesn't want to send dlls with the programm. Or are the two files in a sub-directory in the windows-directory (or in a .cab) Thanks a lot! Lukas Hi I think this .dll can be remove ...Show All

©2008 Software Development Network