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

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

twisterjosh

Member List

Bo Cordell
pgruderman
Ryan Thomas
hostile17
Alex DeJarnatt
TerryWang
Gerhard
BManager
Mr Steve
lathajith
Lih
Joey Lee
willrobinson
Billy Feng
Melchior
Pankaj Kumar Sharma
warb
vs.wu
karlytoz
Hema Bairavan
Only Title

twisterjosh's Q&A profile

  • Visual FoxPro Timer Control not kicking in

    Hi All, We have a small VFP 8.0 synchonization utility that picks data from a VFP 8.0 database , converts it into XML  and sends it over the net to an Oracle database . It has a timer control on it which makes sure that this utility sends the data from VFP 8.0 to Oracle every 45 mins. It has always worked on all the setups till now, except one. We have not been able to figure why it does not work on that one. Any hints or directions to think in Regds, BABS BABS, Do you have error diagnostic code in place Do you have any logs that indicate each time it runs Do you launch the exe and it just runs forever with the timer firing off e ...Show All

  • SQL Server Also for Sql server 2000

    i get this error when i wanna install sql server 2000 http://img287.imageshack.us/my.php image=error4pt.png There is no image located at the URL you posted, perhaps you post the install log and the image again.   Jens Suessmeyer. ...Show All

  • Visual Basic Evaluating dates against NULL values

    What is the best way of evaluating dates against NULL values, as the following code generates an invalid cast exception, when there is a NULL value for FailureDate If blnStarStock And dteDay = row( "FailureDate" ) Or dteDay = GetMaxTradeDate (row( "CompanyKey" ), row( "CompanyCode" )) Then    ' Do Something End If Thanks The alternative would be to use a DataReader instead and check the value before assigning it to any variable. ...Show All

  • Visual C# Aborting and Managing Threads: The Dog or the Cat?

    Newbie here .... thanks in advance for your patience. I'm working w/ C# Visual Studio 2005 I've read up on all the comments about problems w/ aborting and suspending/resuming threads.  Lots of things to consider.  Looks kinda ugly on all fronts.  Note that I'm not thinking of using suspend and resume to synchronize threads.  I would like to just pause and then restart a particular thread from where it left off.  Worst case is to abort the thread. I'm not using a ThreadPool.  This is because some of my operations may take a long time (long running database access routines), may require different prioriti ...Show All

  • SQL Server MSDE install on Windows 2003 SP1 application server

    I am trying to install MSDE 2.8 on this OS. When I try to install, I receive the following error: Fatal error setup This setup does not support installing on this operating system Any ideas Are you talking about MSDE (The Database Engine) or MDAC 2.8. MSDE normally matches the version number of the sql server version it was released under. In the case of SQL Server 2005 it is now called SQL Server Express. ...Show All

  • Visual Studio Express Editions Random Number generation In Visual Basic 2005 Beta 2 Express

    Hi. Can anyone tell me how to generate a random number between 2 other's I have found a function for it in the object browser: System.Random.Next(integer, integer) but I can't access it in my code. Any help would be wonderful. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks, The Digital Pioneer OK, thanks a million. That did it. ...Show All

  • Visual Studio Team System TFS Analysys Services service stops all the time

    The Event log is logging this error; The description for Event ID ( 22 ) in Source ( MSSQLServerOLAPService ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Internal error: An unexpected exception occured.. I went to see the log files SQLDUMPER_ERRORLOG.log in C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Log And I see this every time the service goes down: 0 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Id3dxline problem

    hi folks can anyone tell me what the problem with this code ID3DXLine *pLine =NULL; D3DXCreateLine(&Device,&pLine); D3DXVECTOR3 v[] = { (0.0f,0.0f,0.0f), {5.0f,0.0f,0.0f) }; Device->BeginScene(); pLine->Begin(); pLine->DrawTransform(v,2,&pWorldTransform,D3DCOLOR_COLORVALUE(1.0f,1.0f,1.0f))); pLine->End() Device->EndScene() iam not getting displayed any line on the screen; I don't know about managed code but you probably need to have a projection and a view matrix before you call this. Can yo ...Show All

  • Smart Device Development Free tool

    Hi, i'm searching a free tool to develop .net application for Mobile Device (Windows Mobile 200-2005). Anyone can suggest me the best The microsoft Visual Studio 2005 is too expensive for me. Exists another tool Visual Studio 2005 Express is wanderful but it don't generate code for mobile. sigh. Any suggest Thx for support. That I would not know as I'm far away from Italy. I'm not sure Student/Teacher edition is offered outside US. Please consider checking with your local and/or WEB retailers. You might be able to find WEB retailer in the US shipping internationally , but becau ...Show All

  • Visual C++ Resolve Partial Assembly failed for Microsoft.VC80.DebugCRT

    I have re-written an ISAPI wildcard extension using VC++ 2005 that uses both MFC and some Managed code.  It complies ok but when I try to use it the IIS says: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. When I look in the Event log I get two different errors: Resolve Partial Assembly failed for Microsoft.VC80.DebugCRT. Reference error message: The referenced assembly is not installed on your system. And Generate Activation Context failed for \\ \C:\ISAPI\Content Control\IIS_Content_Control.dll. Reference error message: Th ...Show All

  • Windows Live Developer Forums Pushpin Onclick Event?

    Hi has anyone managed to handle the on click event of a push pin yet because i cant find any events for such a thing You can tell something happens because (in IE at least) you can hear the normal "tick" noise just like when you click a link, when you click on a pushpin, I need to be able to handle this even so I can action the users click on the pushpin Just in case any one else has had this problem or anyone can give me a better method than the one I have used. To catch when my users click on a pin (and i no this is not perfect) i have combined two other events that are available t ...Show All

  • Visual Studio Express Editions compile App_Code-files / "Publish Web Site"

    hello, i understand that in beta2 there is an additional option with the "Publish Web Site" step - which is to compile the code-behind, but leave the html still in the .aspx pages for later modification .  Where is this feature In Build configuration manager - configuration is set to Debug - how can i change it to release thanks If you choose "Publish [websitename]" from Build menu, the dialog will have an option with a checkbox stating whether web should be "Updateable" or not. ...Show All

  • Windows Forms Update DataGrid

    hi, i hope i am in the right place to ask question. i using VB.net n SQL and my question is: i able to fill my datagrid with my table.. but it seems i got trouble updating a new entry, or when i want to delete a entry; because when i insert/delete an entry.. and i refresh it.. it wld prompt me of a error. i think the update&nbs ...Show All

  • Visual Studio Team System How to get and process the response to a request

    Hi, Thanks for the reply to my earlier question. Looking at the generate code option gave me a pretty good idea of how a request should be made. I have some more questions, however. Please bear with me with they sound trivial. 1. I would also like to be able to see the response sent by the server in reply to my request. And get some information from the response such as status codes etc. From the API, I know I can get certain information from the response. But what I don't know to do is how to get to the response, and how to parse it, when I make a request to a web server 2. If 'request2' is a request I send to the server, is 'yiel ...Show All

  • Visual Studio Tools for Office How to edit the Oultlook default folders's name?

    How to edit the Oultlook default folders's name for example: change the "Inbox" to "My Inbox" thank you I would say the same "Permission" would make more sense but this sounds like you have an addin that is doing something it shouldnt :( Good luck ...Show All

©2008 Software Development Network