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

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

fumble

Member List

SimonDa
MartyT
ewren
DeanRIowa
Keith Farmer
TimirP
Earl Seugling
David Lopez
James Christian
Robert R. Richter
vokesalex
Kwebster
Ktron
ak8888
XiNO
Steve Maine
Bill MacKenzie
Shane_2k5
Dror
peter673341
Only Title

fumble's Q&A profile

  • .NET Development insert serialized class into SQL Server 2005 as blob

    HI!   i have a serialized class, in a memory stream, how can i insert this   serialized class into SQL Server 2005 as blob   thanks for your help The .NET type for blob's is SqlBinary, which accepts a byte array. Call memoryStream.ToArray() to get the contents of the stream as a byte array. ...Show All

  • SQL Server Report Builder Query Timeout?

    Is their a way when creating a Report Builder model to set a query timeout   Similar to what can be done when creating a Reporting DataSet in VS.NET during report development.   My ultimate goal is to be able to limit ad-hoc report users running Report Builder from waisting resources on my SQL instance.   This has nothing to do with a report being published to a report server and setting a reports execution ...Show All

  • Visual Studio 2008 (Pre-release) Server Error in '/ServiceModelSamples' Application

    Hi! I am new to WCF programming an struggle to get the Calculatur service running in IIS 5.1. I can't figure out what is wrong Accessing http://localhost/ServiceModelSamples/service.svc gives the following error message: Server Error in '/ServiceModelSamples' Application. service dll must be in bin folder,can you please verify this your virtual directory should have bin folder and bin folder should have service dll -Thank you ...Show All

  • SQL Server NULL values in Cube for measures

    I am facing one problem for cubes. Eventhough I have NULL for certain measures in cube it gets populated as 0 in Cube. Has anyone faced this kind of problem. How can I solve this eg In Database D1 D2 Measure1 Measure2 A B NULL 10 C D 10 NULL Expected in Cube D1 D2 Measure1 Measure2 A B 10 C D 10 Currently getting D1 D2 Measure1 Measure2 A B 0 10 C D 10 0 I ...Show All

  • Visual Studio Express Editions change database location

    i have a project where i setup a data source and data set, created queries and used it in my code etc. the location of the database was temporary and now that i want to move it, i cant get my program to compile unless the datasource is in the original location. i created the new datasource and changed the queries to use the new one but i still get errors relating to the old location. is there an easy way to change the location of my datasource ...Show All

  • Visual Studio 2008 (Pre-release) Where condition

    I want to select a node, attributes of which are super set of some other set of attributes. The object model should looks like this: interface IAttribute { string Key { get ;}, object Value{ get ;}, ... } interface INode {    IEnumerable < IAttribute > Attributes { get ;} }   And what we want to do, is by providing some IEnumerable < IAttribute > attributesInCondition   to se ...Show All

  • Visual Basic capturing an dumping video streaming via http

    Hi all. I'm new to Visual Basic .net 2005 beta 2 so excuse me if my question is too simple for you. I need to create an application that connects via http to a local video server (it has a local private IP address) and then shows a live video stream coming from the server. Moreover I want to let the user save the video stream he is seeing in that moment, to see it again later (with any media player). In other words I need to dump (or grab, o ...Show All

  • Windows Forms publish.html is not sent to the server

    (c# 2.0 winapp) I publish my app, i get 'successfull' message but the publish.html file is not sent to the server! all the other files are ok, this is the only one who is missing. I am also publishing crystal reports. any ideas ...Show All

  • Windows Forms Connecting Form1 and Form2

    I have made two forms using drag and drop process. Now, I want that if button 1 on form1 is clicked, Form 2 should show up and form1 should hide itself. And if the back button(button1) on form2 is clicked, it should disappear and form ...Show All

  • Software Development for Windows Vista Adding activities to a workflow at runtime

    Forgive my newbieness... I've searched the forums for something along these lines, but haven't found anything. Is it possible to add activities to a workflow at runtime I'm attempting to add the activity from within a Code activity per the way activities are added in the designer.cs: private void codeActivity2_ExecuteCode(object sender, EventArgs e) { HelloActivity helloActivity = new HelloActivity(); helloActivity.Name = "helloActivit ...Show All

  • Visual Basic difference between VB .NET and VB 2005

    what is the difference between VB .NET and VB 2005, or they both the same You dont have a VB 2005 as such there is VB 2005 Express which is a cut down version of full VB.net It also depends on the version of the .Net framework you are using i.e. 1.1 or 2.0 Visual Strudio 2005 is aimed at version 2.0 and Visual Studio 2003 is aimed at 1.1 ...Show All

  • Visual Studio VS 2005 Pro Registration Benefits Portal Downloads doesn't work...

    I wonder how to make any use out of the "Registration Benefits Portal Downloads" if this service doesn't seem to work at all I've spend the past two days to get some access to the offered benefit material for my registered VS2005 Pro version repeatedly without any success. It's always the same boring try & error procedure when I follow the suggested link inside the german VS registration email. So far it seems to me, that the serv ...Show All

  • SQL Server CLR DDL Triggers with SqlTrigger Attribute?

    Does anyone have an example of using the SqlTrigger attribute for a DDL trigger Cannot seem to locate one What do you want to do Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms How to pass a keyboard command to a Child Form

    Hello, I have a keyboard command that I am trapping in a main form by setting these properties for the form. this .KeyPreview = true; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this .ChildForm_KeyDown); The part I am stuck on is I know have the commands trapped using protected override bool ProcessDialogKey(Keys keyData) { if (keyData.Equals(Keys.Alt |Keys.A) || keyData.Equals(Keys.Alt |Keys.B)) { MessageBox.Show ...Show All

  • .NET Development How to test connection to the SQL server DB?

    Hi, Who knows how to test connection to the SQL server DB I don't want to pull any data, just need to monitor connection state. So, I have a timer to do so. It opens connection nad closes it right away. Works just fine ... even if network cable is disconnected. %-) If I run a simple select statement between Connection.Open() and Connection.Close(), it works right, But I don't really like the idea of pulling data from the server and thro ...Show All

©2008 Software Development Network

powered by phorum