Software Development Network Logo
  • Windows Live
  • Architecture
  • VS Express Editions
  • Visual C#
  • SQL Server
  • Windows Forms
  • Visual FoxPro
  • Smart Device
  • VS Team System
  • Visual C++
  • Visual Studio
  • Game Technologies
  • Visual J#
  • .NET Development
  • Microsoft ISV

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

dansingirl17

Member List

Adrian Hibbert
Mariya Atanasova - MSFT
GreatDane
soanfu
Chris V
Malekar Hardik
Hansonlion
dale_barr
Winfried Peter
dncjp
yy608
O_s_c_a_r
Blubablub
Bill Raleigh
jmota
vapkse
Alexey Spirin
Sanjy
Ignez
KyleT
Only Title

dansingirl17's Q&A profile

  • Visual Basic Loops

    Hello, I am trying to create a program that generates the fibonacci series numbers between 2 and 1,000,000,000 (1 billion). The user enters in an number in to a textbox (between 2 and 1 billion), and the program then outputs the Fibonacci series up to that number in a list. The program is also supposed to output the number of numbers found up to that specific number and the sum of all those numbers found. It would be easy if the task was to, lets say generate odd numbers up to a specific number. You would just use a loop and keep on adding "2" until you get up to that number or 1 less than that number. But I can not figure out how would ...Show All

  • Windows Forms Web/Smart Client Architecture Question

    We are looking to port an existing desktop app to a web solution.  The biggest downside in a web version is the lack of functionality available in comparison to the desktop version. To counter these limitations we are also considering a smart client version for the power users that need the full functionality. The question is, if we create a set of web services for the data access layer for the smart client, would there be any issue in using these exact same services to drive the web version as well   Would there be any extra overhead, slowdowns, inefficiencies with the web version in using a web service to drive it's data ac ...Show All

  • SQL Server SQL Server 2005 Remote Connection

    This has probably been answered before, but... I have a local SQL Server 2005 instance running, and I would like to have another user on my network connect to this instance. However, when he tries to connect, he always receives the same error message: "An error has occured while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error 28: - Server doesnt' support requested protocol)" So, I checked the properties for the server, and under the connectio ...Show All

  • SQL Server ANN:Dundas Chart for Reporting Services now in Beta

    For those interested, Dundas Software has just announced the Beta program for Dundas Chart for Reporting Services, which extends the charts within Microsoft SQL Server 2005 Reporting Services. Features include:  many new chart types, seamless integration, advanced Data Manipulation/Filtering/Forecasting abilities and more. We have also created a new website, dedicated to our new line of Reporting products - ( http://www.dundasreporting.com ) Thanks Ed Worsfold Dundas Software ...Show All

  • SQL Server Creating a report using a stored procedure

    Hi All, Is there a way to create a report in SQL2005 reporting services to call a stored procedure that has parameters I keep getting an error saying i am not supplying the params, I can't seem to find where to put my parameters for the report to use. Thanks, Joe You would be better posting this on the reporting services forum, as this is mainly for T-SQL issues ...Show All

  • Visual Studio 2008 (Pre-release) Object Implements ISerializable, Exception when used with WCF

    I am having a problem sending an object across application boundaries using WCF. The Operation Contract is a simple method “void SendAlert(Alert alert); The Alert class is a pretty complex object that inherits from an abstract base class that implements ISerializable. My code creates the a new Alert Object then calls the remote Method SendAlert and sends the object. This is where the fun begins. When I call the close method on the factory object (my code is below) I get the following exception stack: System.ServiceModel.CommunicationException: An error occurred while transmitting data. ---> Sy ...Show All

  • Visual Studio Tools for Office Problem while try to close Excel File From Visual Studio .NET 2003

    Hello, Here i have write the code for open excel file. Dim oExceApp as Object oExcelApp=CreateObject("Excel.Application") oExcelApp.Workbooks.Open(<FilePath>) Now whenever i tried to close excel file, excel instance dons't clear from Windows Task manager. Here i have write the code for close excel file and also instance of excel application oExcelApp.Workbooks.Close oExcelApp.Quit oExceApp=Nothing I have already tried following line for release object but it's not work. System.Runtime.InteropServices.Marshal.ReleaseComObject(oExcelApp) Anybody idea!!! ...Show All

  • Visual C# IDispose in detail

    When should I implement IDispose method What one might want to do in the method itself You mean IDisposable There's a good explanation here. Hope that helps. ...Show All

  • .NET Development Can you obtain the progress of the Fill/Update commands of the TableAdapter including Cancel

    TableAdapters have a Fill, Update, Delete commands. I am trying to "mimic" the SQL Management Tool interface, if you open up a table, the status bar has "Retreiving data...", there is a Cancel button and it collects the rows asyncronously allowing you to see how many rows it has already collected, if you cancel it just stops the flow of rows coming into the table. I am wondering how to acheive such a thing using a TableAdapter I notice there are no events on the dataset and no events on the tableadapter, how could I monitor the Fill and Update events Regards, Michael Proctor Have you looked at the Dat ...Show All

  • .NET Development Problem with Data access from different Forms in a multiple Forms project

    Hi peers, can anyone help me with the problem with the problem that i am encountering and which is related to exchange of or retrieving data from different forms within one project. I am building a three-tier (data, business object, and user interface)Windows App with three child Forms embedded into the MDI Parent form. The three Forms are related to three distinct trading data inputs, whilst the Form1 performs calculations using coded algorithms and data inputs saved in Form1, Form2 and Form3. There is only one DataSet consisted of three tables . I have used DetailView for all three Forms, so as to bind data to t ...Show All

  • Windows Forms Windows Forms User Authentication.

    Hi, I'm new winforms. My application has a user login system and depending on the user level they get different access to differant options I'm going to give in the application. What is the best way of keeping track of the level of the user logged in. any Advice is appriciated. Many thanks, -VJ I'm terrible in applying vb code to c# Could you help me on way, or point me to an explanation. I cannot find anywhere this explained clear enough for me. ...Show All

  • Visual Studio Visual Studio 2005 Pro

    Forgive the simple question, but I can't seem to make heads or tails out of this. As part of our MSDN subscription, I have Visual Studio 2005 Pro installed. I can't seem to figure out how to even get a dialogue box up. Do I need something else to use Visual Sourcesafe 2005 Does it come with a different version Is there an add on Thanks so much! Steps to create a Visual SourceSafe 2005 database using VSS Administrator: 1. Launch VSS Administrator (ssadmin.exe) ie. from Program Files->Visual SourceSafe->Microsoft Visual SourceSafe Administrator 2. Select File->New Database 3. A C ...Show All

  • Visual Studio 2008 (Pre-release) Not able to generate proxy with typed dataset using svcutil.exe and WCF Feb CTP (with Jan Ctp was working fine)

    Hi, I wrote an WCF service using Jan CTP which transfer the typed dataset to and from between client and service. It is working with Jan CTP and I am able to generate the proxy using the SVCUtil.exe. Recently I have updated my system to work with Feb CTP and provide the necessary chnages in the App.config file. when I tried to generate the new Proxy with SvcUtil.exe( WinSDK FEB version) I got the below error: Error: Unable to obtain Metadata from net.tcp://localhost:8085/MyService WS-MetadataExchange Error Uri: net.tcp://c65:8084/BritNetService Metadata contains a reference that cannot be resolved: 'net net.tcp://localhost:80 ...Show All

  • Visual C# Generic Interface Casting

    Hi All, I've got a class that wraps other objects. In .net 1.1 I used an interface like: public interface IMyWrapper{ object Data{get;} } In .net 2.0 I thought I would try something like: public interface IMyWrapper<T>{ T Data{get;} } Now consider the use of this interface in a method such as: public void MyMethod(object o){ //in 1.1 if (o is IMyWrapper){ //Do something else with the wrapped data AnotherMethod( (o as IMyWrapper).Data) } //in 2.0 if ( o.GetType().GetGenericTypeDefinition() == typeof(IMyWrapper<>) ) { //Do something with the wrapped data AnotherMethod( (o ...Show All

  • SQL Server restricting the amount of data getting into a cube

    i have a cube with a lot of data. there is so much data that when a report is run on the cube it takes a substantial amount of time to build the report. the cube contains data for the past 5 years. i want to limit the amount of data in the cube to just the last 1 year, so that when i process the cube, it only pulls in the last year of data. how do i go about doing this Im using sql server 2000 database. there is a job that populates the tables that populate the cube. it is quite a big job and i would rather leave it alone while its working. i just want to tell the cube " only take date from the tables w ...Show All

©2008 Software Development Network