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

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

MikeMSDn

Member List

Hsien-Chun
Arnold Schrijver
cubeberg
rossmac
paramdhesi
mahendra_nath
faizy
UllaH
Detlef S.
Output the XSLCompiledTransform.
caglar ozkul
sudhakar_k
davidc20
Smoc
Nat81
Braindeadbeachbum
Peter Schmitz
BijuMelayil
angela221
mavo
Only Title

MikeMSDn's Q&A profile

  • Windows Forms DGVComboBoxColumn gives ThreadStateException

    I'm having a problem when selecting cells in a DataGridViewComboBoxColumn.  Each time a cell is selected I see the following error: "DataGridView Default Error Dialog: System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made.  Ensure that you Main function has STAThreadAttribute marked on it. ..." Firstly, I don't use any Main() methods in my application.  I did try adding one with the suggested attribute, but it had no affect.  Does anyone know what this means Thanks, Nate Another note: After clicking OK for th ...Show All

  • Visual Studio Report Footer

    As far as I know there is no Report Footer feature in MS Reporting Services. I'm trying to mimic it with playing with visibility option. There is a problem if I use page footer hidden content still occupies space so I should not use page footer but I can not find a solution to print something bottom of the page inside the body itself. Is there anybody implemented report footer any suggestion thanks, Harun# Any objects you place at the bottom of the report body will appear at the end of the report. Is that what you mean by a report footer -Albert ...Show All

  • Visual Studio Express Editions Visual C# 2005 Express Edition large download size 480 MB for 56k modem

    Can I order CDs from Microsoft to install these Express Editions for a nominal fee ($ 10.00) I can't find this on the web site asp.net.   Is there an issue with using the bootstrapper to install Visual C# Express If so, we want to hear about it. With the minimum options installed, you can get up and running with C# Express by only downloading 50MBs. To answer the question on why we didn't offer Express CDs, the reason is because of the lack of customer demand. When customers went to order CDs at Beta 1, rather then pick the Express Editions, they picked full Visual Studio. We say very small numbers of orders for the Express CDs ...Show All

  • Visual Studio Team System FxCopCmd.exe returned error code 65.

    Hi, We have a web site in TFS, with Code Analysis set all for the standard policies. When we try to build, we receive the above error. We have the code analysis must be passed before check in enabled, and obviously it wont pass due to this error. We are getting several warnings too, but these should not cause any real fault. There are 104 warnings and 1 error in the entire solution, but the error appears to be in the Web site Does anyone have any clues as to what this error is many Thanks in Advance Simon. Hi Simon, exitcode 65 means that analysis failed because the output report coul ...Show All

  • SQL Server The post titled "SQL Server and RMS Data Access" was moved to Database Engine

    This post was moved to more appropriate forum. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sparse Matrix-vector multiplication on GPU using DirectX 9

    I want to implement Sparse Matrix-vector multiplication on GPU. I have a matrix where each component is of the form struct cell {     int value;     int row;     int col; } I store the row and column with the value because I rearrange the matrix into the Compressed Row (CRS) sparse matrix storage format. Can I pass the matrix to the GPU as a texture that stores the above values. Can I pass the vector as another texture and use the values stored in the matrix texture to determine which values from the vector texture to use to do the multiplication. How do I use DirectX to populate the matrix t ...Show All

  • Visual Studio Express Editions VS2003 Add Method / Property / Field dialogs not in VS2005 Express?

    Using VS2003 C# it is easy to add methods, properties, fields etc to an existing class, without having to remember all the possible options and type them in.  I cannot find any way of doing this in the VS2005 Express (the closest I could find was the code snippet for an attribute, but it is sooo complex to choose what I want).  Has this (useful) facility been thrown away The Express Editions do not contain this feature (Class Designer) on purpose as it's something you get when you buy the Standard Edition or better.  See this for a feature comparison: http://msdn.microsoft.com/vs ...Show All

  • Windows Forms Help

    Hi,   I sent this on an already established thread. I got a response telling me to check the FAQ and if that doesn't give me an answer to start a new thread.  The FAQ didn't solve my issues so I have restated my questions here.  I appreciate any help you can give, as I think this program is wonderfull and I would like to&n ...Show All

  • Visual Studio Team System Source Control Disabled

    I've been configuring (well trying to) security. somehow I've managed to disable the Source Control menu option under the Team project settings menu accress all projects. What have I done I've found that the TFSServer account has access to this option, the only differencne I can see with it's rights and mine is that it is a service account. How do I add users to the service users group ...Show All

  • Visual Studio How to unload / load a project

    Hi, I need to load a project that is in the solution but is unloaded. I could not find a way to do that. Regards, Gaston Hi Gaston, I was able to do this with the DTE automation model using the following. At first glance I didn't see a way to query if the project is in a loaded or unloaded state. I'll ask Craig on Monday, and see if there are any alternatives to the DTE method below. Sub LoadProjects() Dim pane As OutputWindowPane = GetMiscDumpPane() Dim slnExplorer As Window = DTE.Windows.Item(Constants.vsWindowKindSolutionExplorer) slnExplorer.Activate() Dim slnName As String = DTE.Solution.P ...Show All

  • SQL Server 32bit SQL 2000 to 64bit SQL 2005

    We detached a 32bit 2000 db and attached it to 64 bit 2005 server. We have an Itanium server will all the bells and whistle's, but when we run the loadrunner, the cpu max's at 100%. Even a sp_who2 spikes the CPU. I ran the dbcc for stats and reindex, I also recompiled all procs. I've tried it in both the 8.0 and 9.0 compatibility modes with almost no difference. Can we attach a 32bit 2000 db on a 64 bit server Any other suggestions for me to take a look at We are suppose to have our POC by EOD, so your help would be greatly appreciated. Thanks Susan Attaching a 32 bit data ...Show All

  • Visual Studio Team System error when creating a new project in TFS

    when creating a new project in TFS i get an error saying "error in uploading documents to the windows sharepoint services server" i always get this error. it is really driving me mad.   Hi Hussein, Could you provide more details from the log file in order for us to understand the source of the issue Thanks, Othmane ...Show All

  • SQL Server Fixed width output problem

    I'm sending the results of an SSIS data flow to an fixed-width flat file output, but instead of getting separate rows of data, like so: row1data... row2data... row3data... etc... I get: row1data...row2data...row3data...etc... Is there some setting I'm missing in either the flat file output or the file connection to turn this on The fixed width format does not include the row delimiters. You can use the Ragged right format if your last column always has a fixed format or you do not care for it to be fixed. If you do have a requirement for the fixed length of the last column (like you always ...Show All

  • .NET Development How to realize that add/remove the access permission on a specific folder in code?

    Hello everybody, We have a requirement for add/remove the access permission on a specific folder. Would anyone tell me how to realize it in code Thanks and Regards, Hawkins With .NET 2.0 you can implement this using the new classes in the namespace System.Security.AccessControl. Documentation and some samples can be found in the MSDN Library ( http://msdn2.microsoft.com/library/system.security.accesscontrol.aspx ) The following snippet grants modify access to everony on c:\foo // Get the DACL of the existing directory "c:\foo" DirectoryInfo dirInfo = new DirectoryInfo ( @"c:\foo" ); DirectorySecurity dirSecurity = ...Show All

  • SQL Server Trigger question

    I would like to know how many records there are in the INSERTED & DELETED tables at once when a trigger fires. I'm looking at a trigger that checks for COUNT(*) in both tables (INSERTED & DELETED) and will perform a different T-SQL statements base on COUNT(*) being 1 or greater than 1. I always thought that triggers fired for every record in a INSERT, UPDATE, DELETE transaction. If so, there should not be more than one record in neither table (INSERTED & DELETED). his saleyoun, Welcome to the forum!!! The inserted and deleted tables refer only to row that was currently inserted/update/deleted. ...Show All

©2008 Software Development Network