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

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

TA123

Member List

mikasi
Dugan Porter - Microsoft
pdurbha
bmorrisindy
mistry_bhavin
Wicket
lasa
Manash
KevinHall
Shmelly
Mridu
Joe Craig
MSP.Saami
David _ M
seco
Xelestial
Nkomo
AlbertG
Matt A
AlexBB
Only Title

TA123's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. I cant debug my DirectX program

    hi, I am using DirectX SDK April 2006 with Visual C++ 2005 Express Edition. I can use directX without problems but when I try to debug the breakpoints doesnt work. I have looked for "debug directX" in the forums and I try all the things I read: I buil the project in Debug mode. In projects settings I have: Generate Debug info: Yes(/DEBUG) ........ ..... but the symbols dont load :( and the BreakPoints dont work. do you know why pls help. Bye I have tried everywhere but I get this: " The breakpoint will not currently be hit. No symbols have been loaded for this document" should I reinstall Visual c++, SDK and directx sdk thx ...Show All

  • Visual C# Commenting/Describing Methods

    Hi, I have just started a large team-based project in C#.NET. In order to simplify the use of code written by other developers I was wondering if it was possible to create the auto-popup things in the .NET environment. When you call a method in C# it lists the arguments it excepts and the return data type. For methods included in the .NET framework, often this is accompanied by a brief description, all encompassed in a neat little yellow tooltip-style popup. I was wondering if it is possible to achieve this description for methods that we have written to make it easier for developers to use each others code. Example: http://dieanotherdave.co.uk/popup.gif The above example shows what I am referring to. Thanks for any help, Dave. ...Show All

  • SQL Server SQL Server Management Studio Express won't open but appears in task-bar

    When I first installed SQL Server Management Studio Express everything worked great The next day, when I try to open SQL Server Management Studio Express I get the Startup Screen then all that happens is SQL Server Management Studio Express appears in the taskbar but no window appears I think my problem has something to do with a SQL related product crashing one time when I shut down my computer Does anyone know a solution to this problem If you have any databases that you care about, you can do a few things to rescue those and then manually uninstall and reinstall. If you don't care about the databases, just follow step number four in the first option. It may be that the system is OK a ...Show All

  • SQL Server Creating a hierarchical view with recursion

    Say, I have a table with 3 columns =============== Col1, Col2, Col3 ============== r11, r12, r13 R21,r22,r23 R31,r32,r33 : : (rows) : I want to create a view that looks as follows ======================================================== Col1_2_3, Col1_2, Col2_3, col1, col2, col3 ======================================================== R11_r12_r13 r11_r12 r12_r13, r11, r12, r13 R21_r22_r23 r21_r22 r22_r23, r21, r22, r23 : : The idea being that col_1_2 appends the strings in columns 1 & 2, col2_3 for columns 2 & 3 and so on...How would I do that in a recursive manner so that it works for tables with any number of columns Can anyone please help Foob: What you seem more interested in is a more gen ...Show All

  • SharePoint Products and Technologies IE Crashing when opening Sharepoint list

    When a user tries to open a list in Datasheet view on our sharepoint site they are being welcomed by the nice 'IE Has encountered a problem and needs to close.' Error.  This just started a couple days ago.  This is to the point that I can't open a couple of my administrative lists anymore. We are currently running: WSS v3 MSSQL 2000 Happening on IE 6 AND IE 7 Office 2003 ONLY I have Sharepoint Designer 2007 - This has been installed and used for a couple of weeks before problem arrived. ONLY seems to be happening on Service Pack 2 computers.  I've seen lots of posts about deleting the dll 'OWSSUPP.DLL' when running Office 2007 or uninstalling ALL office 2007 products.  However I am receiving this on seve ...Show All

  • Visual Studio Express Editions User Functions in seperate files

    How do you get MessageBox support in a user defined function when the Function resides in a seperate .cs file It will only allow it when I make my function either part of a class or form. Thanks Hi Enlikil, If you have written a new .cs class file you will have to add the using statement to the top of the code. There are already some there. I belive the MessageBox function lies in the Windows.Forms statement e.g. using System.Windows.Forms; I Could be wrong. Scott ...Show All

  • Internet Explorer Development IE7 RC1 compatibility issue with eFax Messenger

    To whom it may concern, There is a a compatibility problem between eFax Messenger and IE7 RC1. The eFax programs start page "StartPage.mht" will not display any images when using IE7. All works fine with IE6. Unfortunatley, anyone using eFax will be stuck with IE6 if they want the program to properly display the start page images. I am personally bound to eFax at the moment because it's tied my business and I just sent out all new promo documents with the number listed. Hopefully, the IE7 team can come up with a patch for the eFax Messenger compatibility issue. Thanks, if anyone's listening. ...Show All

  • SQL Server Can't change sourcetable with DSO (dsoPartitionNew.SourceTable) SQL2000

    I use the standard code for creating new partitions with dmo: Everything seems fine with the name of the partition and the slice, but the sourcetable doesn't change. Tried both with and without the double quotes strPartitionFactTable = Chr(34) & "dbo" & Chr(34) & "." & Chr(34) & "New_Accounts_Month_200612"& Chr(34) msgbox strPartitionFactTable and strPartitionFactTable = "New_Accounts_Month_200612" But still dsoPartitionNew.SourceTable = _ sLQuote & strPartitionFactTable & sRQuote msgbox dsoPartitionNew.SourceTable Returns the the template table -> New_Accounts_Month_Template Can someone tell me what goes wrong . It is executed as ...Show All

  • Visual Studio Team System custom actions holding up the install process.

    I have started an exe using custom actions in windows installer and it keeps the setup.exe from finalizing. How can I get it to kick off without a user event and after clicking the Install Complete close button This completes my project and I would really appreciate the help. Thanks Hi Troy, Is this question related to Team Foundation Server It sounds like you are having issues with Windows installer. If that is the case, the Windows Installer team blog is a good source of information. http://blogs.msdn.com/windows_installer_team/default.aspx Hope that helps. -Matt ...Show All

  • SQL Server mdx expression

    I have a cube with 1 fact (historic sales data) and 3 dimensions (Time, Product and Customer) and i have created two calculated measures 'Bud_Qty' and 'Bud_Price' that I then multiply to create 'Bud_Sale'. I can browse the 'Bud_Qty' and 'Bud_Price' dimensions by both the Product and Customer hierarchies, but the aggregation of the 'Bud-Sale' is incorrect. I have tried a number of alternatives using various Scope, Leaves and Descendants scripts, but I have not been able to make 'Bud_Sale' calculated measure aggregate properly. Any Help is appreciated. Thanks in advance...Burnswell OK, I understand. Have you tried to do this calculation in the datasource view instead, with a named query ...Show All

  • Visual Studio Express Editions Treeview Collapse?

    Thought I'd start a new thread for this, Here is what I have in the collapse treeview Private Sub TreeView1_BeforeCollapse(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeViewCancelEventArgs) Handles TreeView1.BeforeCollapse e.Node.ImageIndex = 0 e.Node.SelectedImageIndex = 0 End Sub I load the treeview no problem, C and D drive have the drive icons, if I click plus next to drive C, I get all the folders on drive C (with folder closed icons) If I click the + next to a folder I get the open icon folder, and all the pictures with (picture icons) appear in the Listview. So far So Good. The Problem When I the close the pics folder the icon changes to a drive icon if I then open another folder the pictures tha ...Show All

  • Visual Studio 2008 (Pre-release) Method-name included in SOAP-body.

    Hi, I'm trying to write a WCF webservice, which should receive messages like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <To soapenv:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">[...]</To> <Action soapenv:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">[...]</Action> </soapenv:Header> <soapenv:Body> < ...Show All

  • Windows Forms Resizing a control problem in design mode

    I have created a UserControl and a designer for it and I am having problems with the adornments drawing incorrectly when resizing the control in design mode. When resizing the control, the adornments are drawn to the original control bounds and not to the resized control bounds. If I select something else, and reselect the control, the adornments draw correctly. Here is how I am declaring the UserControl: [ Designer ( typeof ( UserControl1Designer ))] public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } } Here is the designer code: class UserControl1Designer : System.Windows.Forms.Design. ControlDesigner { protected override void PostFilterProper ...Show All

  • SQL Server "Cannot retrieve code page info..."

    Hello again! I got a problem using an OLE-DB Source in my data flow task. It is an Informix-Server using the newest OLE DB-Driver provided by IBM. However, when I set up the OLE DB-Source with connection manager and SQl-Query, I get the following warning message: Warning at {2B334CA3-A792-4BC2-93AA-12FADCF1E696} [OLE DB Source [45]]: Cannot retrieve the column code page info from the OLE DB provider.  If the component supports the "DefaultCodePage" property, the code page from that property will be used.  Change the value of the property if the current string code page values are incorrect.  If the component does not support the property, the code page from the component's locale ID will be used. Later when I tr ...Show All

  • Visual Studio Are templates possible?

    I'd like to reuse a header and footer with all of my reports. I'll need to pass them a title (header) and application name (footer). Basically, I need a template. Is there a way to do this Using local (object) datasources. Thanks, Brett ...Show All

©2008 Software Development Network