Software Development Network Logo
  • Visual FoxPro
  • Windows Forms
  • .NET Development
  • Visual Basic
  • Game Technologies
  • Smart Devicet
  • SQL Server
  • Visual C#
  • VS Team System
  • Visual Studio
  • SharePoint Products
  • Windows Vista
  • IE Development
  • Microsoft ISV
  • Visual C++

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

arunr14

Member List

TrevorHughes
A.Momtahan
Mike Martin24365
UnKnown Nick
mkfl
MikeRt
nCognito
Dark Pontiac
Linlin425872
Dotnet007
devstuff
forrestcupp
Roberto Gr
myalo
Kesava
airwalker2000
Jeremy Lew
csname
TheViewMaster
Jeff Putz
Only Title

arunr14's Q&A profile

  • SQL Server problem with SSIS package

    Hi there, I have a weird problem with SSIS package. Package is deployed and save on SQLServer2k5. It runs no problem if I start from Integration services. It fails every time when it is scheduled as a job. The error message is: The package execution failed. The step failed. I will appreciate any advice. Thanks a lot. I am receiving an 'AcquireConnection Error' that it cannot connect to the Oracle db.  And yes, it only occurs when I try to schedule a job using SQL Agent, it runs in BIDS just fine.   Exact Error: OnError,EESDCSDS522, [domain]\[login],Data Flow Task 1,{DF1DCB8E-74E7-4C5D-A639-7BAED849AAD7},{72E82E9B-7620-424E-A4E3-70E601497B54},8/10/2006 10:31:08 AM,8/10/2006 ...Show All

  • Smart Device Development Can someone kindly help?

    Ok I sorta got my previous problem solved. But now...when I run the mobile application, I get an error.." Unable to start debugging". Doing some research I found a solution to that error..which was to install the loopback adapter...but now...sometimes the error still persists. It would be working fine...and then, as i said the error would come back. Each time it reoccurs I basically add a loopback adapter again and delete the previous one. Can SOMEONE please help me with this error Also I get a message saying "limited or no connectivity" and that I guess has something to do with the sychronisation of the loopback adapter. Please help... 1. 2003 2. pocket pc 2002 emu. 3. I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Detecting a controller button press?

    I'm using the following code to toggle my grid on/off at runtime: if ( GamePad .GetState( PlayerIndex .One).Buttons.Y == ButtonState .Pressed) grid1.ShowGrid = !grid1.ShowGrid; But it's badly flawed, in that the Y button is "Pressed" every time the button is down (eg. if I hold it down for 1 second, it would toggle 60 times). How can I reliably find if a button was pressed (eg. it's initial down state), without having to keep track of Up/Down states for every button myself that is exactly what my InputManager does. It keeps a record of the last state, if the state has changed since last time it fires the appropriate input event handler ...Show All

  • Smart Device Development Need help compiling Today Screen Native Code plug-in

    I installed eMbedded Visual C++ 4.0 (SP3) and downloaded the samples as listed here http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/TodayScrn.asp i've been trying to follow the steps in the article but I can't get the unamanaged code to compile, I installed the Pocket PC 2003 SDK and referenced the directories for the inclulde and lib files but I get these errors Compiling... StdAfx.cpp TodayScreenDataMgr.cpp Linking... Creating library X86Rel/TodayScreenDataMgr.lib and object X86Rel/TodayScreenDataMgr.exp LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _MapViewOfFile referenced in function _TodayScreenDataMgr_Open ...Show All

  • Visual Studio Problem with VC++ Link Library Dependencies.

    Hi, I created some Stub apps, to redirect the Calls to Cl.exe, Link.exe & Lib.exe to a different compiler & linker (so that I could compile my project for a processor that is not supported by VS), this all seems to work well. However on some machines the Dependant Libraries, are not being automatically added to the Linkers command Line, yet on others it works fine, any ideas Ok we figured this out and is wasn't to do with our stubs, it turns out one of the dependant libarary VCPRoj files had been reverted to a version that didn't have the appopriate build configuration, stangerly VStudio did not flag this as an error even though it was trying to build a Libary Project for a configur ...Show All

  • Software Development for Windows Vista Beta 2 problems with any workflow & designer

    Hello, I have a Windows Vista CTP December 05 machine on which I had installed the WinFX RTC CTP December, the Windows SDK CTP December, the Orcas VS Extensions CTP December and the WWF Extensions CTP December. All of them worked OK. I'm using the RTM Visual Studio 2005 Team Suite and RTM SQL 2005 Developer Edition. Now I uninstalled them in the reverse order and it seemed that the machine was clean. I could not see the the WinFX RTC in Vistas uninstall console, but I used the uninstall tool vs_uninst_winfx.exe instead. Is that not enough to uninstall the WWF runtime components There was no entry in Vistas uninstall console for WWF runtime components. I installed the WinFX RTC January CTP, the Windows SDK CTP J ...Show All

  • .NET Development WSE 3 SP1 When?

    When can we expect SP1 Because there are two serious issues that I'm hoping are going to be resolved: 1. Under Windows XP 64bit it doesn't create the WSE stub in the Reference.cs file and then changes the default one back to the default constantly even though you don't request it to update reference. 2. There are errors that we get as a result of Invalid characters. (i.e. 0x0 0x7 etc.) on response streams. There are other posts about this one. WSE 2 doesn't do this, WSE 3 does, it should be fixed because those are perfectly valid in a lot of cases and it should handle it. Thanks! In WSE 2 the invalid characters were converted to their escaped versions in the XML so that they didn't cause ...Show All

  • Visual Studio 2008 (Pre-release) Fitting Lines to Fill Available Space

    Hi, I would like to be able to have a line be able to fit to the available height. For example, < StackPanel Background = " SlateGray " Height = " 100 " Width = " 100 " > < Line X1 = " 50 " X2 = " 50 " Y1 = " 0 " Y2 = " 100 " Stroke = " Yellow " StrokeThickness = " 5 " StrokeDashArray = " 3,3 " /> </ StackPanel > But without having to specify the Y2 value. Clearly, in this simple case I could bind to the parent width, but I would like to have it do it automatically. Does anyone know of a way to do this Thanks! Thanks f ...Show All

  • Visual Studio Tools for Office OUTLOOK CONTACTS ??

    I need to know how work with selected contacts in outlook. Let Say that i have a selected 5 contacts orginaly from 20. then how to loop within those 5 only!!!   Hi for each (object a in ActiveExplorer.Selection) { // a = object that can be cast based on the selection collection. } This works fine, post a code snippet if you are still having problems Regards ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. problem of skinned mesh

    HI, I'm working on the skinned mesh principe. I have an articule arm, and I'd like to be able to move it. But I have a problem. All examples I found are based on objects which are already animated. But I don't want to create an animation for my arm, I need to be able to apply different rotations on bones in real time. I don't find how to do that. Do you have an idea ...Show All

  • Smart Device Development Symbol MC70XX series physical assigned button

    Hi, I am working on Symbol MC70XX device. I assigned buttons from Start_Settings_Buttons to some programs but I can not find the right physical keys for these assigned keys to start the assigned programs. For example for Button 1, what key do I press on the device to start the assigned program Any advice would be appreciated. Thanks Bahman I'm not sure what you mean but you could try setting different programs for all the buttons and the pressing them. Then you should be able to figure out what button is witch number You could also have a look at: http://devzone.symbol.com/ ...Show All

  • Visual C++ How do I run another application from an application using a button?

    How do I run another application from an application using a button Is there a function in Visual C++ to do it Note that your question is actually two questions. How to do something when a button is clicked How to run another application All of that is outside the scope of this forum. See The scope of this forum . ...Show All

  • SQL Server Questions for Mirroring PM

    Following a bunch of tests I've concluded that mirroring works very well, even in sync mode the perf impact is low. Log shipping integration is clean following failover. Excellent stuff, thanks. However there are a few things that would make it a much better sell against competetive solutions: 1. It's my experience that Database Mirroring in HA mode effectively only supports one failure, so if your Witness goes bang you lose auto failover capability. If the mirror then fails you lose database service. This makes robustness requirements for the Witness very important. Are there any plans to allows multiple witnesses with some form of active/passive failover between them I seems a little over the top to have to consider clustering a witne ...Show All

  • Visual C++ Programming Help

    Well hello everybody, im a 15 year old kid from the U.S. and im pretty interested in programming. i know a lot of Visual Basic (i use Visual Studio '05), and im moving on to C++ and im trying to learn whatever i can. i thought that maybe you guys could give me some ideas about where to go from here or what i can do in the future to further advance myself. im dedicated to this stuff and im willing to try almost anything. thanks in advance. Get a good book, that's my advice :) It's entirely possible to learn C++ without reading one, but by doing so you will get a jumpstart on issues you'd otherwise have to guess yourself into knowing. Have a look at the recommended books thread at http://forums.microsoft.co ...Show All

  • Internet Explorer Development IE7 and page-break-before

    I have some code that uses page-break-before: always that works fine in IE6, but in IE7, the page-break-before is ignored. Was there a change in this behavior that I have not seen documented Fantastic, used this code to correct my asp pages and it works great. Try it also if you have a database that is displaying multiple tables but you need each table in its own page. In my case I need to display from a db a huge table with a lot of information per customer. Each table needs to print in its own page. I used the code in the loop and it worked great. Hope it works for you. <html> <head> <title>Whatever</title> <style type="text/css"> div.break {page-break-before: ...Show All

©2008 Software Development Network