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

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

kushpaw

Member List

Barbie G
jortiz
ekkapop
Abhishek.itb
roadresident
rounderh
Gagandeep Singh
Alexandrea
Brian_n
Viren Kapadia
Sebastiang
grellsworth
Tomorrow Shi
Joe Au
Visual Basic Expert
Dave Britton - VERTIGO
GrandpaB
arkiboys
wsaunders
Yurec
Only Title

kushpaw's Q&A profile

  • .NET Development Problem | Oracle 9i Release + With Vb.Net 2005

    Hai I Am New To Oracle 9i R 2 But I Can Able To Handle Vb.net 2005.How can Able To Connect The Oracle 9i Using vb.net.Is Our Default Dll Support The Oracle 9i Like Imports Sysytem.Data.OracleClient.I Heard That ODP.net Is used This Purpose.I Need To Know Is I Need to Install ODp.net Provider In Client Machine To Run My Application.How can ABle to Run Vb.net with Oracle 9i r2 Without installing ODP.net Provider.If I Create Setup For Vb.net 2005 What Are the Dependencied Need to Run Oracle With VB.net. I Hvae created An Appliation And I setup the Project Automatically Oracle.Access.Dll. is Bind But I cant able to Run Application.Coz The Error Unable to load Dll OraOps9 .dll Please Help me Its vEry Urgent ...Show All

  • SQL Server Why can't I use data-driven subscriptions?

    I am using Reporting Services 2005 locally for testing purposes and also on a production server. Locally, I can create data-driven subscriptions, but not on the server. The only difference I can think of between my local test environment and the production server is the versions of SQL server database. Locally, I am using SQL server 2005 but on the server I am using SQL server 2000 (but with Reporting Services 2005). Can the version difference be the reason for not being able to use data-driven subscriptions Note: I have followed various guidelines and walkthroughs that describe how a data-driven subscription is created, i.e. stored credentials on the report server and such should not be the problem. Operating systems: locally; Windo ...Show All

  • SQL Server capture line of flat file [Error]

    Hi, I have a flat file with several rows of entire type in one of the rows a string comes and when it goes away to guard in the BD it falls, since I can know in that this row of the flat file the string PastillaReturn wrote: Hi, I have a flat file with several rows of entire type in one of the rows a string comes and when it goes away to guard in the BD it falls, since I can know in that this row of the flat file the string Sorry, this is getting lost in translation. Do you mean that you require to know which row(s) of the flat file failed -Jamie ...Show All

  • Visual Studio Express Editions one last question with a boolean

    well i have one last question on my program like before. the idea of it is to type in a child's last name and it will read from a txt file with all its info and bring out the info in a rich txt box. otherwise it will say "child not found". well right now no matter what i put in im getting "child not found" Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim strChildFirstName As String Dim strChildLastName As String Dim chrChildGender As Char Dim strParentLastName As String Dim strParentFirstName As String Dim chrParentRelationship As Char Dim decAnnualIncome As Decimal Dim intParentAge As Integer Dim intNumberOfKids As Integer Dim Readfile As System.IO.StreamRe ...Show All

  • Visual Studio Team System Custom Checkin Policy Installation

    I've been trying out a custom null comment checkin policy and it works great *except* that we seem to have to not only install on the server but also on every client. Having to install on every client is a bit of a problem and holding up deployment because now we've got to go through IT to get the client software installed. Believe, that is a drag. Is there any way to create custom checkin policies that only require server installation I mean, couldn't the server do a click-once style install for each client when or if they need client side software components for the custom policy If not, please consider this for the next version of TFS. Thanks! As long as you are asking about how to improve them ... :-) ...Show All

  • .NET Development How do you read xs:hexBinary type into a DataSet?

    I created a DataSet from a schema that has an element of type xs:hexBinary. Then, I have an XML file with data in the hexBinary element. When I use ReadXML method of the DataSet, I get the following error: --------------------------- --------------------------- Message: Invalid length for a Base-64 char array. Stack: at System.Convert.FromBase64String(String s) at System.Data.Common.ObjectStorage.ConvertXmlToObject(String s) at System.Data.XmlDataLoader.LoadColumn(DataColumn column, Object[] foundColumns) at System.Data.XmlDataLoader.LoadTopMostTable(DataTable table) at System.Data.XmlDataLoader.LoadData(XmlReader reader) at System.Data.DataSet.ReadXml(XmlReader ...Show All

  • Visual Studio 2008 (Pre-release) DependencyProperty issues with User Controls

    Hi all, I was hoping someone could please help me with an issues. I am trying to set a property on a user control, like this; <my:SmartInput LabelText="XXXX" /> The user control file looks like this; xaml (snipped): <TextBlock Name="si_Label" Grid.Column="0" Grid.Row="0" /> .cs (snipped): public partial class SmartInput : System.Windows.Controls.UserControl { public static readonly DependencyProperty LabelTextProperty = DependencyProperty.Register( "LabelText", typeof(string), typeof(SmartInput), new PropertyMetadata(String.Empty)); public string LabelText { get { return (string)GetValue(LabelTextProperty); ...Show All

  • .NET Development Returning data contained in Ienumerable<type> as type[]?

    Hi there, Does anybody know how to return the results of an IEnumerable<type> as an array of the same type i.e type[] in a web service call without first having to collect all elements in the IEnumerable<type> and storing it in memory first This question is really about optimizing large collections of data returned by web services. If it is possible to loop through the IEnumerable<type> with a "foreach" and somehow start formatting the soap response already, there should be a fair amount of memory and time saved. We are currently running into timeouts and outofmemoryExceptions because building up a collection of types in a list<type> cannot handle the load. I tried to do this usin ...Show All

  • Visual Studio 2008 (Pre-release) Building a Managed TCP server with WCF

    hi, I am Thinking of building a Server/Client application with WCF, and i need to some how monitor the connected client, is that anyway i can retrieve information about all the connected client/session Nait83 Yes, Network connection session to a particular client, and perhaps the client's ID, so that the server able to use the sessions' call back contract to send data to the client. for example User A, Connected to my system, i would like to know if User A is still connected, and i am able to send a msg specifically to User A, if he is still connected, using the Call back contract Nait83 ...Show All

  • Visual Studio 2008 (Pre-release) AutoCAD DWG and DXF WPF/XAML Conversion Toolkit

    ...is up at Codeplex. D2X converts both 2D and 3D files, and comes with a sample application and documentation. If you're at all interested in any mixture of CAD/WPF, download the release and let me know what you think. Cheers, F. Hi Fritzenhammer Have you tried Max9.0 output through your converter to .xaml. If that works, you have everything I want already. thank for you great work Mike Greenway ...Show All

  • Windows Live Developer Forums My email wont sign in

    Msn live has a problem, I had it and installed the msn patch, worked well over a month or so, jsut this day, when i signed in, it wont show my contacts or when it did sign it, it will just say i have no contacts, add them. So i didnt a freah reinstall of it, and same problem pretised, and i used my mates email, and it worked fine, it went on, so i went onto my one and it just says signing in, and nothing on form there. I have not installed any patch or mod anything So..... All feedback welcome..... The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, ...Show All

  • Windows Live Developer Forums Pushpin z-Index

    I would like to be able to control which pushpins are ontop of each other. I have tried changing the z-Index on the stylesheet with no success. And after looking at the javascript, the map.AddPushpin function actually uses a global variable for the z-index when it adds the pushpin to the mapcontrol. this.vemapcontrol.AddPushpin(GA.ID,veLatLongDecoded.Latitude,veLatLongDecoded.Longitude,25,25,"VEAPI_Pushpin",GA.GetContent(),Msn.VE.API.Globals.vepushpinpanelzIndex-1); Has anyone else came across this problem and came up with a reasonable solution besides just overwriting the map.AddPushpin method Do you really want to change the order of the pushpins or would moving them so they don't ove ...Show All

  • Smart Device Development Regarding Downloading a file

    Hi, I am developing smart device applications using CF1.0 on VS 2003. I need your help. The question is "How to download a file from net programmatically ". Please send your suggestion or codes. Note: Your code has to be based on the current connection. The connection may be proxy or gprs. Thanx M. GANESAN A VB.NET (2003) sample is available here: http://www.alexfeinman.com/download.asp doc=FileDownload.zip ...Show All

  • Smart Device Development Lock Device

    I have a Windows Mobile 5 PDA (Dell Axim X50v). I want to make a program (in Vb2005 using WM SDK) to create a program that locks the device using the method built into windows mobile. That is my first objective. My second objective is to make the app run from the today screen or system tray. I have searched these forums but the only "lock device" related topics are about people making their locking programs, when i want to use the one built into WM Thanks in Advance, James It didn't work. I can make it turn off the device but when i want it to lock the device it does not work. I have tried with a password set on the device and without. I have attached the code below. ...Show All

  • Visual FoxPro where condition too complex?

    Hi, Basically I have a where statement in my code that is similar to this: "where productcode in ('0001','0002','0003'.....'0020')" and Foxpro is telling me that the SQL code is too complex. The output file is an Excel file so I suppose I could just extract the particular product codes that I need in Excel but I was just wondering if there was a way to bypass this "SQL Code is too complex" conondrum and just grab the numerous product codes that I need. Thanks! :) Put the values you want to match in a cursor and JOIN that cursor in the query. That way, no matter how many are in the list, you won't ever bump against any limits. Tamar ...Show All

©2008 Software Development Network