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

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

FassaBortolo

Member List

Helen999888
NewbieDude
John_Mac
NinJA999
VDimitris
Softwaremaker
Tryin2Bgood
rsdu
bruce2005
DiasVFX
kkennedy1008
gve2002
LastBoyScout
silviutis
Broken
mcclenahan
BaluMunugoti
Tom Replogle
kawing0510
Pwint
Only Title

FassaBortolo's Q&A profile

  • Visual Studio 2008 (Pre-release) SSL in a self-hosted service using basicHTTPBinding

    I have a self-hosted service that works using basicHTTPBinding with default security (none). If I change it to use https by changing all http:// to https:// and adding the following to the config, it fails to work. I am developing on XP as an administrator. < basicHttpBinding > < binding name = " SoapSvcBindingBasicHttps " > < security mode = " Transport " > < transport clientCredentialType = " None " /> </ security > </ binding > netstat -an shows that the service is listening on the correct port. Diagnostic tracing at the transport indicates that the request never gets to the service. I am testing with IE on the same machine by doing https:// ...Show All

  • SQL Server IE 7 B3 Not Compatible With RS2005

    Lon posted a message on the RS UseNet newsgroup about IE 7 B3 being unresponsive and using 100% of the cpu when trying to view RS reports. I tried it on a test system, and indeed the problem showed up for me as well. Both the IE 7 B3 32 bit and 64 bit version where stuck in a loop when attempting to view RS 2005 reports. I tried both parameter and non-parameterized reports with the same results. The only way to stop it is via Task Manager. A warning to all, do not install IE 7 B3 if you want to run RS reports. Hey MS, you may want to pass this on to IE 7 development team. This isn't good when MS products aren't compatible with each other. Filing it under SQL is the right place to put this issue. We have a lot of script that ...Show All

  • Visual Studio Team System Error 28940 installing VSTF for workgroup

    Hi people, How to resolve this problem E rror 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP ServiceUnavailable status. Verify that Internet Information Services, Windows SharePoint Services, and ASP.NET are configured correctly and that ASP. NET v2.0 Web Service Extensions are allowed . For more information on troubleshooting this error, see the Microsoft Help and Support Center. Tks for support, Hi Jeanke, So, I had many problems with this installation, but I re-make all: Step’s: 1) Install Windows 2003 R2 without Sharepoint 2) Update completely Windows 2003 R2 3) Install Sharepoint 4) Install SQL Server 2005 Complete 5) I ...Show All

  • .NET Development Debugging multithreaded code

    I love a lot of stuff about the VS2005 IDE, but what I don't get is why it is utterly useless for debugging multi threaded code. I've reinstalled my OS a few times now on this notebook, so the IDE has been installed a few times too. My WinForms app is multithreaded, and whenever I go into multithreaded code, breakpoints take ages to work, then the variables can no longer be viewed, and restarting just hangs the app. How is this possible I'm using the MS flagship product and debugging with message boxes !!! Hi Cristian. Is this just with C++ code I find I get several other problems when I'm working C++ that I don't get with the other languages. I can't say I've seen what you've described though; but, with my experience with VC ...Show All

  • Visual FoxPro COntroling objects

    I have 2 forms, Form1 and Form2. In Form1 I have a grid and a button, when I click the button I call Form2. What I want to do is to control the properties and methods of the grid inside Form1 from Form2. How can I do this A form receives parameters in its INIT() method. Create a property of the form to keep the parameter received, therefore it will be in scope for the life of the form. Form1.Button1.Click() (or in whatever method you want) DO Form2 With this In Form2.Init(): LPARAMETERS toForm ThisForm.oForm = toForm (no validation code included in example) Now you have a reference in Form2.oForm to the object representing Form1. Remember that VFP is Object Orient ...Show All

  • Visual Basic How to transform files from code?

    I have the following files format for VISUAL STUDIO 6 Pack, which I have to transform to EXE application: 1. PDM 2. vbp 3. frm 4. frx 5. SCC 6. vbw I'm new to this and would like to know how to do Regards Hi 1) Make EXE feature is only available in Visual Basic 6. You cannot buy this at the stores but you can get it via an MSDN subscription. 2) You can buy an MSDN subscription for a fee. See http://msdn.com and click on How to Buy. If you choose to look at VS 2005, there are free options. You can get our entry level product, Visual Basic Express, for free here: http://msdn.com/express/ You could also get a trial version of the Visual Basic Standard or Pro editions. The differenc ...Show All

  • SQL Server RS2005 Date parameter - JScript error

    I have a RS2005 report that was deployed to a ReportServer and has been running for over 1 month. I personally have not run this report in the past month, however, today when I tried to run it I got an error trying to select a date parameter. I can't paste samples of the windows displayed, so I'll do my best to explain. When I click on the report, it goes to the View window and displays 2 date parameter fields. When I click the icon next to one of the parameter fields, I get an error window that says A Runtime Error has occurred. Do you wish to Debug Line: 383 Error: 'resultfield.id' is null or not an object I click Yes and get a VS Just-in-Time Debugger window, where I choose New instance of VS 20 ...Show All

  • SQL Server Update Statistics, Auto_Update_Statistics - please clarify

    Test Qn Well, let's try it with the new post... The upd ate stats statement will reenable auto updating of stats for the given index or table that you specify in the statement, unless you specify the no re compute clause. So, if you want the auto updating of the stats for the given object to continue to NOT be updated even after issuing your upd ate stats command, simply include the no re compute clase in the statement you are running in your job. Bear with me...I'm trying this in chunks to see if I can get the whole thing posted...seem to be having trouble using certain words or characters...pardon the punctuation, I'm deliberatley doing it to see if I can get it posted... As for the auto updati ...Show All

  • Windows Forms Disappearing data rows

    This is kind of weird... I have an application with a tab control, where I dynamically add/remove tab pages, each of which has a flow layout panel that gets group boxes containing data grid views added to it. My row filters and everything seem to be working just fine and all, but I have a weird bug I can't quite understand. Say you have this thing configured such that it adds two tab pages with some lists on each. It loads up, and sits there displaying and updating all of the data just fine on both of the tabs. You can switch between them, and everything seems normal. But then, if you sit on one tab for more than, say, ten seconds or so, when you switch to the other one, every list on that tab will have only one row. But the tab you wer ...Show All

  • Visual Basic Backgroundworker component cross-thread operation error

    Cross-thread operation not valid: Control 'PanelContainer' accessed from a thread other than the thread it was created on. Here is what led up to this. My Mainform Load event is instantiating a dozen user controls and adding them to a panel collection for use later in the application. There are so many controls on the Main Form now that there is a paint problem...It takes 2-3 seconds now to get through all the initializations...and various controls are shown in different states of being painted..some are even transparent and show the desktop. Thinks look pretty ugly for a couple of seconds. I thought I would have controls be loaded asynchronously, after the initial controls are loaded. PanelContainer is declared/instantiate ...Show All

  • SQL Server Problem Viewing Reports on Server

    Hello, we're having a bit of an issue getting Report Server to display reports. We've published via the web-interface and Visual Studio. After we publish, it gives an error and it looks as if it's trying to find the data source that we used to create the report. We've changed the datasource names to match that of the local machine too. Here's the error... An error has occurred during report processing. Cannot create a connection to data source 'LocalDataSourceName'. Keyword not supported: 'driver'. Any help would be greatly appreciated. Thank you! What is the connection string and which data provider are you using It looks like the data provider can't handle the connection string. ...Show All

  • Visual C# vb to c# code conversion

    does anyone have any idea on how to convert this to c# Sub shutdown() Dim t As Single Dim objWMIService, objComputer As Object 'Now get some privileges objWMIService = GetObject( "Winmgmts:{impersonationLevel=impersonate,(Debug,Shutdown)}" ) For Each objComputer In objWMIService.InstancesOf( "Win32_OperatingSystem" ) t = objComputer.Win32Shutdown(8 + 4, 0) If t <> 0 Then 'Error occurred!!! Else 'Shutdown your system End If Next End Sub i could use the same thing for logout and res ...Show All

  • SQL Server Having a drilldown report "go back" to original report

    Hi, I have a main/summary report which returns a list of records.  Each record on this main report contains a link to a detailed report for more information on that particular record.  That all works just fine.  But on my detailed report, I want to provide a button to allow the user to easily "go back" to the original report. I noticed that at the top of my detailed report is a toolbar, with icons to print, search, etc., so this seems like the place where it would be nice to have another icon with the back arrow that would be linked to the original report.  The user can use the Back button on the browser, but I think it would be much nicer to provide a Back button on the report itself. Is there any easy way to go about ...Show All

  • .NET Development Context.Session is Nothing after Server.Transfer

    Hi I am writing some HttpModule code to implement URL redirection, in order to remove querystrings from my URLs, so the search engines won't croak. The server.transfer works fine (in that it transfers me to the correct URL), but within the new page (the one being transferred to), 'context.session' is nothing. If I execute that same code by calling the URL directly (ie, without using the HttpModule to redirect), then context.session is fine. Here's the code for the HttpModule... ************** start of code ****************** Namespace MyNamespace Public Class HelperClass Implements IRequiresSessionState End Class Public Class HttpModule Implements IHttpModule Private m_application As HttpApplication Private ...Show All

  • Visual Basic shift cells down on excel insert row

    I'm using this code to print and invoice to an excel template Dim XL As Excel.Application Dim xlwb As Excel.Workbook Dim xlsheet As Excel.Worksheet XL = New Excel.Application xlwb = XL.Workbooks.Open( "C:\Documents and Settings\S. Ross\My Documents\sales invoice1.xls" ) xlsheet = xlwb.Worksheets(1) XL.Visible = False Try xlsheet.Cells(8, 2).select() XL.Selection.value = Me .NameComboBox.Text.ToString xlsheet.Cells(9, 2).select() XL.Selection.value = Me .AddressTextBox.Text.ToString xlsheet.Cells(10, 2).select() XL.Selection.value = ( Me .CityTextBox.Text.ToString) xlsheet.Cells(10, 3).select() XL.Selection.value = ( Me .StateTextBox.Text.ToString) ...Show All

©2008 Software Development Network