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

Software Development Network >> Blair Wall's Q&A profile

Blair Wall

Member List

RealityChek
pdb
brandontyler
Kevin Mullican
MaryJones
Dbiswas
Visagan
Davey4725
BHarry
steve19
JoeFou
generic
PaulFila
Johnfegkmx36k
agydad
Andrew Park
Marc_UK
Rohit Tela
stephenstarring
Munjal Patel
Only Title

Blair Wall's Q&A profile

  • SQL Server Auto Process Messages in Target Queue

    I am little confused with this statement, can please some one clarify! Create QUEUE ReceiverQueue WITH STATUS = ON , ACTIVATION ( PROCEDURE_NAME = dbo . process , MAX_QUEUE_READERS = 1 , EXECUTE AS 'dbo' ) Does this mean when a message reaches to ReceiverQueue, it will automatically processed by dbo.Process procedure Create PROC dbo . process As Begin DECLARE @conversationHandle UNIQUEIDENTIFIER DECLARE @message_body varchar ( 100 ) DECLARE @rid int Begin Transaction ; While ( 1 = 1 ) Begin RECEIVE TOP ( 1 ) @rid = Cast ( Convert ( Nvarchar ( max ), ...Show All

  • Smart Device Development AfxMessageBox memory leaks!

    I am developing programs in WINCE.net by EVC4.2, and just using the MFC Dialog project. I find it when I use AfxMessageBox one time, the heap will increase by 80bytes every time and cannot be free. How can I avoid this Is this a bug of MS I am a QA in MS. I have reproed and the problem is there only in 4.2. I have reproed the issue on 4.1 and 5.0 on eVC and the memory is freed. I shall take the issue further and will post the solution/work around, if any exists. ...Show All

  • Visual Studio 2008 (Pre-release) WinFX CTP install issue

    Cheers, I am posting to this group because I have not found any groupe dedicated to general WinFX issues. I am having problem installing WinFX January CTP. When I launch the install, the window with progress bar saying "Setup is loading installation components. This may take a minute or two." shows up, advances to 80 percent, and CPU usage jumps to 100%. It is impossible to kill the process. Task manager doesn't kill it, taskkill doesn't kill it, nor Process.Kill() from .NET framework. The only way to stop is to restart the machine. I've got the same problem with the Februrary CTP. The machine is WinXP Professional, with o ...Show All

  • Visual Basic Using virtual function in VB.NET from C++ DLL

    Hi, I'm running into a problem when trying to use class interfaces from this library called Audiere. The library was written in C++ as virtual functions that were COM compatible. To use the interface you call a function in the DLL that returns a pointer to the interface (Factory ). They are bindings for Purebasic and Delphi that use the interfaces directly. I made a binding for the D language using interfaces that inherited from the IUnknown interface and it worked. Since .NET supports COM interop I thought this should work easily. I created the interfaces and marshaled them as IUnknown(I had to inherit from IUnknown to get it to work in D). ...Show All

  • Visual Studio Is .NET 2.0 required on the client for ReportViewer to work in ASP.NET ?

    HI All, I am putting together a spec for some clients on Reporting Services 2005 but it was mentioned to me that the .NET Framework is needed on the client side for the ReportViewer to work. Is .NET 2.0 required on the client for ReportViewer to work in ASP.NET Is it the case. I cant imagine how that is possible as this is web based. Many Thanks Hamlet ...Show All

  • Visual C# C# compiler...

    I am working through a C# Tutorial and it tells me to type: csc DrawingObject.cs Shapes.cs ect... however everytime I type csc it returns in cmd that csc is an invalid internal or external command. I have download and installed the .Net SDK, for I was under the understanding that this will allow a user to compile code in the command prompt. How can I get the SDK to compile or is there a free compiler out there that I can use for C# I would download C# Express by my work is sketchy about SP2 on ppls machines.  This is something I do hope to have come the new fiscal year, however in the meantime what can I do You might also want ...Show All

  • Windows Forms Disabling screen captures to the clipboard

    I am creating a windows forms application using VB.NET and want to prevent the users from being able to use Ctrl/Alt/Shift PrintScreen combinations to capture the data displayed on the forms. I found a way to use the ProcessKeyPreview Overrides to insert text onto the clipboard immediately after the screen is captured stating that "screen captures are disabled".  But I discovered that by opening any MS Office application, I can use the Office Clipboard to see that screen that was captured still in the clipboard. I have also seen that VB.NET 2005 has the My Computer namespace that allows clearing of the clipboard.  But is there ...Show All

  • Visual Studio Team System The project team is created but with out Site for documents and reports

    Hi everybody I hope you can understand my english I have installed VSTS with foundation server in two virtual pc (1 client - 1 server) with out problems, when I tried to create a project team an error ocurr and neither the sharepoint site nor the report site are created. In the log the message of the error start with Event Description: Task "WSS.WssPortal" failed Exception Type: System.Net.WebException Exception Message: The request failed with HTTP status 401: Unauthorized. after this i set the administrators permissions to client's account acording to this article and tried to create a new one however the same problem ocurr Plea ...Show All

  • .NET Development NET v2 & NET v1.1.4322

    I have installed NET framework v2 in my computer. Now I'm trying to install the program SyncToy v1.2, but when I start the installation process SyncToy ask for NET framework version 1.1.4322. Can anyone tell me the reason for this and can I install NET framework v1.1.4322 after v2 or can I have both version installed in the same computer Thanks. You can get the .NET Framework 1.1 here: http://msdn.microsoft.com/netframework/downloads/framework1_1/ ...Show All

  • Windows Forms Perform dynamic calculations in DataGrid.

    I have to create a loan (Line of Credit) tracker application, where users can analyse their loan over a term. They can make changes to monthly entries to see how long it would take them to pay of the loan.  At present users are given an Excel spreadsheet with embedded formulas which calculates monthly entries over a period of 30 years (360 mo ...Show All

  • Visual Studio Missing History Files (from one database to the other)????

    I am trying to figure out on file move (add) to another database in VSS, with all the history files loaded, and there is a hiccup. Basically, we've got two databases, switching between both in VSS (V 6.00), and we want to now move these files from the 1st db to the other... The get lates version under sourcesafe menu was used to copy/add the files in a working folder (source database)...Stwitching to the destination, we added these files using file-add-menu... It worked fine exception being, there was no history files associated with these files...I am sure there is some one, competent to help out... Thanks in advance... (OS ...Show All

  • SQL Server Importing unicode data from Oracle Database

    Hi everybody, i try to import data from an oracle database configured in unicode. When i run the package i have an error message Error at Data Flow Task [Source - ACCOUNT]: Column "ACCOUNT_CODE" cannot convert between unicode and non-unicode string data types. how can i resolve this regards. Has anyone successfully gotten this to work We started running into this issue last week when we started testing going from 9.2.0.8 to using 10.2.0.3 migrating to SQL server 2005. Here is my character set for 9i: NLS_CHARACTER_SET AL16UTF16 NLS_NUMERIC_CHARACTERS ., NLS_CHARACTERSET WE8iSO8859P1 10g NLS_ ...Show All

  • Visual C++ separate class files for namespaces

    I'm writing some C++ library classes that I plan to use in my applications. Making a DLL. I write the classes in my_class.h, my_class.cpp file pairs. If I wish to organize these classes into namespaces, how do I do it without cutting & pasting the code text into a suingle translation unit Should I be using a MFC library object or a .NET class library Could you clarify your question What do you mean by "single translation unit" Namespaces are a logical organization of code and are unrelated to physical deployment. i.e. One DLL or assembly can contain one or more namespaces and a namespace can be spread ...Show All

  • Windows Forms Type BindToObject

    It would appear that when ControlBindingsCollection.Add(string, object, string) is called, a BindToObject is placed in the "Changed" event handler of the dataSource object. The problem is that this object is not public so it's members cannot be accessed. I would like to be able to retrieve the orginal construction parameters from this object in order to serialize the binding (it's not [Serializable]). Is there a way to convert a BindToObject to something I can make use of Thanks, Ray The following articles may help:   http://windowsforms.net/articles/shapedesigner.aspx .   http://msdn.microsoft ...Show All

  • .NET Development How do I check if object locked?

    Is there a way to access the list of locked objects kept by System.Threading.Monitor The purpose being, I have a function that I only want called if the sync object in the class is in a locked state.  If the sync object is not locked, I want the function to throw an error, but how do I check if the sync object is locked Thanks. use a delegate. . . in the firstline after aquiring the lock, set the delegate to the method you want to call. in the last line before releaseing the lock set the delegate to null. calling the delegate from anywhere in the program will throw an error if the sync object isn' ...Show All

©2008 Software Development Network