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

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

massod

Member List

matsushita
frank chen
John Paul Cook
braz
bengin
Chrispragash
Rhubarb
Jupiter13
Hendo
bilsa
crino
the emrah
Sheik Badhusha
nhd
divya mittal
ladydee
JGttttt
cdnhype
Tufelix
NBA
Only Title

massod's Q&A profile

  • Visual C++ C3200 Compile Error in VC++ 2005 - Compiles Ok in VC++ 2003

    Any ideas why this fails to compile with 2005 but compiles Ok in 2003 /* * Microsoft Visual C++ 2005 Version 8.0.50727-4200 * Fails to compile with error C3200 (see below) * * Microsoft Development Environment 2003 Version 7.1.3088 * Compiles Ok. * * Both have 1 C4355 warning */ namespace C3200 { namespace A { template<class _Derivate> class Z { public: Z(_Derivate& _d) {} ~Z() {} }; template<class _Derivate,class _B> class Y : public _B { public: Y(_Derivate& _d) : _B(_d) {} ~Y() {} }; template<class _Derivate, template<class _Derivate> class _B > class X { public: typedef Y<_Derivate,Z<_Derivate> > Type; }; template< ...Show All

  • Visual Basic Wmi and vbscript

    I need to be able to output the amount of memory a script is using at various stages throughout its execution. I have never used wmi in a script before so i have no clue how to start. Can anyone please point me in a direction Thanks Woody Are you planning to do this in .NET using the WMI classes If not, then the best place to ask would be here: http://www.microsoft.com/technet/community/newsgroups/topics/scripting.mspx in the VBScript technet newsgroup :-) ...Show All

  • Windows Live Developer Forums No way to pause a campaign?

    I am not seeing any way to pause a campaign. Also it does not appear there is any way to know the current status of a campaign. Is this functionality somewhere in the API Pause/resume functionality is currently available only at the individual order level, via the PauseResumeOrder API (which is a bulk API, despite the misleading singular name). Therefore, campaigns do not have a pause/resume "status" associated with them, that you could get or set. Orders do. ...Show All

  • .NET Development DirectorySecurity.GetAccessControl

    Hello , I’m programming in C# with .NET 2.0, I want to to display the DACL of folders. My problem: DirectorySecurity.GetAccessControl - method sometimes get the exception: 'The binary form of an ACE object is invalid.' What's wrong Any workaraound I know, there are some questions about this bug in the web, but no really good answer. Thanks for help!! See: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=97797 Overtight checking of the ACL entry - there is a hotfix available. HTH ...Show All

  • SQL Server SqlTransactions in a Multi-Threaded Environment

    I am currently working on a project in which I am using SqlTransaction objects with their IsolationLevel set to Serializable. I am wondering what would be the effect if multiple threads were to call this code at the same time Would the second transaction (created by the second thread on the same connection), for example, be queued until the first one (created by the first thread on the same connection) finishes Or would an exception be thrown for the second transaction In case an exception is thrown, would using the synchronization (locks) around critical sections solve the issue I guess it is easier to understand the scope of transactions in terms of multiple users, but it is confusing (for me) when I start thinking in terms of multip ...Show All

  • SQL Server Identity Key possible problem

    Has anyone experience any problems with identity key value not incrementing properly I have a table with an identity key which should increment by one but has missing value. I would just like to exclude the possiblity of a SQL Server error. Missing values happen for identity columns when transactions are rolled back. Each time when you do an insert, the identity value gets incremented, but if the transaction that contains the insert does a rollback, you will loose the value. You are guaranteed that you will never get the same identity value, but it is possible to get holes in the numbers. ...Show All

  • Visual FoxPro Uppercase in Edit Box

    Somebody how can I force to Uppercase in a Edit Box . This control doesnt have a Input Mask property, and dont know if the Format property can make it. Thank you in advance. JLucio wrote: Somebody how can I force to Uppercase in a Edit Box . This control doesnt have a Input Mask property, and dont know if the Format property can make it. Thank you in advance. Try this code in the control's valid: REPLACE MyField WITH UPPER( This.Value ) IN MyAlias ...Show All

  • SQL Server Eternal 'Enable Pending' on SQL2005

    Hi! I have this problem... im kinda new to sql2005, and im responsible for creating some notification services. Ive done a lot of tutorials, books and samples and every time, when i reach the step of enabling the instance, i get this... Generator-Enable Pending Distributor-Enable Pending Even doing the Microsoft's Notification Services Tutorial. Ive tried everything I could figure, registering the instance with a user with every permission there could be... doing this local or on a client... and ive been 2 weeks stuck here... Any tip or clue will be thankfull. M.Eng.Leandro Melendez Ive tried to give the user the permissions that the tutorial says, also ive tried to give the user every permission i could imagi ...Show All

  • Audio and Video Development What's the definition to this term?: Place points in the audio/video file.

    What's the definition to this term : Place points in the audio/video file. thanks. ...Show All

  • Windows Forms "Specified <entryPoint> is not valid" while reading Application manifest?

    Hi all, I'm trying to deploy a .Net 1.1 application using ClickOnce. All clients have .Net 2.0 installed (on which the 1.1 application runs fine), its just that the client code *has* to be built on the 1.1 platform. Hence, I can't use VS2005 to generate the manifest and deployment files for me, because it will cause the client code to be built for .Net 2.0 before generating the manifest and deployment files. So I figured I should use the Manifest Generator tool (mage.exe / mageui.exe) to generate these files for me, since it doesn't require my code to be rebuilt first. This seemed to work pretty well: just have Mage create a .exe.manifest file that contains all assemblies used by my application, and then have it create a deployment f ...Show All

  • Commerce Server CS 2007 OrderGroupCollecion to PurchaseOrder with BizTalk2006 - best practice

    Hi I am querying CS 2007 with an OrderQuery from within Biztalk 2006 and this returns a group of Purchase orders. My question: As i only want to process 1 Purchase order at a time should / can i envelope the OrderGroupCollection within a receive pipe or should i use a looping map once the message has arrived in the Orcastration Thanks in advance Simon Simon, The CS2007 "Orders" Adapter for BTS2006 contains an "Adapter Endpoint Property" called "Orders Per Message" which can be set to "One Order Per Message". This should create separate messages, each containing only one purchase order. This property is set using the BizTalk Server 2006 Administrative Console. Jeff Lynch ...Show All

  • Visual Studio Team System Error message

    Is there a place where I can look up what an error message means In particular, I keep getting the following message after I check in pending changes, what does it mean "Object reference not set to an isntance of an object." Thanks, Maggie It means something went really wrong and we are crashing somewhere. This might be something we already have fixed in SP1 so my first request would be to install it. After that if it does not go away then call MS support and see if they can provide you with a solution or QFE. For the future only the TF messages are searchable and you can just enter them in your favorite search site to get information. thanks, mario ...Show All

  • SQL Server Problem displaying data the way i want on a report- pls help!

    I have output from a query in the following format: metric value abc 1514.98 def 878.95 ghi 618.98 I need to present a series of ratios on my report based on set formulae: eg liquidity ratio= abc/ghi*100 gearing ratio=def/ghi*100 etc Basically I need to be able to reference both the metric and value where I want on the report. Any ideas Oddly enough, the System.Collections reference does not exist in the list of available references to add within Report Properties. Also, when I try to add imports System.Collections imports System.Collections.Generic to the code, I get a compile error saying that imports must be placed ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is the best way to distribute components?

    What is the best way to distribute our Components Should we just throw the source files in a zip folder and sent them out or is there a better way VSI is a easy way to distribute GameComponents in binary, does that mean we can share components without sharing the code If this is so will that work with Xbox 360 games and then we can share some of the source with out giving it all away   Of course they can always then use the components but some mystery is still there. ...Show All

  • Windows Forms Problem with combobox

    Hi I have a datagridview that is databound to a table via a bindingsource and a DataGridViewComboBox column that is bound to a second table (both in the same dataset). I am dynamically adding the column to the grid.  Dim viewcol As New DataGridViewComboBoxColumnviewcol.DataSource = _dsEquivalents.Tables(1) viewcol.DataPropertyName = "ViewName" viewcol.ValueMember = "ViewTable" viewcol.DisplayMember = "ViewTable" viewcol.HeaderText = "View Name" viewcol.AutoComplete = False dgvEqu.Columns.Add(viewcol) BindingSource1.DataSource = m_dsEquivalents BindingSource1.DataMember = m_dsEquivalents.Tables(0).TableName The table bound to the grid contains values that are not in the table bound to the ...Show All

©2008 Software Development Network