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

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

subzero27

Member List

Mbunschoten
cyberjoe2
Lucas Pasquali
Magos294963
Shmelly
TrevorHughes
Victor BA
Dietz
hazz
ClintTredway
Gary Winey
Lil_AzZa
BenK95781
Yusuf Warren
nativecpp
belgerog
sph3ra
Keith Chapman
COLLECTOR
WPF Fan
Only Title

subzero27's Q&A profile

  • Connected Services Framework The participant 'HelloWorldParticipant' does not support action

    Hello As per the readme I am executing the helloworld example and am getting this error <FaultMessage>Failed to create session. The participant 'HelloWorldParticipant' does not support action 'http://tempuri.org/HelloWorld'.</FaultMessage> I searched the forum also and realised only I am getting this error :(. Can anyone please point out what I am missing here Regards Paul Hi Paul, There are three reasons your Hello World Sample doesn’t run. First: You have to go and check if you are in Session Admin Group of your active directory. if not there add yourself. This is to be done only, if your are using Server Edition not the Dev lite edition. Second: Change the followin ...Show All

  • .NET Development Trouble catching exception

    Hi, I am having this problem catching a exception in a try catch block as shown below try { DialogResult result; result = wizard.ShowDialog(); } catch (PackageCreationException e) { MessageBox.Show(e.Message, "Failed", MessageBoxButtons.OK, MessageBoxIcon.Warning); } now the wizard is a form which throws a PackageCreationException if it fails this works fine if it is run in the Visual Studio environment but when run as a standalone application this exception is not caught. I have been cracking my head over this. I can catch and handle exceptions fine every where else but here. Does anyone know why this happens ...Show All

  • Windows Live Developer Forums Search is returning only 25 results

    Did the number of results returned by the MSN Search change from 50 to 25 Rama Definitively not. The variable Count of the SourceRequest accepts values from 1 to 50 and the service returns up to 50 results. ...Show All

  • Visual C# Application - Properties: An error occurred trying to load the page.

    Hi All, I was doing a tutorial when i noticed that if I right clicked on my application and selected 'properties,' the properties menu gave me a strange error - 'An error occurred trying to load the page. Exception has been thrown by the target of an invocation.' I have taken a screenshot and placed it at http://members.iinet.net.au/~yimr/error.jpg I tried creating a new document and it still gives me the same error except if I try it in Visual Basic Express the properties page works. Does anybody know what is wrong I reinstalled Visual C# but it did not fix the problem Thx! Diamondplane thanks for your help, but I actually tried it with a few different 'new project' templates and it still did ...Show All

  • Visual Studio Tools for Office Dynamic Controls Within An Outlook 2007 Form Region

    my users can setup a list of user defined fields. i need to add a control to my Outlook 2007 form region when it loads for each of UDF's that my user has setup. is this possible thanks. p.s. i have tried placing the following code within my form region constructor, but it does not populate the text property. Outlook. OlkTextBox dynamicTextBox = new Outlook. OlkTextBox (); Form.Controls.Add( "Forms.TextBox.1" , dynamicTextBox, true ); dynamicTextBox.Text = "Hello world!" ; I was wondering if we would add "System.Windows.Forms.TextBox" into the form region instead of " Outlook.OlkTextBox " if it is possible how Thanks, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Connecting XNA to Xbox 360

    I'm trying to connect my xbox to my PC so I can test some of the games I have made with XNA and I've been having a bit of trouble. Everytime I connect it says "Your console didn't obtain an IP address from your DHCP server" no matter what I do with the network settings. Can somebody tell me what I should do to get this working please I can connect to xbox live because with that I just connect directly to the modem but with XNA I am trying to connect to the PC and it just won't assign an IP address. I also cannot connect to the PC using the windows connect thing either. When I run the diagnostic it gives me the error I have in my first post. ...Show All

  • Visual Studio Can't use "Edit & Continue" feature due to error PRJ0046

    I just converted a C++ project from Visual Studio 6 to 2005 and I find that I can not use "Edit and Continue". Edit and Continue worked fine in the VS 6 project. In VS 2005 I stop execution at a break point, edit some code, and choose "Apply Code Changes". VS 2005 respond with the error below: "Project : error PRJ0046 : Could not spawn command line because the one specified was empty." MSDN has the following infor about PRJ0046 An empty command line was specified for a makefile configuration; the command line is required. Any ideas on what these error messages mean I went through the project settings and everything looked fine to me. I just noticed that this probl ...Show All

  • Visual C++ Running problem with a C++ executable (Debug build)

    Hi, I produced a debug build C++ executable program using MFC in VS 2005. The program runs perfectly with the computer in which it was created, but it can't run with other computers that don't have similar development environments but are equiped with all necessary dlls. An error message saying configuration is incorrect appears whenever the program is launched. MFC is set to be used in a shared dll in the program. To locate the reason that causes the problem, I blocked each possibly relevant environmental component in the system, such as .NET, Visual Studio, and directories containing libraries that were linked into the program. Despite these, the program runs normally in the computer where it was created. Should anybody have any ideas ...Show All

  • Visual C# how can i acces a control from another form

    hey i, how can i acces a control (that its in Form1) from Form2... ex. in form1 i have a textbox, and i want to change text from form2.   thx, ( Application .OpenForms[ "frmMain" ] as frmMain ).CurBrowser.Navigate(MyTextBox.Text); it just did :D ...Show All

  • .NET Development DateTime compare difference

    Hi Everyone. I have two middle tiers that use their DateTime.UtcNow to update a synchronization object in memory and in a db. Even if the machines are a bit off in their internal times, i need to make sure that i'm comparing consistent datetimes. Seems to me that: (1) i need to fetch one consistent UTC time from somewhere that is machine time agnostic (2) when i compare the times, that i compare with a tolerance, of say 3 minutes (allowing the machines to be 3 minutes apart, either way...earlier or later). How could i do #1 and #2 For #2, i was doing this: if ( DateTime.Compare( memory.LastModifiedTime, database.LastModifiedTime) < 0 ) How do i do this with a tolerance of 3 minutes (1) You should e ...Show All

  • Visual Studio Local vs Server Processing

    I'm still fairly new to this and I'm still having trouble getting my head around local vs server processing. I've looked at the help at http://msdn2.microsoft.com/en-us/library/ms251704(VS.80).aspx In my case I have a windows application with a SQL Server database that I want to re-do the reporting in. There could potentially be 1000s of rows of report data, so I don't know if that leans towards server. That link does say "Local processing mode is recommended for applications that include small to medium-sized reports and datasets" but whats classed as "medium-sized" We have a standard set of reports, but I want each report to be taylored to the individual customer concerned. This could involve changing formatt ...Show All

  • SQL Server Sybase connection in xml Config File - Help

    Hi all I'm trying to connect to a Sybase DB using an OLE DB connection. Now, it works fine when I run the project without the package config enabled, but when I add the Sybase connection to the xml config file, & enable it the connection fails. This is the error I see in the progress Tab [Connection manager "AcidPrd.basketUser"] Error: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "ASE OLE DB Provider" Hresult: 0x80004005 Description: "Login Failed. Check for valid user ID, server name and password.". An OLE DB record is available. Source: "ASE OLE DB Provider" Hresult: 0x80004005 Description: "[Native Error code: 4002] [DataDirect ADO ...Show All

  • SQL Server Failed to install: Cumulative hotfix package (build 2153) for SQL Server 2005 (KB918222)

    Hi experts! I try to update SQL Server 2005 SP1 with the Cumulative hotfix package (build 2153). I need to do this, because I get an error this hotfix is said to fix... and of course - the update completely crashes (sending an error report to microsoft).   Here is what the log looks like:   Failed ACL:   SetSecurityFileDescriptor is failed at the error code 5; Converted SDDL: '(A;OICI;FA;;;S-1-5-21-1276437202-3579633377-1796755180-1012)'         Error Code: 0x80077342 (29506) Windows Error Text:   Source File Name: sqlca\sqlsddlca.cpp Compiler Timestamp: Tue Apr 11 11:45:24 2006      Function Name: ExceptionInSDDL Source Line Number: 65   ...Show All

  • SQL Server Best Protocol?

    What is the best protocol (Named Pipes, TCP/IP or VIA) to use when connecting to a SQL Server 2005 on: a) LAN (100MBps+) b) VPN (via Internet) c) Internet And why I do not believe the article about choosing a connection type to the server answers the question. In my opinion it is ovbious that the LAN is the best just because of the TCP/IP connection method being able to take advantage of low overhead, hi bandwidth connections. VPN is guaranteed to be slower than the LAN because the protocol is sitting on top of TCP/IP and will inherently add more overhead. As far as Internet goes, I am not sure what the difference b/w LAN and Internet is going to be as far as which protocol to us ...Show All

  • Software Development for Windows Vista [XPS] Query on PrintFilterPipelineSvc service

    Hi XPS Team, One of the PPTs (Filter-based_PrintDrvs.ppt) from MS XPS website has the info given as below. Service: PrintFilterPipelineSvc NT Authority\Local Service Normal non-admin user SeImpersonatePrivilege SeCreateGlobalPrivilege SeChangeNotifyPrivilege Controls Filter Creation and Communication Scheduler Inter Filter Communicator Property Bag Handle notifications from / to spooler We were able to find this exe called PrintFilterPipelineSvc.exe & printfilterpipelineprxy.dll in the system32 direcetory (LH 5250). But this executable is not running as a service currently in LH 5250 OS. Any attempt to try and start this process seems to be failing. Where can we get more info on this service Regards, Madhu ...Show All

©2008 Software Development Network