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

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

slippyC

Member List

Vince Scaccia
agrt
mjpearce
Karsinogeeni
tanis15063
espionage
swelsh12
preim
Tom Harwood
Hemantgiri S. Goswami
merrickchaffer
sub4
TimeTrips
Rajesh Giri
Chuck LeDuc
lkd85
mutex
JulieMcB
MichaelLaw
alumni
Only Title

slippyC's Q&A profile

  • Visual Studio 2008 (Pre-release) Generated WSDL doesn't reflect the security binding

    I'm performing the following test scenario: 1. Manually edit a WSDL file to change the policy settings, namely change the EncryptedParts and the AlgorithmSuite 2. Load this WSDL, get the Binding (via the ServiceEnpoint) and add a new ServiceEndPoint to the host 3. View the generated automatically generated WSDL at (http://... wsdl) According to my observations, the generated WSDL doesn't reflect the original WSDL. For example, if I change the AlgorithmSuite to Basic128 in the original file, I always get Basic256 on the generated file. I've observed the Binding object (obtained via the loaded WSDL) and the SymmetricSecurityBindingElement has ...Show All

  • Windows Forms Get Physical Path Of A Image class type

    How can i get the physical path of my image from a PictureBox image property thank you ! Do you mean a file system path to the file the image was loaded from That information isn't stored with the Image (in fact the Image source isn't necessarily a file) so if you need it you have to keep track of that yourself. ...Show All

  • .NET Development What is the best n-tier solution?

    In Visual Studio 2005 & ASP.NET 2.0 What is the best n-tier solution A Dataset.xsd through the designer or Hand written class's. Hi, Microsoft provides some of these aspects as part of the Enterprise Library. Make sure you check out the Enterprise Library: 1.] Enterprise Library for v1.1 2.] Enterprise Library for v2.0 Regards, Vikram ...Show All

  • Visual Studio How does one add an item to the source code document context menu?

    I am trying to write an add-in that adds a bunch of useful code-generation capabilities to the C# source code document window. I would like to have quick access to these code-generation options from the context menu. I need to be able to display contextual options that depend on what CodeElement was right-clicked, in a sub menu off of the main context menu. Is this possible with Visual Studio 2005 If so, where can I start looking for documentation on how to accomplish this Well, I figured out how to get the context menu for the code window. The following blurb will do it: _CommandBars cmdBars = (_Comm ...Show All

  • Windows Forms Error When Adding a Native DLL

    I am trying to add a dll to my solution so that it will install with ClickOnce installations. I have tried the steps outlined in other threads on this forum to no avail. I have prepared a web site with screenshots showing how am I trying to accomplish this. Please take a look. www.inventorymanager2005.com/native_dll.htm Thank you ...Show All

  • SQL Server View sort order problems

    I am testing an upgrade of our databases to SQL Server 2005 (from 2000), and I apologize if this question seems a little simplistic.  I have a view that is based on a table where the primary key is Doctor #, and it even has an ORDER BY to sort by Doctor #.  This view has ALWAYS (in SQL 2000) returned the data in the proper sort order, but once I upgraded a copy of the database to SQL Server 2005 the view resultset is no longer in Doctor # order!  When I connect to the production SQL Server 2000 database from the 2005 Management Studio and query the table, it returns the properly sorted results!  To further confuse things, ...Show All

  • SQL Server SSIS XML Source with random child ID??

    Hi, I am trying to load a XML document using SSIS into relational tables and pulling my hair out. In it's simpliest form I have: <Batch> <POSBasket> <Header> <SomeDetail/> </Header> </POSBasket> <POSBasket> <Header> <SomeDetail/> </Header> </POSBasket> </Batch> Now, when you have a parent child situation, you get a column in the output called xxx_Id, in my case, POSBasket_Id. This allows you to relate your header back to your root and SomeDetail back to header etc etc. Loading all of this in parrallel ...Show All

  • Visual Studio Release of a DSL for the Gamma et al. Design Patterns

    Hi folks, I have written a DSL for the Gang of Four design patterns. If any of you are interested in taking it for a spin, you can get the source and doc from:    http://www.clipcode.biz/workshops/dsl.html Enjoy, Eamon O'Tuathail Clipcode Knowledge Services mailto:eamon.otuathail@clipcode.biz http://www.clipcode.biz Hi Eamon, This is a great piece of work. I had some issues with the Designer project, buut soon found out that it can be fixed very easily. I am sure you fixed it for March CTP, but I installed the latest April CTP. But, the solution to the problem is easy, as stated in the ...Show All

  • SQL Server Full-Text search very slow on first attempt

    Hi, My full-text search takes about 45sec on the first attempt, and thereafter takes less than 1 sec. This problem recurs after a period of no use (I haven't timed this but it could be about 30 minutes). I am searching on word documents within a table (10 small documents). The problem also occurs with the AdventureWorks full-text search. e.g Running the query SELECT DocumentID from Production . Document WHERE CONTAINS ( Document , 'maintenance' ) Note: I'm running SQL Server 2005 on Windows XP. I've seen some posts elsewhere about this problem, without any solution. Some people have been able to get rid of ...Show All

  • SQL Server Flags on a table

    Hi all Been thrown a bit in the deep end and need some advice..... new to db design. I have been emailed the lay out of the table which is not a problem, they then go on to talk about flags on columns if data is inserted , updated... ect. How do i set them up The data is going to be imported in via DTS from a excel spread sheet Thanks in advance Rich No clue. Can you post the exact request (without any kind of private information of course :) If they wanted the date and time of updates and inserts, that would be easy enough, but a flag (generally thought of as a imitation boolean (often ...Show All

  • Software Development for Windows Vista Support for multithreading workflows?

    Hi, the announcement of WWF and the beta are great news . There are nice ways to run and sync workflow services in parallel. But I would like to know in what way the WWF framework supports parallel workflows in one service, i.e. in different threads: Do I need different workflows in seperated threads and write my own sync mechanisms or can I - in some way I could not figure out - use the designer to split one workflow into different threads How can I have two related state machines running in parallel in the same service Thanks, Torsten Pietrek http:\\topiks.de Yves, In answer to your question, yes the parallel activity always sc ...Show All

  • Visual Studio Express Editions Need VB help advancing from beta1 to beta2 with a project I was working on...

    Can anyone help me with some project differences between beta 1 and 2.. Here is the biggest problem I have. I can't view forms in the designer. Code executes though the way it should when I compile and run. I just can't make modifications to the forms. Here is the jist of most of the problems I have... Warning 1 Method 'System.Drawing.SizeF.op_Implicit' not found. That points to this line of code... Me .AutoScaleDimensions = New System.Drawing.Size(5, 13) And then there is this... Warning 5 'System.Windows.Forms.RaftingContainer' is obsolete: 'This class will be removed after Beta 2, consider using ToolStripC ...Show All

  • Visual Studio Express Editions Trying to connect VB.net Express to SQL server express

    I'm having a problem connecting a vb.net express program to sql server express. I'm connecting using the Data Source Configuration wizard. This is what I know, In vb.net express edition, you have to connect to a local SQL Server. Second you have to use the Windows Authenication option inorder to connect to a mdf file. And last that User Instance=False. However I'm still getting the error "Unable to open the physical file "C:\Test.mdf" Operating system error 32: "32(The process cannot access the file because it is being used by antoher process."). In SQL server I create a login using the same signon name as ...Show All

  • Microsoft ISV Community Center Forums Length of an Excel Macro?

    I am writing a macro but I'm not sure if it is getting too long or if there is such a thing as too long. This is what I am asking it to do: 1. open a text file and convert to excel 2. save the full file in a folder 3. delete some colums and records then resave in a new folder then resort the coulms change some data and save in a 2nd folder then close 4. reopen original file and delete different colums and save in a third folder resort the colums, change some data and save in a 4th folder then close Is this too much to ask one macro to do Am I just asking for trouble Should I split it out into multiple smaller macros ...Show All

  • Visual C++ Assertion failure in Visual C++ 6.0

    Hi, I am trying to buid a gui(.EXE file) using MFC in Visual C++ 6.0.The code compiles and builds fine but when I try to run the .exe file it gives me an assertion error which indicates error in dlgdata.cpp file(line 43). I have gone through msdn resource which indicates that I need to add AFX_MANAGE_STATE(AfxGetStatic ModuleState()) in some functions. I am not too clear with where exactly I need to add this statement-Is it in the source file of my application or the MFC source file or elsewhere I added it in the dataexchange function and a couple of other functions in .cpp files of my application, but it did not work. The deb ...Show All

©2008 Software Development Network