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

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

rhaber

Member List

setareh
Geetha SG
bhavu
Gammy Knee
RMon
NeederOfVBHelp
yongsan
Marc Jones
dmadrian
Mutola
Ultrawhack
Priya RV
Aneel
Daniel Gadens
BertVK
Ricardo Redert
markgrif
Nick Hart
Arcan
G_Unit
Only Title

rhaber's Q&A profile

  • SQL Server Another Mysterious issue in SQL 2005 & SSIS

    Explain this: Package runs successfully from BIDS It runs successfully in SSIS store It runs successfully when I manually execute the Job JOB FAILS EVERY FREAKING NIGHT Change the job step type from "SQL Server Integration Services Package" to "Operating System (CmdExec)".  Just enter the command to run dtexec ("C:\PROGRAM FILES\Microsoft SQL Server\90\DTS\Binn\dtexec") and then add the switches.  You can copy all the switches from the command line tab in your SSIS step before you change it to a cmdexec step. Are any of your connections in your package using sql authentication by chance ...Show All

  • Visual Studio Express Editions application error 0x7c901010. referenced memory at 0x0000001c. the memory could not be read. click ok to close program

    Hello, Please help me, I get this error when I try to open things on the web. The Instruction at at 0x7c901010 referenced memory at 0x0000001c. The memory could not be read Thank You Please help I have had the exact problem whether Firefox or IE for over 2 years and have tried multiple remedies and none have worked. I have decided that this error message is a nuisance but doesn't seem to influence performance in any way. I only receive the message when closing the browsers. ...Show All

  • Visual C# Hex string to string

    Hi! I have a string that contains a hexadecimal string like: string myhexstring = "07914356060068F904038142F400005080" Then, i need obtain the string convert of 0x 07914356060068F904038142F400005080 How to converti it a human compresible string Regards. You should describe your problem a little bit more, if you expect good answers, sometimes in completely different direction that you're going. For example, if you try to read sms messages from some phone, it is possible that company that create that phone have some component that can be used to do everything, and you from app to call just some method and get sms messages. ...Show All

  • SQL Server Question on Flat File Import

    I have a flat file that uses tabs as the column delimiters and cr-lf as row delimiters. The first portion of the file consists of only two columns for approximately 10 rows and then the file changes to 4 columns for the balance of the file, about 21 rows. The column names are in the first column and the data of interest is in the second column for the first 10 rows and then in the third column for the last 21 rows. Is it possible to set up something like this for parsing in SSIS I've tried using two columns in the data flow task but then I get columns 1 and 2 through the whole file. If I tell it there are 4 columns in the file, it appends rows to each other so that there is a total of 4 columns in the first 10 rows. This reduces the row c ...Show All

  • Windows Live Developer Forums How to use Msn in .NET Web Application?

    How to use Msn in .NET Web Application, I use .C# .NET Develope a Web Application, but How can I use msn api in Web Application, I want click a button in my web application, when click the button, will sent a message to other people where is msn on line, is it impossible please help me, thanks Yes. You can use MS Messenger SDK. Also you can use dotMSN. Or you can use other MSN COM library. mark hsu wrote: How to use Msn in .NET Web Application, I use .C# .NET Develope a Web Application, but How can I use msn api in Web Application, I want click a button in my web application, when click the button, will sent a message to other people where is msn on line, is it impossible please help m ...Show All

  • Visual Studio Dynamic SELECT Commands

    Hi everyone. I am developing a data management program for an Office of Fraternity and Sorority Life at a university. The backend is an access database, and they want report functionality. They want three different report types: Contact Information (Chapter Name, Name, Email, Cell #), Mailing Information, and Chapter Information. For the Contact report, it can either be an Alumni or Undergraduate report (based on user input). Also for the Mailing report, it can be either local or permanent mailing information (also based on user input). The way I handle this is by having a sort of "report builder" where the user selects either "Contact", "Mailing", or "Chapter." Then for example, if the user selects Contact, then he will have t ...Show All

  • Visual Studio 2008 (Pre-release) Dynamic ToolTip in TreeView

    I am new to WPF. I have a treeview. TreeView contains textblock in TreeViewItem. There is a ToolTip for each leaf . I want to display the tooltip only when the full text is not visible due to small size of the window. Is there any way to do it The text is not trimmed as TextTrimming is set to None. The TreeViewItem generated by applying HirarchicalDataTemplate which contains a TextBlock bound to data. And the TextTrimming of this TextBlock is None. ...Show All

  • Visual Studio Team System Trouble with VSTS / Sharepoint remoting services

    We are evalualting VSTS & Sharepoint. As a small company, our Team Foundation Server is accessible via the public internet using dynamic dns (dyndns). What happens is that all of the reports fail when coming in over the public internet, because the redirect url is pointing to the actual server name, not the url on the internet. http://<servername>/sites/project/tfsredirect.aspx%flsreport works fine internally, but on the public internet the address should be http://<dynamic dns name>/sites/project/tfsredirect.aspx%flsreport This is a real showstopper for us, as we want to be able to allow our clients to view reports from sharepoint. I'm sure we're not the first to encounter this problem, any advice would be a ...Show All

  • Visual Studio Access to EnvDTE80.DTE2 from IronPython

    Hi all, Sorry if this is off topic, please say so if it is more suited in an IP forum. I've been playing around with the IronPython integration sample and scripting VS and would like to access objects/properties defined by the EnvDTE80 namespace. I can import the namespace and have access to the types but cannot get the dte object to behave as a DTE2. Is it possible How could I implement the below VB macro code in IP Dim bp As EnvDTE80.Breakpoint2 bp = DTE.Debugger.Breakpoints.Item(1) Dim mac As String mac = bp.Macro I have tried many variations of the below import clr clr.AddReferenceToFileAndPath(r"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\EnvDTE80.dll") import EnvDTE80 def Pri ...Show All

  • Visual Basic required .bin folders

    I need to know if .bin folder is required for hosting .net 2.0 web content built using VS 2005. I recently posted a website to my hosting provider and already there is a server runtime error "/". I was told to upload to the htdocs folder I seem to remember that htdocs folder is a unix or linux folder in the root drive i am not sure. I have been told that I will be hosting on a windows server, is there things that I ought to be looking for... to be sure that I am in fact being hosted by a genuine 2003windows server and that If I have problems they can be dealt with by competent support it's just that there are many false claims about such an issue. DKB Hi, Ask your host some technic ...Show All

  • Visual Studio Express Editions How to automate web access logins using vb or vb.net

    Hi, How to automate web access logins using vb or vb.net Regards Satish ...Show All

  • Gadgets Gadget for my site...

    I would like a gadget for my personal site that would be able to pull dynamic content from a message board and list the 'hot topic' or top 5 topics in a seperate little window when you click the gadget. I click it...the window opens...and the selected content is displayed... Thanks, Chris This are both VERY nice and exatcly the type of stuff I am talking about. I will get with my other web guys and discuss a few things and would love to get with you for some help... THANK YOU! Chris ...Show All

  • .NET Development What method can be used to get the list of all the attributes present in a class in C#

    What method can be used to get the list of all the attributes present in a class in C# No it did not work out I tried it the following way. public class MyClass() { public string attr1; public string attr2; } object[] attrs = typeof(MyClass).GetCustomAttributes(true); foreach (object attr in attrs) { Attribute atb = (Attribute)attr; Console.WriteLine(atb.TypeId.ToString()); } ...Show All

  • Visual FoxPro report tool bar

    After a report is generated and appears in a preview you get a small toolbar that floats undecked in full view of the info that you try to read. It was an annoyance until I had only 1 page in the report and once I moved the bar down the report page and believe it or not it DISAPPEARED behind the frame's lower edge. It was not a big alarm for me then since I had only one page but now I have many and the only way to flip pages as I can see is to get the toolbar back. I cannot possibly retreive it no matter what I try. When I moved the toolbar down I hoped that it would deck somewhere and become available as part of the frame but it is not what actually happened. The toolbar disappeared at design stage but the same form's report appe ...Show All

  • Windows Forms Display messagebox without the default cross button

    Good Day, How do I display a message box without the close button at the top right corner Thanks. Regards Alu ...Show All

©2008 Software Development Network