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

Software Development Network >> Carel Greaves's Q&A profile

Carel Greaves

Member List

jgiacobbe
Roger Sutter
Dave Gurr
David S. Anderson
Steve Dunn
Malleswar
Suresh Venkatraman
-SuMit-
Serge Luca
Gurpreet Singh Sawhney
Tampa Magnus
Luis Miguel Abreu
Maddinel
Nisa
usm2000
Serend
ManOPT
Joe Morel - MSFT
Alexey Rokhin
mae ann
Only Title

Carel Greaves's Q&A profile

  • .NET Development Which Certificate do I purchase for WSE 3.0 from Verisign

    I am using WSE 3.0 and the usernameToken approach to secure my public webservice. I need to purchase a X.509 certificate to install on the server and then install the public key on the client. This is all working with a certificate I created with MakeCert.exe. When I ring Verisign to purchase a certificate non of the sales reps have any ideas about webservices or WSE. All they try and sell me is SSL. I will need to purchase a "Microsoft Authenticode Code Signing Digital ID" to sign my client download for clickonce. Can anyone tell me what product I should ask for from verisign or equivalent CA. Is the x.509 certificate I am after any different from the code signing ID. I've never purchased one so excuse me if its the same thing ...Show All

  • Software Development for Windows Vista How to install FrontPage server extensions?

    I have create a WebApplication in IIS, but I can load this WebServer with VSTS. It throws "Unable to open the Web 'http://localhost/myservice'. The Web server does not appear to have the FrontPage server extensions installed." I can't find the place to install FrontPage sever extensions in Vista. Is anybody kown how to install FrontPage server extensions in Vista Thanks. 1) Open the properties page of devenv.exe 2) Switch to "Compatibility" tab. 3) From "Privilege Level" groupbox, check the " Run this program as an administrator" ...Show All

  • .NET Development IoCompletion handle

    Hi. I'm not sure this is a right topic for that section. I have a problem with growing number of IOCompletion Threads. In our producion environment we have from time to time ExecutionEngineException. I was trying to understand what is going on and started from analysing DUMP file. I found that there are more than 1000 thread doing IOCompletion operation: 103 76 528 084fe878 880b220 Enabled 00000000:00000000 0014d518 0 MTA (Threadpool Completion Port) the stack of the each of them is: 0:044> ~103e k ChildEBP RetAddr 0e4af0f8 7c90e31b ntdll!KiFastSystemCallRet 0e4af0fc 7c80a746 ntdll!ZwRemoveIoCompletion+0xc 0e4af128 79f2f30a KERNEL32!GetQueuedCompletionStatus+0x29 0e4af194 79ecb00b mscorwks!ThreadpoolMgr::CompletionPo ...Show All

  • Visual C# Static

    How to indicate to some class to declare a static functions ..interfaces does no support static members.. Thank you Let me get the question straight: do you want a way to enforce a class to implement static methods If that is your question, an abstract baseclass which has virtual static methods should be the solution. Pitty virtual static is not allowed. This post mighthelp you as it provides a workaround. Please note this is a workaround, not a solution: there isn't any (as far as I know)! Quote from that post: " with static methods, you are not really going to achieve polymorphism " ...Show All

  • Visual Basic searching for & highlighting text

    hi, i am trying to make my application search for text (in a combobox called "comboboxfind") in a listbox ("showbox") when i click on a button (called "findnow") can someone help me Public Class Form1 Dim search As String = "" Private Sub ComboBox1_SelectionChangeCommitted( ByVal sender _ As Object , ByVal e As System.EventArgs) _ Handles ComboBox1.SelectionChangeCommitted loc.Clear() index = 0 search = CStr (ComboBox1.SelectedItem).ToUpper FindNext.Enabled = False Dim line As String For Each line In ListBox1.Items If InStr(line.ToUpper, search) <> 0 ...Show All

  • SQL Server I was fianlly able to install VS tools over the weekend.... Help with installing VS Tools

    Hi, I have a problem with the installation of SSCE31VSTools-ENU.exe into VS2005. The installation ended after a few seconds although in the event log there is information that the product is successfuly installed. However, when I run Visual studio there is no project under Smart Device regarding SQL Compact database or something similar (there are only templates for: device application, class library, control library, console application, empty project and nothing more) VS2005 is in this version 8.0.50727.762 (SP.050727-7600) In application event log there is: Product: Microsoft SQL Server 2005 Compact Edition Tools for Visual Studio 2005 [ENU] -- Configuration completed successfully.'" Has anyone some idea if there is a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Car game prototype

    Small car game prototype made as school projects, nothing too fancy but what the heck.. Some screenshots can be found over here: http://www.innogiant.com/octanehorn_proto/ ...Show All

  • Windows Live Developer Forums Is this executed too fast for Firefox?

    I have an example page here: http://tacticalshadows.com/jstest/maptest4563.htm This works fine and the located area is pinned under internet explorer, but it does not proceed to find the location in firefox. What gives This example doesn't show what I am trying to do in the long run, but shows what is keeping me from doing it. I am trying to in the page load, load a map that has a location pinpointed. The location is something I am passing to the page so when it loads I can just render the map accordingly. If someone has a way to do that for both ie and firefox then I would be interested in seeing how. I just don't understand why IE executes that find fine and firefox botches. Ah if your talki ...Show All

  • Visual C++ warning C4793: 'vararg' : causes native code generation for function XXXXX

    Hi, I have some C++ code done with Visual C++ 6.0. This code is now compiled with Visual Studio 2005 (some work to do but it's OK). Now, I want to add the /CLR option in my projects : the goal is to user Interop to mix C++ and C# objects. I have some members with vararg like this : void MyObject::MyFunc(LPVOID lpFirstParam, ...) When I compile the project with the /CLR option, I have the following warning : warning C4793: 'vararg' : causes native code generation for function MyObject::MyFuncM(LPVOID,...) I don't find any solution to correct this warning. Does anybody can help me Thanks in advance. Francois. Well, you cannot solve it per se. The use of varible arguments caus ...Show All

  • Visual Studio Team System How do I add a new report to the Project Portal?

    Hello, I've just created a new report and would like to add it to the team project portal. I'd like it to show up just as the "Remaining work" report does. How can I do this Cheers, Chris Ah, I think there is a misunderstanding... I have deployed the report to the report server and I'd like to keep it there. But here is the scenario: My boss is a very busy man and he wants to see the project progress the quick and easy way. We created a report and would like to show it / publish it / deploy it on the sharepoint site in order for him to see the progress using Internet Explorer. Now, there are a couple of other built-in reports already doing this, such as "Remaining work". D ...Show All

  • .NET Development Wse 3.0 needs 2.0 Calls?

    Hello, We are building a Web Service that uses WSE 3.0 and a custom UserNameToken Authentication Manager. During the course of development, we discovered the custom autrhthorization manager was not being invoked. Someone who has worked with WSE 2.0 noticed the line of code (documented in a WSE 3.0 sample): ws.RequestSoapContext.Credentials.SetCredentials(new CredentialSet(unt) ); and suggested : ws.RequestSoapContext.Security.Tokens.Add(unt); From his WSE 2.0 experience. The compiler flagged the WSE 2.0 code as obsolete, but it worked and the presences of the UsernameToken (unt) was detetected in the SOAP header and the correct Auth Mgr code was executed. Question: Is this bug in WSE 3.0 ...Show All

  • Windows Forms DataGridView and BindingNavigators

    Hello, When I click the Add button on a BindingNavigator (bound to a BindingSource) I cannot get the DefaultValuesNeeded event of a DataGridView to populate a cell with a default value. Has anyone else encountered this issue before Is there a work-around Cheers, sfx1 Hi Ken, Thanks for your reply. Yes, when I click the AddNew button on the BindingNavigator the row is added to the DataGridView, but no default values are supplied to the cell. However, if I just click on the very last row (that is, a new row) of a DataGridView a default value is supplied. Is there a way to keep the BindingNavigator's functionality while inserting default values into a Grid Cheers, sfx1 ...Show All

  • Visual Studio Express Editions Null Reference Exception

    For some reason i keep getting this "Null reference exception was unhandled - object reference not set to an instance of an object" Does anyone what this or what is could be causing it. I'm using arrays to store stuff which then makes an instance of a panel. I have 4 of these, they are all identical and use the same panel, but one of them refuses to work and I get this message, I've checked it over and can't seem to see anything different between that 1 and the other 3. Heres the code its pretty long, i've included all the relevant stuff let me know if you need more. I have 3 other classes that are identical to this 1 except for the data they work but this one refuses to. Also for some reason if ...Show All

  • Visual Basic GDI+ Arc Bounding Rectangle

    Hi, I am making an app that plots out arcs from another source. I have been given or have calculated the Begining angle, the End Angle, the traverse Angle, the Radius, the center point, the start point, the end point. My problem is I don't have the arcs bounding rectangle so i can't do a path.addarc command. I need someway based on the above information to add these arcs to a path. I have tried some various geometric solutions but haven't found any that work. Some problems I have is the arcs can be any size bettween 0' and 360', Have any start and end angles, The traverse angle can be greater than 180'. Does anybody have a solution for this Thanks Matt The method wants the rectangle that bou ...Show All

  • Visual Studio Express Editions Query filtering

    Hi, I'm trying to make a search engine to go through an access database, and need to filter a query. When I set the parameter prefix it doesn't register the change and tells me there's a syntax error. When I go back to see what the prefix is, the prefix box is blank. How can I get the parameter prefix to stay changed Also, can I set the parameter to a text box that will search the entire database after pressing a button I haven't been able to get that far yet. Alright, I'm sure I must be almost there. I'm able to search the fields that I want to using a text box, but the only results that I get are the ones that match perfectly, I want to be able to find a record using any word located in the record. ...Show All

©2008 Software Development Network