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

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

PsyCadelik

Member List

SQLDataMonkey
Mark_Davies
TheViewMaster
Epoch
MK.BlackCoffee
Ejele012
Nowandever29
71EFBB98-D1FE-4eff-BAC5-F94AC74
chionhhm
Prabu.
AlexInToronto
FergusLogic
micwazoo
GusBraga
SnakeSV
Scurvy Lobster
RostaB
Ranya
Ed Hintz
Rohitgulati
Only Title

PsyCadelik's Q&A profile

  • SQL Server Oracle provider error

    I am using SQL Server 2005 on a 64 bit AMD processor machine using the Oracle 10.0.2.0.2.0 and SELECT OPENQUERY will return results from my Oracle table. When I try to do an UPDATE OPENQUERY I get this error message Msg 7333, Level 16, State 2, Line 1 Cannot fetch a row using a bookmark from OLE DB provider "OraOLEDB.Oracle" for linked server "ORADB". the same UPDATE OPENQUERY works on SQL Server 2000 using the Oracle 9 client. The provider is configured with Inprocess turned on. Any help would be appreciated. Hello, We have the same problem here. I don't have any answer yet... For info, this is for the 64 bit server. With 32 bit and msdaora everything works perfectly... Where ...Show All

  • Visual C++ Why is my program outputting this?

    This is the code I used: Header file class Employee { public : Employee( string name ); // constructor that initializes an Employee object Employee( int salary ); void setFirstName( string ); // function that sets the first name void setLastName( string ); // function that sets the last name void setMonthlySalary( int ); // function that sets the monthly salary string getFirstName(); // function that gets the first name string getLastName(); // function that gets the last name int getMonthlySalary(); // function that gets the monthly salary void displayMessage(); // function that displays a message private : string firstName; // first name for this Employe ...Show All

  • Visual Studio Team System Environment variables passed through nunit tests from msbuild

    I have a team build on VS2005 which is set up to run NUnit unit tests as part of the build. The code that is being unit tested integrates with some legacy COM code which in turn calls external processes to do the required task. When I run a build from the command prompt using msbuild on TFSBuild.proj on either a development PC or the build sever using @TFSBUILD.rsp, my build works properly. The system environment variables are passed down thouugh the various processes and work as expected. However when the same TFSBuild.proj is called from the tfsbuildservice.exe service, the environment variables are not set properly. They are available in the MSBuild file but not in the processes that are created. What environment does the ...Show All

  • Visual Studio Express Editions Command line build using VCBuild

    Hi. I have a few questions/comments about command line build with Visual C++ 2005 Express Edition. 1. I have noticed that there is no 'devenv' in the Express edition (I got used to it in the VS .NET 2003 version). The IDE executable is 'vcexpress', but it seems it has no command line build capabilities. I assume command line builds are to be done using 'vcbuild'. Am I right 2. Running 'vcexpress / ' brings me a confused explanation which is a mix up of 'vcexpress' and 'devenv' which does not exist in the Express edition. This is clearly a defected help message. 3. If I want to use 'vcbuild' for building Win32 applications (after installing the Platform SDK), I also have to change the PATH/INCLUDE/LIB directories in the %VS80COMN ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA with languages different than C#

    Will XNA express run with other .NET languages different then C# For example, VB or Managed C++ ... Not apparently 8( When I try to install the XNA Game Studio Express it tells me "Sorry you don't have installed Visual C# Express"... but I have installed VS2005 Pro.... so I can't get the .NET dlls to start programming because the MSInstaller can't continue without installing the Visual C# Expres... ...Show All

  • Software Development for Windows Vista Forcing the designer to refresh?

    I have a custom activity that adds activities to itself at design-time. Specifically, given the class Public Class SelfUpdatingState Inherits StateActivity Private mDummyProperty As String Public Property DummyProperty() As String Get Return mDummyProperty End Get Set(ByVal value As String) mDummyProperty = value PopulateInitializationActivity() End Set End Property Private Sub PopulateInitializationActivity() If Activities.Count = 0 Then Activities.Add(New StateInitializationActivity("InitializationActivity")) End If End Sub End Class However, only if I close the designer tab in VS 2005 and open it up again, does the designer show that the "InitializationActivity" has been added to the workflow. ...Show All

  • Visual C++ VcBuild failing to recompile when header file changes.

    I noticed that after changing a header file in one of my projects, the .cpp files that include it were not recompiling. I have narrowed down the problem to the simplest of cases. This is very simple stuff, yet Studio does not seem to be able to know when a file needs recompiling. Please help, I need to be able to rely on my compiler! If anyone wants a zip of the files involved, please let me know. Here is a screen capture of a simple edit-and-recompile iteration attempt: S:\Test>cat test.cpp #include "Test.hpp" int Test::Routine() { return 5; } S:\Test>cat test.hpp class __declspec(dllexport) Test { public: static int Routine(); }; S:\Test>C:/PROGRA~1 ...Show All

  • Visual Studio Tools for Office Can a program created for outlook 2003 run with 2000?

    I created a program that uses the Outlook 11 object library. Is there a way to make it backwards compatible and run on a system that has Outlook 2000 installed Thanks Hi, If you installed the PIAs for Office 2003 from this site: http://support.microsoft.com/kb/897646/#appliesto and was not able to install, then Office 2003 must be a p rerequisite for the PIAs. Again, miss matching versions of PIAs and Office is not recommended. Jinglou ...Show All

  • .NET Development auto generate a value in database

    i have a C#.net 2005 winform application in my ACCESS db patient table, i have PK patientID and index patientNo.  on my formPatient, i have code to create a new patient and update the details to database. this.patientBindingSource.AddNew(); this.patientDataTableAdapter.Update(patientDataset.patient); I made the patientNo databound field to be readonly, I want it's value to be generated automatically based on the newly generated patientID. should i make the process "of generating patientNo based on new patientID" a stored procedure or a database trigger or others and how please help and be more specific in code as i am quite new to this scenario i asked around and heard that MS ACCESS does not support triggers at a ...Show All

  • Visual C++ Strange behaviour of List control on CFileDialog in Vista

    I am seeing an unusual behavior with a CListCtrl API on a CFileDialog, only on VISTA. I have a call like GetItemData on the list control which is supposed to return the item as a LPCITEMIDLIST but it always returns NULL only on a VISTA OS. Windows XP is fine. Can anyone help me on this one Thanks, Jagan Hello Re: Strange behaviour of List control on CFileDialog in Vista Such questions are outside the scope of this forum - for the scope of the Visual C++ General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 The more appropriate place for your question is probably the MFC newsgroup: http://msdn.microsoft ...Show All

  • SQL Server What are some professional CMS tools that work with SQL Server Express?

    We are looking for some professional, low-cost, and easily configurable CMS tools that work hand-in-hand with SQL Server Express. Any come to mind ...Show All

  • Internet Explorer Development Newbie Question - Dynamic Content

    Hi How do I create the menu like effect on sentences like in MSDN When a user click on the "example", the code is shown within the same page and when you click on the "example" again, the code is hidden. TIA walterd Hi Walter... Depending on just how much of a newbie you are, it sounds like you need a little javascript. I'm a bit of a newbie myself and have been diving into js whole heartedly... If I understand your question right, it sounds like you want to make some text appear on the page as a result of clicking a link. Something like... <script> function ShowExample() { document.getElementById('p1').style.visibility='visible'; } </script> <a href ...Show All

  • Architecture Polymorphism and API design

    I want to build an event logging class that allows a client to log messages. Windows Event Log and Xml files are the initial storage types I'd like to provide first, adding Database storage later. My question is regarding building an installer class that would prepare the chosen log type. Ideally I would like the developer using the API to be able to do this: LogInstaller objLogInst = new LogInstaller( LogType.Xml | LogType.EventLog /*[Flags]enum ... */ ); objLogInst.Install(); The missing piece here is, of course, the parameters needed for each type of install (e.g. FilePath, AppName, etc...). I know I'll need an installation class for each type of logging the client will want to install (e.g. Xml, EventLog, etc...). I'll also need ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Spacewar help

    People please help me. I am able to play the game but I can't choose a ship, neither buy/upgrade weapons. I have already tryed this but it wont work, ship control works, menu controls too but the game skips part with ship chooseing and weapon buy/upgrade. I heve checked the code and I don't get it. I have also noticed that somtimes when round ends and game tryes to get to weapon buy/upgrade screen i get an output sound of scroling trought weapons and at the same time new round starts. My conf. is Intel P4 3.2 GHz on Asus P4P800 Deluxe whit Nvida FX 5200 with 128 MB and 1 GB RAM on XP Pro SP2. Please help! ...Show All

  • Visual Studio 2008 (Pre-release) Opening a URL to a new browser instance

    Quick question... is the WPF recommended way to launch a URL in a new browser instance still to do this I'm just wanting the URL to open in IE or whatever default browser is used. System.Diagnostics.Process.Start(url); Or is there something new that is better Yes, that way you ensure the shell instantiates whichever browser happens to be the default on that box. If you don't require a new Browser instance for the navigation, and want to keep the user in the same application context, you can do for example System.Windows.Navigation.NavigationService.GetNavigationService(this).Navigate(new Uri(@" http://www.microsoft.com ")); (where this is used to get the navigation container). Note: either approach won't ...Show All

©2008 Software Development Network