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

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

Sqnyy

Member List

mteverest
Plago
Patrice1974
ShadowRayz
gafferuk
GlennOz
Priyananth
mfroster
BhuttCrackSpackle
Kent Waldrop Fe08
John.Q.Francis
NETLAND
hazz
karen reyes
T.Gunaseelan
lalithak
cocohuang
Ekta
.net sukbir
jimmsta
Only Title

Sqnyy's Q&A profile

  • Visual Studio Error Exporting to Excel

    I have converted many of my reports from Crystal to RDLC. I just noticed that several but not all of my reports get the following error when trying to export to Excel: An error occurred during local report processing. An error occurred during rendering of the report. An error occurred during rendering of the report. Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index What is wrong here Is this a bug or something wrong with my report or report viewer implementation ...Show All

  • SQL Server rsLogonFailed and that's it for TFS reports!

    On our newly installed Team Foundation Server I cannot see reports. All I get is this error that the logon failed (when selecting e.g. "All Work Items" from Team Explorer og navigating directly to the report in a browser on the TFS server) Logon failed. (rsLogonFailed) Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E) Now, I have googled and searched, but have been unable to resolve this issue. I have added my TFS reporting account to all sorts of groups and granted all sorts of rights (log on locally etc.) I have worked the various options of the http://localhost/Reports/Pages/DataSource.aspx ItemPath=%2fTfsReportDS tool (and TfsOlapReportDS) to no avail. For both data sources it is se ...Show All

  • Visual C++ After installing VS 2005 SP1 the debugger doesn't show MFC source files

    Having installed Visual Studio 2005 SP1 and rebuilt all my C++ projects I find that I no longer have source-level debugging available for the ATL MFC classes. Is there a fix for this If not I'll have to consider reverting to the original setup. I haven't applied SP1 yet, but chances are, you simply need to open one of the source files explicitly while debugging and you're all set again. The PDB file effectively stores the complete path of involved source files on the build machine. Since things were probably build somewhere in Microsoft's build labs, there path won't match the path on your own box. The VC debugger does some kind of mapping. This is complete speculation on my part, but it's how I'd desi ...Show All

  • Windows Live Developer Forums Combine Accounts

    Quick question, Don't know if this is possible or maybe a future enhancement. I have a live id that i use for messenger and spaces. It is my primary id; however, I do not have it set up for hotmail since it is an email account for another domain. I have another live id that i use for email only (hotmail). Is there a way to link the live id for email up to my main live id so that on live.com i can see my email from hotmail without having to switch between the two accounts. Thanks! You are doing a great job. i also have this same problem--has there been any progress on adding this the other thing that might work since you can "change" a live id, would be to let us cancel one id, and then ...Show All

  • .NET Development Transfer data form webpage to other application

    Hi All, I want to transfer the data form webpage to any other own application which is running in backend.How i develop this web page. which technology is good for this or any particular protocol i have to use for this. Please suggest if any idea regarding data transfer. Thanks Shiva Vrata Anand I have no idea what you are talking about. Explain what you want to do and what your constraints are. Why do you want to tranfer data This forum is for specific questions not for general architectural guidance You have to look elsewhere for that. If you are having issues are spefic questions please post them ...Show All

  • .NET Development Using xml for Data Storage

    I'm using xml files to hold my data, but would like to do something a little more secure. I want to keep the ease of using Readxml and Writexml to move the data into and out of my Datasets while actually writing it as something else, say binary. Is there a good way to do this You could cut out the middle man (xml) altogether and just serialize your DataSet using the binary formatter. Here's a link with some code (skip down to the ADO.NET 2.0 section): http://msdn.microsoft.com/msdnmag/issues/04/10/CuttingEdge/ Dennis ...Show All

  • SQL Server permissions

    I have a database with two tables. One is updated only through a form. The other is updated through a form that is attached to a query that is attached to the table. I cannot figure out what permissions are required to update the second table. What permissions should I grant in addition to the permissions that are granted to the first table as I can update the first table. The query is just used to sort the table for better presentation in the form that is used to input new records in that table. The front end im using is access. What should I do ...Show All

  • Windows Search Technologies InvalidCast Exception - WDS

    Hi, I am facing the same issue(InvalidCase Exception in WDS) as on link mentioned below. I tried Impersonation = True and thread.ApartmentState = ApartmentState.STA but both of the things didn't worked in my case. I also tried ASPCompat = true but it seems to be also not working.. I am getting the exception as-- Run-time exception thrown : System.InvalidCastException - QueryInterface for interface Microsoft.Windows.DesktopSearch.Query.ISearchDesktop failed. What to do now please help me.. Thread: MSDN Forums Windows Search Technologies Windows Desktop Search Development WDSQuery: 'System.InvalidCastException' throwed when "ExecuteQuery" invoked remotely Link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1 ...Show All

  • Windows Forms DataGridViewComboBoxColumn Selected Default Value and Item Collection

    I have already inserted a ComboBoxColumn in my DataGridView, i want my combobox to retrieve the default data from the database for that particular row, the data can be "Pending, Approved, Disapproved". I managed to retrieve the default value for the ComboBoxColumn by defining the .DataSource, .DataPropertyName but "Pending, Approved, Disapproved" may repeat according to the amount stored in that database column. If i insert "Pending, Approved, Disapproved" into combobox using Items.Add then i can't make use of the .DataPropertyName anymore and the combobox default value will always be the same even i set the value for null value. It seems no matter how hard i try, i can only fulfill one of my design requirements. Anyone can help ...Show All

  • .NET Development determine external ip address from a windows forms application

    I've searched the forums for the answer to this but can't find a satisfactory resolution. We need to determine the external ip address (the same as if you went to www.whatismyip.com ) from our vb.net windows forms application. Any ideas Thanks Bruce You can use HtthpRequest and HttpResponse classes on www.whatismyip.com and parse the result to extract your IP from the response received from server! See MSDN for example, its really simple! I hope it'll help! Best Regards, ...Show All

  • SQL Server Cannot insert the value NULL into column 'ID'

    Hi dear experts: The message is "Cannot insert the value NULL into column 'ID_Month', table 'Database_DW.dbo.Incident_Summary'; column does not allow nulls..." At my table, I have a primary key which make autonumber for any record set in column 'ID_Month'. How can I insert autonumber in column 'ID_Month'by SQL statement Thank you in advance. Thanks for following michanne! I can't leave it. In this case I receive a message "Cannot insert the value NULL into column 'ID_Month'. It is something with identity syntax. I can't figure out. Thank you! ...Show All

  • Software Development for Windows Vista Help with TestCase 31 Problem

    I have a problem with verifying our application in test case 31. The issue is that when I run with AppVerifier enabled the application is behaving entirely different than when it is disabled. Our application is a C++ app built with VisualStudio 2002 SP1. The issue is located in our code that parses an XML file using the MS XML parser. When the verifier is enabled the XML Parser is unable to find tags and we are getting the following error instead: <avrf:logEntry Time="2007-02-07 : 10:32:21" LayerName="Heaps" StopCode="0x13" Severity="Error"> <avrf:message>First chance access violation for current stack trace.</avrf:message> <avrf:parameter1>75b6fe0 - Invalid addre ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I cannot deploy to my XBox 360, have searched.

    I've searched around, and haven't found a solution to this problem that works. Both computer and 360 are on the same subnet, wired to the router. In fact, the XBox 360 works fine as a media center extender for that PC, so I know that to some extent they can communicate across the network. I cannot ping the X360 from the PC (I get timeouts) and I cannot deploy XNA program (the X360 sits at the screen saying it is waiting for connection, and the XNA toolkit says that the deploy failed because it could not reach the XBox). The official MSDN help says to ping the XBox 360 to verify that it is connected, which is why I chose to. If it is unable to respond to pings, that portion of the MSDN guide should ce ...Show All

  • Visual Studio 2008 (Pre-release) WPF and DirectX

    We are building a CAD aplication. I want know haw easy is to integrate Direct3D/DirectX content into a WPF appication and which are the limitations The way to do this is through hwndhost. Your Direct3D content will target the hwnd and then you can draw the rest of your application content using WPF. I recommend Nick's blog entry on this topic http://blogs.msdn.com/nickkramer/archive/2005/07/18/439680.aspx The hwndhost content will not be usable as a texture, for example, and there are some limitations as to how it composes with native WPF content. -Pablo ...Show All

  • Windows Forms Tab Control

    I have a working Windows Application Form using Visual Studio. I now need to add a second form and need to insert a Tab Control. The only way i can see of doing it is to create a tab control and start over - clearly this is an option i don't want to take up. Can someone let me know how i can add a TAB CONTROL to an existing windows form Hi, A Form has a Controls collection. You need to add controls to it's collection at runtime. Here is an example: http://blogs.msdn.com/eric_carter/archive/2004/06/24/165303.aspx There is no difference whether the control is a button or a tabcontrol. Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

©2008 Software Development Network