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

Software Development Network >> M.D.A's Q&A profile

M.D.A

Member List

Edward Kong
Manash
SaintAnger
JDavide
Srilatha
Keith Walton
Biggo
Chrissivo
Paul Tew
Aseem Chiplonkar
Gravy
ranger28
HKEC
scorpionguy
einstine98
samssb
BeaverMan
papaworx
nigor
Babax
Only Title

M.D.A's Q&A profile

  • .NET Development Client Callback over HTTPS

    Is there a limitation of Client Callbacks running over HTTPS We have a custom server control that uses client callbacks and it runs fine in our local and development envionrments over HTTP, but it has stopped working in production over HTTPS. By not working, I mean the clienterrorcallback javascript method is getting called when the client callback event is fired on the browser. Is this a known issue Is there a workaround -Elijah No client callbacks work properly over HTTPS. You must ensure that you are using the ASP.NET ClientScriptManager to get the JavaScript function that will eventually be called. Could you provide some more information on what problem you are seeing and perhaps the code ...Show All

  • Microsoft ISV Community Center Forums [ACCESS] How to create menu silimar the attached photo

    How to use vba to create menu when click the button from form in MS Access Hello Perry, I did this for a bit of fun and hopefully will help you too. I did this in Excel as I do not have Access at home. I'm sure the basics are the same. Create Userform1 with CommandButton1 Write this in the form code module [Form Module Code Start] Private Sub CommandButton1_Click() CommandBars("MyShortCut").ShowPopup End Sub Private Sub UserForm_Initialize() Call DeleteShortcut ' if "MyShortcut" popup exists then delete it Call createShortcut ' add MyShortcut popup End Sub [Form Module Code End] Write this in the Module1 Code Module [Module1 Code Start] Sub createShort ...Show All

  • Visual C++ conversion from BYTE to string in C

    Hi, i need to convert a byte array to string in C. but i dont know how to perform that code. plz some one help me with sample code. CWnd* pWnd = GetDlgItem(IDC_LIST1); ASSERT( pWnd ); pWnd->SendMessage( LB_ADDSTRING, 0, (LPARAM) msgg); HTH ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. .fbx vs. .x

    1) I've had virtually no luck getting the output of the AutoDesk convert-to-fbx tools to load into XNA successfully. Judging from the AutoDesk conversion tools, there are a number of .fbx variants in play. Maybe I'm converting to the wrong flavor of .fbx. Which variant does XNA like the best 2) In general XNA seems to like .x models better than .fbx models. What editors beside Blender produce .x directly Thanks for any insight. Cheers, Scott What is the symptom you are seeing Is there an error message when loading the model, or are you just unable to see the model when drawing it ...Show All

  • Visual Studio Express Editions Starting a process with a non default application

    System.Diagnostics. ProcessStartInfo psi = new System.Diagnostics. ProcessStartInfo ( @"C:\DownloadLog.txt" ); System.Diagnostics. Process .Start(psi); This works fine if I want to open the file with notepad. How do I open this with another application, such as wordpad, or word Try using the full pathname of the executable: C:\Program Files\Windows NT\Accessories\Wordpad.exe C:\Program Files\Microsoft Office\Office11\WinWord.exe These names depend on the Windows and Office versions you have. Search your C: drive if it still doesn't work. ...Show All

  • Software Development for Windows Vista User accessing a ASP.NET Application

    Let's supose that I create a demo application using WWF and ASP.NET (I found it on a blog), if a user access this application, what is the software requirement to use the application What he might have installed on his machine I'm thinking that WWF work like a server side app, am I wrong Regards, JP ...Show All

  • Visual Studio ReportViewer.ServerReport passing parameters as non-strings

    Winforms, C#, report created on RS2005 I am using the following code to try to load a report from reporting service 2005 to a winform reportviewer. Problem is the report takes datetime and int values as parms. The ReportParameter only allows strings. How can I pass a datetime and int parm values reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms. ProcessingMode .Remote; reportViewer1.ServerReport.ReportServerUrl = new Uri ( ConfigurationSettings .AppSettings[ "ReportServerEndPoint" ]); reportViewer1.ServerReport.ReportPath = "report path" ; DateTime dtPayPeriod = Convert .ToDateTime(txtPayEndDate.Text); int fromDept = Convert .ToInt32(txtFromDept.Text); int toDept = Con ...Show All

  • .NET Development .NET Framework Problems

    I recently tried to install .NET Framework 2.0 from the Windows update service. The installation failed, and now I've got major problems with my system. Although both .NET Framework 1.0, the 1.1 upgrade, and 2.0 show up in the add/remove list, none will uninstall. Is there someway to get these programs off my computer manually ...Show All

  • Internet Explorer Development HTML/Javascript errors with IE7

    We developed an application which uses HTML/Javascript for the main user interface. We generate the HTML/Javascript using C++ code and then feed it to the embedded IE MFC control for rendering. This app was developed with IE6 and works fine in that environment. We recently upgraded some of our machines to IE7 and now when we run and the page renders in the embedded IE window, we get script errors. The errors we see are shown below. 1) Line: 1, Error: Invalid character 2) Line: 9, Error: 'CalendarPopup' is undefined The first error is a bit confusing, since if you view the source the first line is just <html>. I thought perhaps it wanted a valid <!DOCTYPE ...> header so I added that, but the error was still there. The second err ...Show All

  • .NET Development How to print out the CommandText which include the parameter?

    hi , anybody know how to use debug.writeline to print out the query text which include the parameter i try to use debug.writeline(UpdateCommand.CommandText.ToString), but it just print out the update query without the parameter value. anyone know how to do thx Debug . WriteLine ( updatecommand . CommandText ) For Each p As OleDb . OleDbParameter In updatecommand . Parameters Debug . WriteLine ( p . ParameterName & " : " & CStr ( p . Value )) Next ...Show All

  • SQL Server Cluster failing connections with SSL error message

    We recently migrated our production environment from a win2k3/SQL 2000 EE cluster to a new 64 bit win2k3/ SQL 2005 SP1 Cluster. Cluster works fine for a while (3-6 hours), then our logins start failing. We recieve the following error in the event log: "The server was unable to load the SSL provider library needed to log in; the connection has been closed. SSL is used to encrypt either the login sequence or all communications, depending on how the administrator has configured the server. See Books Online for information on this error message" The only way to resume connectivity is to offline and online the sql service in the cluster. The only reference to this error that I can find has something to do with a hotfix tha ...Show All

  • Software Development for Windows Vista Vista Master Volume Control with C#

    Hi, I have write a class wrapper to Vista API audio functions to control the master volume (level and mute). All functions of IAudioEndpointVolume Interface apper to work ok except the SetMute function. The problem apper to be the parameter pguidEventContext of type Guid. If I set the following value : Guid nullGuid; nullGuid = Guid.Empty; int retVal = iAudioEndpoint.SetMute(true, nullGuid); I obtain the error "value dows not fall within the expected range" while executin the SetMute function. If I set a different guid value I obtain the error "exception from HRESULT : 0x88890004" (error inside the COM library). All other functions work ok with null guid. Only the SetMute fun ...Show All

  • Visual Studio Team System Build fails as the DLLs are in separate directory.

    Hi, I am trying to do a team build but it fails while local build happens successfully. Teh reason is perhaps because in the build I am trying to copy the files(DLLs) in a separate directory so in team build, it gives error that error while copying ABC.DLL to the location, access is denied. My directory where DLLs are stored is also added in Source control. How can I tackle such a situation in TFS. Thanks, Ekta There may be a better solution, but the quick and dirty way is to - add your referenced dlls into the bin folder (if it is for a windows app, make the output directory as \bin\) and upload these dlls from the bin folder to source control. You may also remove the dlls you have u ...Show All

  • .NET Development Accessing custom Performance counters & .NET security.

    Hi folks, i have a quick question about custom performance counters and .NET security. On my local machine XP i can create and use custom performance counters in my c# application without a problem. all is perfect :) When i deploy my application to another server i get securityExceptions with the performance counters. So my question is this:- 1) Is it possible to use IN-LINE code to allow your program to get the 'proper' access to performance counters on the machine the application is running 2) If #1 == No, then is the only way to do this via manually allowing the user the application runs under special privaliges (eg. part of the admin account ). 3) if #1 == Yes, then could someone please provide some clues/hints ...Show All

  • Visual Studio Team System Security Problem with Importing a New Work Item Type

    I have a security problem with importing a new work item type: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>witimport.exe /f Task.xml /t MyServer /p MyProject Warning: TF26171: User/group '8bf66fb8-4812-4ee3-86f6-1d610dac52fb\Developers and Testers' is not found. TF26204: The account you entered is not recognized. Contact your Team Foundation Server administrator to add your account. The work item type definition file, Task.xml , does exist in the appropriate location. The Team Foundation Server, MyServer , does work and is accessible. The team project, MyProject , does exist. The project group, "Developers and Testers" , does exist, though it was added manually today. What should I do ...Show All

©2008 Software Development Network