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

Software Development Network >> Dave Jenkins's Q&A profile

Dave Jenkins

Member List

Wasif235288
matman13
say_2000
jaxDeveloper
Franky Uray
AaronBrock
Danny Abraham
Hans_Schmucker
Peejj
Tb2006
B. Thomas
Meteor73
RideABike
Frame
Farhan H Soomro
Adair
RBecker
hamil
smudie
Wee Bubba
Only Title

Dave Jenkins's Q&A profile

  • Visual Studio Not able to see my workflow instances in workflow monitor

    I have a workflow for managing Addition of files to VSS. The workflow works fine but I am not able to view the instance in workflow monitor. When I click on my workflow, I get "Data is null.This mothod or property cannot be called on null value" I am using a State M/c workflow and I have a RequestInfo object stored in the workflow so that I can use the data for emailing when activities get completed. What might be the problem with my WF I am able to see other Instances in the monitor. I have created a statemachine workflow. Even though I can access the workflow at different states and work on it to complete the flow,I cannot view the status using the workflow monitor. I am maki ...Show All

  • SQL Server Scrubbing data in a data flow task

    I can only assume that I either did something very stupid, the examples are completely wrong, or I don't have the slightest clue what it is that I'm doing. I'm trying to do one of those incredibly complicated things in SSIS that was a brain-dead, point click operation in DTS.  I want to strip characters out of an input stream from a flat file source before loading them into a table.  I've defined my data flow task.  I have my flat file source properly defined.  I have my SQL Server destination properly defined.  For the life of me, I can't figure out how to scrub the data that I want. My input is a csv file that has 22 columns of data.  Column 22 contains data and if data was not present, there is a - in ...Show All

  • SQL Server Setting to show default data row

    Hi I have a database details veiw on my vb 2005 express form. When I run my program , all the data in row 1 automatically shows up, as the default. How can I set the default to show the data from row 2 when I start up my program Thanks Rob hi Rob, I do think you should post elsewhere, in the programming forums, as you are probably dealing with a datatable containg all the rows of your underlaying SQLExpress table, performed ( ) via a simple "SELECT [col_list] FROM schema.table ORDER BY col;".. this will load the entire table into the resultset you are working with, and the binding you have set in your form just navigates to the 1st available row.. to accomplish your required behaviour, from a SQL Server ...Show All

  • .NET Development Webservices client: changing the Namespace

    I'm building a client application witch will comunicate through soap with a webservice. The soap message i now sent: <soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:wsa=" http://schemas.xmlsoap.org/ws/2004/08/addressing " xmlns:wsse=" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd " xmlns:wsu= " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd "> <soap:Header> <wsa:Action>urn:orxserver#bedrijfsVoorraad</wsa:Action> <wsa:Mess ...Show All

  • Windows Forms Need Help getting image to show up in PictureBox

    I have a program that has an openFileDialog and some pictureboxes that I want pictures to show up in according to the images you choose in the openfiledialog from the local harddrive. But I don't know what to type in the GetThumbnailImage(); private void openToolStripMenuItem_Click( object sender, EventArgs e) { if (AddPic.ShowDialog() == System.Windows.Forms. DialogResult .OK) pictureBox1.Image.GetThumbnailImage(); } Thread will be moved to the appropriate forum once the servers are back up... to show an image in the picturebox control: this.thePictureBox.Image = Image.FromFile( pathAndFileName ) that's all there is to it hope it helps ...Show All

  • SQL Server SQL2005 Reportviewer source code

    I want to customize reportviewer toolbar. Anybody can tell me where I can find the source code reportviewer I have seen the SQL2000 version of reportviewer with source code. not SQL2005 version. Thanks. ...Show All

  • Visual C# How do I generate help files for my dll?

    I am writing a class library in C# to provide an API to my product. How do I generate help files to publish in the documentation I provide in an SDK Is there some automated tool that will take the text comments that I have included in my source code and generate help files and text documentation Sandcaste project is great, but I highly recommend Eric Woodruff's GUI as a front end http://www.codeplex.com/SHFB . It makes things much simpler. Thanks again! ...Show All

  • Windows Forms Setup Error - Failed to load resources from resource file.

    I am getting following error at random places in my application. "Setup error - Failed to load resources from resource file. Please check your Setup" Application closes if I click on OK button on the message box. Also, it does not happen on development machine, it only happens on client PCs. The client PCs has .NET Framework 1.1 Please help me. If you have a solution or recommendation then please reply. Regards, bmgohil It's taken me a long time ... but I was finally able to identify the problem .... it was a bad memory module. Through trial and error in swapping out memory modules ... I determined that 1 of 4 memory modules was bad. It caused random applications to close without warning, at random tim ...Show All

  • SQL Server OLAP server or SQL Analysis Service

    Hi I am new to SQL Server and not quite understand the difference between OLAP server or SQL Analysis Service. Are they referring to the same thing An user asked me to confirm that the OLAP server is active on a server running SQL Server 2005, what do I need to check. The Analysis service is up and running, does it mean it is OK Please advise. Thanks. OLAP (Online Analytical Processing) is a generic term for the process of analyzing stored data. SQL Server Analysis Services is a product which performs the Analytical Processing for you. If Analysis Services is up and running then you're OK. ...Show All

  • .NET Development Compression of SOAP message in web service

    I'm trying to get the SOAP messages from my web service compressed to reduce the data size when send to the client. Most examples I found are using external GZip libraries, but of course from .NET 2 it is possible to use GZipStream. This is what I have so far: [ AttributeUsage ( AttributeTargets .Method)] public class CompressionSoapExtensionAttribute : SoapExtensionAttribute { private int priority; public override Type ExtensionType { get { return typeof ( CompressionSoapExtension ); } } public override int Priority { get { return priority; } set { priority = value ; } } } public class CompressionSoapExtension : SoapExtension { Stream oldStream; Stream newStream; ...Show All

  • Visual Studio 2008 (Pre-release) App Positioning Per different types of Resolution

    Ok right now in my application it starts where i have it set right along the Taskbar,But i run at a Resolution of 1280 x 1024 and not everyone runs the same Resolution..Some people run higher Resolutions or Lower..So my Question is where can i find some information on getting the Application to appear along the Task Bar No Matter the Resolution From 800 x 768 all the way up to 2048 x 1280... well no matter the positioning of the persons taskbar it will Adjust the Elements anyways....already ahead of that area,cause i also know people that move their TaskBar from its Normal Install Location ...Show All

  • Visual Studio Express Editions Global Variables? Pointing/Casting? Structs? Simple Question.

    Hello. All I am trying to do is take a LinkLabel on a form and when you click on it it loads another form with a webbrowser and sets the browser to go to that link. I am getting stuck because I cannot get my variables from one form to another. private : System::Void linkLabel1_LinkClicked(System::Object^ sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^ e) { IE^ f2 = gcnew IE; System::Windows::Forms::DialogResult retval = f2->ShowDialog( this ); } In the new form I cannot get the: this->LinkLabel1->Text I have tried: form1->LinkLabel1->Text I have tried making a global variable but it says: .\dl2.cpp(8) : error C3145: 'someting' : global or static variable may not have managed type 'Syst ...Show All

  • .NET Development Admin rights

    Hi, I made an install using visual studio to install my app and .net if its needed on that pc. However on users that dont have admin rights they can install .net. Is there a way around this I would be very grateful. Thanks Wilk06 I believe what you are asking is "Can the .Net Framework be installed by a non-admin ". The answer to that is No. You have to be an admin to run some of the steps that the .Net Framework installer runs. Installing assemblies into the GAC and creating native images for managed assemblies are just some of the types of actions that are Admin-Only. Pracheeti - MSFT ...Show All

  • Windows Forms TextBox Focus not visible

    Hi all, I'm on my wit's end. I've created a form with a textbox. I want to set the focus to the textbox -> some searching the forum yield to that i've to use the Select method. Ok, so i do. The textbox receives the focus (yeah), but the focus is only visible (blinking cursor) after I have hidden the App behind another window and brought it back to front by hand ( ). The problem is, that the textbox is not allways visible, so I do something like this after it is visible again: if (this.txtInput.CanSelect) { this.ActiveControl = this.txtInput; this.txtInput.Select(); } I've tried all possibilities I can think of with .Refresh(), Update(), Invalidate(), Validate() but no success. I'd appreciate any help Franz Edi ...Show All

  • SQL Server Storing IEEE 754 Floats in SQL Server 2005 (NaN, +/- Infinity)

    Hi all, Is there a way to get SQL Server 2005 to store NaN and Positive and Negative infinity values for double precision floats It used to work fine under SQL 2000 and works great under MS Access, but we are updating our scientific application, and really need to be able to store this information efficiently under SQL Server 2005. We really want to dump Access because of database storage limitations. It really amazes me that there is not more support for this as the limitation really makes it hard to store a lot of our simulation data. I guess SQL Server is more geared for financial data then scientific data. I know that Oracle supports this but we rather stick with SQL Server if we can. We really want to avoid having to have an extra ...Show All

©2008 Software Development Network