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

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

yanivpinhas

Member List

George_egroeG
PoloDude
iDextrose
ksalter
tstubb
gforbes
dDude
MikeC06
Mike Gough
jjm
The Hedgehog
TirthankarDutta
Martin Rajotte
Muhammad Rashed Nadeem
begautam
mateenashraf
Brian12184
topm
Simon Brangwin
Leonardo Juszkiewicz
Only Title

yanivpinhas's Q&A profile

  • .NET Development How to consume WSE 3.0 enabled webservice

    Hi, Is it possible to consume a WSE 3.0 enabled webservice in a console application which is developed in .Net 1.1 framework I tried to call this web service from console application, but is asking for a policy to be set. since my console application is developed under .NET 1.1 framework, how can I set the policy. What I understood from WSE 3.0 concept is, In order to consume WSE 3.0 enabled webservice, the consumer application should have WSE 3.0. If am right, Is it possible to build a WSE 3.0 enabled webservice without any dependency on the consumer Please, give me some suggestions. Thanks in advance. ...Show All

  • .NET Development ADD DATABASE TO WEBSERVICE, HOW TO?

    hi, i'm a real noob in webservice && database.... i need to build a webservice that access's to a database built in the same place.. i've built an database in a PDA, and the connection was easy cause there are objects to make the task more simple... but in the webservice i need to write all the code down, and i dont know what i need to do! any help will be great... cause i dont understand any of this... tks por ur time=) ...Show All

  • SQL Server where is sql management studio?

    I just installed VS2005 Pro and I also installed SQL 2005 dev edition from CD 1. I installed everything that I could, but after it finished, SQL Management Studio doesn't show up. Why isn't it in the list of available sql server 2005 programs and how do I get it there Thanks. On my setup with VS2005 and SQL2005, if you try and install direct from the CD2 you are told that there are no updates to apply. You have to do it from Add/Remove programs and change the components from there. (I removed SQLExpress along the way so I am not sure if that was causing a problem. ...Show All

  • Windows Forms Issue with .net 2 listview not showing up images in Windows 2000

    Hi, I am using listview control which display images in Thumbnails view. Everything works fine when exe on windows xp, but when same exe runs on windows 2000 listview is not showing images.I am using vs2005 for development. regards, Rajesh. ...Show All

  • Visual Studio ado.net 2.0 debbuging poor performance

    Hi, I am migranting from vs2003 to vs2005 and when in debbuging the Adapter.Fill(DataTable) is 3 to 4 times slower (depending on the number of rows) than in the release. Running the program outside vs I get a performance a bit slower in 2005 than in 2003. My question is: Is this normal Should I espect a very slower performance in debug Does anyone know how to make it faster TIA, Luiz Papa ...Show All

  • Visual Studio Express Editions Opening Teacher Starter Kit for VB

    I downloaded and am trying to run the Teacher Starter Kit for Visual Basic. When I try and open TeacherStarterKit(VB).vsi, it gives me this error: "One or more content items contained within the .vscontent file cannot be installed because the correct version of the content installer component cannot be found. Contact the author of the content file for information about which installers and versions are required." I have Visual Studio .NET 2003, and not Visual Studio Express. Could that be the problem Thank you, Jonathan I have the same problem. Im new, i just downloaded ...Show All

  • Visual C# string

    hi ,, for example, i have a textbox call txt with the text " visual studio" and i want to change the txt.text to this: "visual-studio" i mean every space blanc it will be replcae by a "-"   thanks xinpis@hotmail.com txt.Text = txt.Text.Replace(' ', '-');   ...Show All

  • SQL Server SSIS Send Mail task problem

    Hi, I have got the problem connected with Send Mail Task in SSIS. The general idea was: sending email alert to different email users. I tried to use Foreach Loop task which loops through dataset (where the emails are stored) and assign different email addresses to SSIS package variable. When I try to use this task inside Foreach Loop task I receive this error message: "Error: 0xC002F304 at Send Mail Task, Send Mail Task: An error occurred with the following error message: "The parameter 'address' cannot be an empty string." The SSIS package has variable (string) which is binded with ToLine - property of Send Mail task ...Show All

  • Windows Forms Control of fax printing from VB.NET Bypass of Fax Wizard

    I have a VB.NET application that is set to print various format pages on a Fax printer. I am trying to stuff the recipient name and telephone number to the fax server with the document instead of going through the Fax Wizard. The Wizard seems to be invoked after the Document end of printing event is fired. Is there any way to get access to the fax settings at this point to bypass the wizard   The only things I seem to have available are the print document and its settings. I have played around a bit with the FaxExComm stuff, but being able to print to a fax printer would be the easiest solution. Part of the problem is that I have to se ...Show All

  • SQL Server IMPORT DATA FROM XML SOURCE TO SQL

    Hello, I'm trying to import data from a xml file (several tables inside) into sql tables. - In the xml source, I choose the xml and xsd files and I see all tables perfectly. - Drag the xml source output to Sql Destination input, choose one table to import and create the sql table - I execute the task and it concludes ok - In Execution Results window appears as warnings as fields of each one other tables (giving information about this fields are not used at the process and it'll be better removed it in order to increase performance), no errors and success task. The problem is that no one data is imported into sql destination ...Show All

  • Visual Studio Reportviewer fails to print 4 out of 5 times

    The reportviewer shows the report in HTML preview. when the report contains several pages and the user clicks on the print button he / she gets the print dialog , after clicking on the print button from there the hard disk shakes, rattles and rolls but 4 out of 5 times nothing comes out of the printer. this behaviour has been noticed on several pc's now and most often when the number of pages in the preview is different than the real number of pages to print. Also the print dialog takes a long time before it appears. Jan D'Hondt See this thread. Will be fixed in a service pack sometime. http://forums.microsoft.co ...Show All

  • Visual Studio Express Editions Windows SaveFileDialogs

    Hello, I'm working on a VB project, and I'm trying to use the Savefiledialog boxes so that users can... well save files, but i want to send the name of the file that they are saving to a text file. Just the name, not filepath EX: i want it to send: name.txt But it sends: C:/somedirs/name.txt The code that I'm using is If Me.SaveFileDialog1.ShowDialog() = DialogResult.OK Then Dim sw As StreamWriter = New StreamWriter("In_Use.stk") sw.WriteLine(SaveFileDialog1.FileName) sw.Close() end if (using) Imports System Imports System.IO Any help is greatly appreciated Thanks so much -Rober ...Show All

  • Windows Forms Child and Parent Form

    Hi. In a mdiparent form that have some child form,i want to manage controls on mdiparent form. for example:A label is on mdiparent form; and i want to change text of it. help me. child form is active! for example: by clicking on a botton in child form, the text of label in mdiparent is changed! ...Show All

  • Visual Studio Regarding SortEventArgs

    I am trying to log all activity on my website for debugging purposes, and I need the logs to be human-readable. My current issue is with SortEventArgs.  When I catch the Sort event of the ReportViewer control, I receive a SortEventArgs object with a SortId in it. This SortId does not map to any of the columns in my report, and I would like to log the name (caption) of the column that was clicked. Does anyone know how to map this Id to a meaningful string Thanks -JG- I also need to know Microsoft intends developers to use the so-called SortID in reportviewer. To simply say " Unfortunately, no ...Show All

  • Windows Forms ToolStrip size

    Hey, How do you change the hight of a toolstrip I tryed on the properties window to change it's hight but when I click somthing else then it goses back to 23 instead of 36... Thanks :) ...Show All

©2008 Software Development Network