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

Software Development Network >> C#'s Q&A profile

C#

Member List

Karl Costenbader
Fiorina81
masd
johnpauth
Polla Baban
BlueJay07
Uwe-Z
gaurang
David Spilling
amosz42
NicoTech
Lionel
_Quimbly_
k_samsonov
arshad imam
ElizabethB
DDB007
Titou
Thea Burger
Stephen Inglish
Only Title

C#'s Q&A profile

  • SQL Server Whether probably to receive metadata about a status of cubes, by means of SQL inquiry to SQL Server

    Someboy help me to receive the status of cubes's metadata info via SQL Query. I've been analyzing this problem for two weeks and found several solution for example ActiveX (ADOMD.Catalog) or other programing solution, bat I want faund SQL solution this problem. Information Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005 23:18:38 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.0 (Build 2195: Service Pack 4) I`am write VB code (Example for Excel [References: ADO, ADO Multy-dimensional]) Use it for view cube meta data info Option Explicit Function SMid(iSta ...Show All

  • Visual C# help a beginner please how to make this software?it with dictionary and chat and ....

    maybe my question so stupid~ please for give me~ i want make this software to help some japanese learn english and can put it into a game but most~ use it at desktop. i think it need thoese function: english dictionary; english <-> japanese dictionary; IM chat; file share,any file had index at server,can load a file from each other, seen like emule and bittorrent and Ares; storage ask and answer like a forum or knowledgebase; i dont know how to make a dictionary software. where to find a dictionary file it is free i think the WIKIdictionary is free but how to do that i find many free translate website how to do that i need the dictiona ...Show All

  • Visual Studio Express Editions Function help

    I am trying to get the information from textbox1 and output it into an array. I have tried this: char chrsplit[1000] strcpy(chrsplit, enctextbox->Text->ToCharArray()); but i get this error error C2664: 'strcpy' : cannot convert parameter 2 from 'cli::array<Type,dimension> ^' to 'const char *'         with         [             Type=wchar_t,             dimension=1         ] i found on another forum that this may be b ...Show All

  • .NET Development Assembly version mismatch

    My assembly references another assembly whose version is 11.0.0.0, but now I want to use my assembly on another machine, which only have the same reference assembly whose version is 12.0.0.0. Now the application throw an error that can not find 11.0.0.0 dll, Can I let the applcaition use the higher version assembly automatic (the two referenced assembly strong named with same public key token) give this a shot: http://blogs.msdn.com/junfeng/archive/2004/11/16/258081.aspx ...Show All

  • Visual Studio Problems with SetDataSource

    hello, i have created some reports with crystal. Form_Load of my Form : [code] // my Class loads a DataSet AntragReparaturs antrag1 = new AntragReparaturs(); DataSet set1 = antrag1.Report_RepAnnahme_Kunde_GetData( this .antragsID4Edit); // Instance of my report Report_RepAnnahme_Kunde rep1 = new Report_RepAnnahme_Kunde(); // SetDataSource on DataSet rep1.SetDataSource(set1.Tables[ 0 ]); crystalReportViewer1.ReportSource = rep1; [/code] this works fine on my development-machine, but on other computers SetDataSource failed the error message is [code] System.MissingMethodException ...Show All

  • SQL Server DatabaseMail setup problems

    I'm bust to setup a mail nothification system by using DatabaseMail. The setup of the database mail was ok. I'm able to send a test mail. After that I modified the SQLAgent's Alert system. I enabled the mail profile and as Mailsystem i choosed Database Mail with the mail profile the one I created in during the database mail setup. No I like to use this when a job fails or an alert is fired. So I created an operator. Give it the name SQLMAil and e-mailname  - first try a normal e-mail address vname.name@provider.be - second try the database mail profilename (SQLMAIL) I created also an alert theat make use of ...Show All

  • Windows Forms Is possible to run this app from URL?

    a have some problems with this... Thanks Ales Aha, I saw it in the source and I'm glad to get it confirmed here - TaskVision is actually using the Application Updater Block. I was somwhat confused since the presentation of TaskVision states that the program uses "No-touch deployment".  If I am not mistaken, "No-touch deployment" means  ...Show All

  • Visual C# Data binding hell

    Something so easy causing so many greys....            void fetchNames()         {             comboBox1.Items.Clear();             OracleDataAdapter dAdapter = new OracleDataAdapter("select name from people order by id",myOracleConnection);             DataSet ds = new DataSet();             dAdapter.Fill(ds)             comboBox1.DataSource = ds.Tabl ...Show All

  • Visual Studio Express Editions installation

    This may seem like a really basic question, but I have just installed the Microsoft Web Developer 2005 Express Edition. It has all installed fine. The only problem is that I don't know how to run it! There is no shortcut on my desktop and when I go into the C:\Program Files\Microsoft Visual Studio 8\Microsoft Visual Web Developer 2005 Express Edition - ENU, I can't see any exe to run it. I have looked around on my file system trying to find an exe somewhere, but I cant find it any where. cancel, that I have found it now. Although I think C:\Program Files\Microsoft Visual Studio 8\Common7\IDE is a strange place to put it. And I don' ...Show All

  • Visual Studio Express Editions Question #1

    I can't seem to find the page on what the Express edition cannot do cf the full blown VS .NET 2005.  Can someone point me to it.  Thanks. http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All

  • Visual Basic mdi form problem

    in form theres an event called closed or closing or something like that but i have a problem with MDI form! how can i write codes as i wrote into form's closed event md form doesnt have closed or closing event how can i show message before closing md form Thank u Override OnClosing - Public Class Form2 Protected Overrides Sub OnClosing( ByVal e As _ System.ComponentModel.CancelEventArgs) MessageBox.Show( "I am Closing!!!" ) MyBase .OnClosing(e) End Sub End Class ...Show All

  • Visual Studio How to re-use RPT designs and formulas in CR for .Net 2003

    I am creating a series of different tabular reports in CR because I need a way to have the output be in PDF format. Things are proceeding too slowly and awkwardly for me - I fear I am missing some important trick regarding reusability:  How do you re-use report design layouts and formulas with this version of CR Much of the Page Header and Footer sections are the same on all reports I need to create; even the detail section(s) need to be same in terms of font, color, etc. In my first report, I struggled with the learning curve of formulas, runtime customization, and the designer itself. In my 2nd report, I clumsily tried to clone ...Show All

  • Visual Studio Data sources in miscellaneous project system

    Hello, Can the Data Sources window be used with the 'miscellaneous' project system I am rehosting a modified windows form designer so that it is registered with the miscellaneous project system; that is, I have created an VS editor with a user control that hosts the Windows Form design surface and integrates with the Visual Studio toolbox.  I am creating several custom controls for use with my designer and wrapping some existing controls, such as the DataGridView control.  The DataGridView control has a DataSource property.  Normally, in a vanilla C# Windows Application project system, when I use the DataGridView control ...Show All

  • SQL Server How do you determine the size difference of transaction log per million INSERTs?

    I was wondering how one could determine the increment in size of the SQL Server 2005 transaction log after an insert of, say around 1 million records Assuming a simple five-field table with varchar(50) fields. Hope someone could help. Hi, use these procedure or the database table to determine the space used. sp_helpfile sp_helpdb DBName sys.database_files HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development Bravenet FTP error

    I am trying to get my program to upload a file to my bravenet ftp server. The info bravenet gave me was: Use the following settings in your FTP program: Server or Host Name: freeftp.bravehost.com User Name: ******** Password: Your Bravenet Password Remote Directory: / my code was: Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click My .Computer.Network.UploadFile( "stuff.txt" , "freeftp.bravehost.com" , "Username" , "password" ) End Sub i got the error; Argur ...Show All

©2008 Software Development Network