USJOHN's Q&A profile
Visual Studio Express Editions Visual C++ 2005 Express Edition and Parasoft Insure++ integration
All, I downloaded the VC++ 2005 Express Edition and attempted to integrate it with my existing tool set. In Visual Studio 6.0 the Insure++ tool from Parasoft was able to integrate into Visual Studio easily but I cannot seem to get the same from VC++ 2005. Is this a known issue Is there something special that needs to be done in order to integrated the two hello I am going to mark this thread as answered since you have not followed up with any further information on your problem as requested for over a week - I assume you solved the problem yourself or one of the suggestions in this thread helped you solved the problem. If you have a solution you could post it so others can find it. If you do not have a solution then plea ...Show All
Windows Forms Strange painting problem with GraphicsPath
Hello, I created a custom Windows Forms control that represents a coordinate system being filled with a timer-controlled GraphicsPath. The maximum y-value of the graph (say "100") maps to a clipping area Point y-coordinate of 40 (any maximal value of 100 is painted 40 pixel beneath the top of the whole control). Now the following strange effect occurs: While filling the GraphicsPath Point values I make sure that none of the points' y-coordinate falls below 40 (I don't like to paint outside the coordinate system), values that should happen to exceed 100 are "cut" to 100 (so y=40), however, when I paint the path with Graphics.DrawPath I notice that my maximal values are painted clearly above the 40px line, they seem to o ...Show All
Visual Studio 2008 (Pre-release) Username Password with asp.net membership
Hi I am trying to create a sample service using wsHttp binding using message security using username password against aspnet membership provider. I use the following config in the client and I get an exception : " The request for security token has invalid or malformed elements" I used the logger to find out that the RST has failed. I Need help!!! < system.serviceModel > < behaviors > < behavior name = " MyBehavior " > < clientCredentials > < serviceCertificate > <!-- PeerOrChainTrust means that if the certificate is in the user's Trusted People store, then it will be trusted without performing a validation of the certificate's issuer chain. ...Show All
Windows Forms DataGridView AllowUserToAddRow
the datagridview has "AllowUsertoAddRows" set to true.When user click on a new row and input a value, although visibly speaking, another row is added automatically, the new row added is not bind to the binding source. How am i going to simulate that programmatically Although adding a new row to the binding souce will do that effect, the fact that the binding source should have only one record and not correspond to the number of rows shown. (the last empty row should not be in the binding source).Thanks. Regards Alu You mean this .dataGridView1.Rows.Add(); Does this help ...Show All
Visual FoxPro TYPE
I like to know what character will return function TYPE() from x, where x is: x=STR ( YEAR ( DATE ())) I think I have somthing wrong with my vfp 9 installation. Don's right: TYPE ("STR(YEAR(DATE()))") && = "C" x = TYPE ("STR(YEAR(DATE()))") TYPE ("x") && = "C" ...Show All
SQL Server deriving a new column from another derived column
In a Derived Column data flow transformation, why can't I refer to a derived column (added in that same transformation) in the expression for another derived column It seems I am forced to chain 2 DC data flows, just to do something as conceptually simple as: a = x + y; b = a 2 On a related note: Can I define a variable that is scoped to each row Can I bind a variable in an expression to avoid creating a new row, e.g. let a = x + y; a 2 as the expression for new row b You can't do it in derived column, but it is very easy to do in script component - the component generates the row accessors, so the amount of code you need to write is almost the same as in derived column transform. ...Show All
Commerce Server How to tackle the BackOrder Processing?
Hi guys Can any one give me an link and more abouts the BackOrder Process in Commerce server 2007 thats is how to tackle when the order was back to our system and how the invertory was mainted at the time.... Praba, This one threw me off as well. What is missing from the documentation is that the back order quantity is never decremeneted by the updateinventory component. It is mearly a limit of the maximum amount of a back order per order. I had hope that the functionality would actually allow me to limit the total amount to be pre/backordered across all orders. Alas, this is not the case. Cheers, Colin ...Show All
SQL Server How to install management studio tools?
How do we install the sqlserver2k5 management studio tools on a 32 bit client like WinXP We are using the 64bit edition of Sql Server and I am getting errors regarding processor type when running any of the *.msi's on 32 bit clients. Like Sql_RunTools.msi for example. I need to get the tools installed locally on clients but haven't had any luck Thoughts You'll need to get any edition of the 32bit tools to do this...you can use Developer, Enterprise, Standard, etc. and choose to install the client tools only from the installation, not the full database server. The tools packaged with the x64 and IA64 editions are 64bit tools, not 32bit toos, so you won't be able to install those on your 32bit system. ...Show All
Internet Explorer Development document.location.search is null in ie7 rc1 for local url
I launch my app from a local file and pass it the location of a remote server in the query string. For example, given the following shortcut: "C:\Program Files\Internet Explorer\iexplore.exe" file:///c:/abc/abc.html REMOTE_SERVER=https://ie7.microsoft.com/server/ I have javascript on that page which parses document.location.search to obtain REMOTE_SERVER . In ie6, this works. In ie7 rc1, it is null. Can anyone suggest a fix or workaround -Thanks This does not seem to work. document.URL is slightly different. It changes the forward slashes to backward after the drive letter and removes one of the forward slashes after file:/// , but it still removes the sear ...Show All
Visual C++ BUG: Potential Memory Leak generated by STL deque
BUG: Potential Memory Leak generated by STL deque. FIX: Add a little code and it will work pretty well. I submitted the problem about 4 years ago, but VC++ SP5 still has the bug. ISSUE: STL map and STL set are not ready to be exported from DLL. FIX: Modification must be made. Yes, I would like to know as well. Where can I find information about the STL implemention in Visual Studio I am also finding Rational Purify is reporting memory leaks in vectors and maps. Am I using it wrong and there is a way to get rid of the leak Or I have to wait until Microsoft issues updates for the problems Jonathan Scott ...Show All
.NET Development [C# 2.0] ControlState
Hi, Where is stored the control state Memory, Page, Browser ... Thx. Hi there, If you mean the ViewState, it's stored in a hidden form field and is send back to the server on each requerst. For info, check this article http://msdn.microsoft.com/msdnmag/issues/03/02/CuttingEdge/ Hope this helps, ...Show All
Gadgets How do you submit a gadget?
It seems the link for submitting gadgets from galley.microsoft.com is only for web gadgets. How do you submit a sidebar gadget to the microsoft gallery Hi nadasurf2. You just need to go to the submission page on Gallery ( http://gallery.live.com/submit.aspx l=1 ) and select "Sidebar gadgets" from the dropdown at the top of the page. One the gadget is submitted and accepted it will show up automatically in the Microsoft Gallery. If you have any other issues submitting please feel free to contact me. Chris Butler ...Show All
Visual Studio Express Editions Working with classes
Hi, I am learning C# and I am still little little confused about classes, methods... here is what I am trying to do: I have a class in seperate file. Inside that class I have a method . From that method I would like to change text property of label on my form . This form is generated with designer and is in different file and in different class but in the same namespace . Any suggestions f1.Show() will indeed show a second instance of Form1. Since they both use the same class (Form1), the forms will be identical on the screen. There's therefore no need to change Application.Run(new Form1()). If you need a reference to that form, use "this" in the Form1 class methods. ...Show All
Software Development for Windows Vista MS-WORD AUTOMATION ERROR : "The message filter indicated that the application is busy."
Hi, I am getting this error while creating word application instance from vb.net/c# for web applications. Dcomcnfg is configured as per microsoft instructions for the same for the permissions. But still I am getting error: {"The message filter indicated that the application is busy." } If any one can provide the resolution for the same that will be a great help. Thanks and Regards, Ashish Complete Exception detail as below: - exc {"The message filter indicated that the application is busy." } System.Exception + [System.Runtime.InteropServices.COMException] {System.Runtime.InteropServices.COMException} System.Runtime.InteropServices.COMException System.Object {System.Runtime.InteropServices ...Show All
Visual Studio Setup.exe file will not run
I have been trying to install VS 2005 but when CD1 auto-plays the setup.exe file, the setup never actually occurs. My task manager shows that setup.exe is running, but there is no visual indication that it is actually working. So I am left wondering whether it is or not. Any ideas as to why it will not unpack and run the installation program or at least not visually launch the setup executable I can run setup.exe in Safe Mode, but I receive an error message later in the installation after I have entered the Product Key. I imagine that Windows Installer cannot run in Safe Mode, hence the error message. But the setup.exe does actually unpack and run while in Safe Mode. I have attempted to run the file with all anti-virus and anti-spyware ...Show All
