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

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

Twilight0

Member List

Vicki Milton
AaronEd
G4Danny
tacoman667
Shuchim
Pillsbury
stepanielauym
KPeters
Joshua Flanagan
Chen_mcc
Markus Berthold
Raghavendra Prabhu
Syed
Shawn.liang
jrasmussen
azzurrapoint
Schtrudel
vbnb
Wodin
MotoMoto
Only Title

Twilight0's Q&A profile

  • SQL Server "Too low memory" and XML in cache

    Hi, I've read that the parser can use 1/8th of the available memory for the xml-cache, but I've run into this limit much sooner than I'd expect. I'm not using "sp_xml_preparedocument", but rather operating on columns with XML as datatype. This means I don't have the handle to the document and can't use "sp_xml_removedocument" to free the memory. It's a simple application written in C#, so should it be sufficient to "reset" the sql-connection or how should I do it *I've tried to keep the post as simple as I could, but I might have simplified it too much * ...Show All

  • .NET Development Hai everyone this is new commer may u teach me well with lots of expectations i have joined this forum.

    how to get the result of the button on the next page with out occupying space on the displaying page. Indetail: when we add the data to a feild and click update after sucessfull completion of update i want to receive an message "updatedsucessfully" in a page which navigate after the update function. i dont like to occupy any space in this regard of placing a label which i had done untill now. can any one help me on my way hai master, one thing is that i have to post the message to the next page or else on the same that is not matter but it should not occupy place in which ever pa ...Show All

  • Visual Studio SourceSafe Web Service Configuration

    A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I thought Beta 2 was feature complete since the Go Live license is available.... Hi Gary, You also opened a product feedback issue, right I replied there, but will als ...Show All

  • Software Development for Windows Vista Designer Problems

    I’m experiencing some problems while working with wf in visual studio. Sometimes while building or rebuilding the solution, the build fails, and NO exceptions are given . Opening the workflow file (workflow.cs) will show an exception in the designer: “ Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information .” I don’t know what it means. However sometimes, restarting VS will resolve the problem, but then again…sometimes it doesn’t. The problem occurs for both state machine workflows and sequential ones. I’ve not used workflows with code separation. An other, not so funny feature is ...Show All

  • Visual C++ VCBuild and custom target platform

    Hi, Here is the point: I have a C/C++ project under Visual Studio and I want to add my own new target platform; This platform is very similar to Win32 in term of settings but I want to launch another compiler for C and C++ files and another linker for .obj. What's the complete process to do that How can i create a new target platform and reference it to Visual Studio How create custom task for VCBuild and reference it for Visual Studio I think those links can help you: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/_asug_customizing_a_build_process.asp http://msdn.microsoft.com/library/default.asp u ...Show All

  • Visual Basic Changing the default Modifier of a custom control

    I have created a set of custom controls to use in my application. When you add a control using Visual Studio, the default value for the property "Modifiers" is Friend. I would like the default for my custom controls to be Public. Does anyone know if this is possible I can explain what I am doing just incase there is a different way to achieve what I am trying to do. In each form of my application, I have an array of strings coorisponding to the name of each of these custom controls added to that form. I use the callbyname() function to set values of the controls based on some checks. This is all done in a base class that each ...Show All

  • Visual C# Are strings any easier in the new C#?

    I stopped using C# about a year ago. I hated the complexity of using strings. Gone were the days of MyString = "Hello"; I had to now make an object. String manipulation, which was once easy using MID, RTRIM, REPLACE, etc., now is tedious. Anyway, I was wondering if the newest version of C# has made it any easier Brian, thanks for your reply   Blair, any dentists in your family ...Show All

  • Visual Basic check collection

    Hi all, I have a really simple form, with a combo box with some items in the collection. Is there a way in code I can reference to see if the text on the cbo is that which corresponds to the collection IE. Private Sub btnSomething_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSomething.Click if me.cboMyCombo.text = ITEMS IN COLLECTION then do something else msgbox("Selected item does not correspond to items in collection") If me . ComboBox1 . Items . Contains ( Me .cboUser.Text) then ...Show All

  • Visual C# A beautiful language ruined by generics

    I've read all your arguments. I see good points of each side. Thank you for letting me enjoy this article. It seems the question is for C#'s code readability v.s. code reusability. As a solution developer I prefer not to use generic or template because my problem domain resides in a specific classes or types. However if I need to maintain or to develop a library, I probabily look into generic stuff. Hmm... ...Show All

  • Visual Studio Binary/ASCII recognition and Binary_Masks option with SS 2005 does not work

    Hi !   We have switched to VS2005 and VSS 2005 and have now some problems with the file type recognition .   We have a filetype that contains a lot of ascii line (Defines) and after that there is a CTRL-Z and binary data. Because the recognition is very hard we set the BINARY_MASKS-option in the ss.ini to that extension. That worked fine with VS6, but VS2005 doesn`t care about the option and sets the filetype to ASCII. Whats wrong   Regards from Germany Joerg Hi Joerg, If you're using a beta or pre-release version of VSS2005 you may have problem with Binar ...Show All

  • Visual Studio Can we add a footer to a Matrix

    I want to sum up all rows of a column in Matrix. Can we add a footer to Matrix to show the sum up information For this, what I did is, I made an exact copy of that particular matrix. placed below to the original one and replaced data section with sum function and row header with simple text. Set visibility to Hidden for all unwanted Coulmn Headings. ...Show All

  • Visual Studio Express Editions reference and importing

    What is the difference between adding REFERENCE and IMPORT statement in our project Can someone explain me. hi, what i know about this , you cant use(using) without adding reference to the name space , there are some references will be added by default to your project the IDE will add those references as soon as you create your project you can use those namespaces. ok example system.Drawing reference is added by default to your windows application but not added to your console applications . so you can use System.Drawing in windows application but you can't in console application unless you add reference to that name ...Show All

  • .NET Development Why do I get "The transaction has already been implicitly or explicitly committed or aborted"

    Without using transaction scope the code runs fine.  With ts, the exception is throwed when I call Update(). Below is my code in C++: try {    Transactions::TransactionScope^ ts = gcnew Transactions::TransactionScope();    SavePatient(hPatient, hProgress);    ts->Complete(); } catch (Exception^ e) {    MessageBox::Show(e->Message, "Error!" ); } ////////////////////// void SavePatient(Patient^ hPatient, Progress^ hProgress) {    row = m_rtpDataSet->Patient->NewPatientRow();    row->StudyDate = DateTime::Now;   ...Show All

  • Visual Studio Team System Version Control Security Issue

    I am trying to access documents in the Source Control Explorer. I was added as an Admin to the TFS Project Server (this is the RTM). However, when I navigate the version control, everything is greyed out and the No Commands Available menu item is the only item that shows up. In addition, when I right click on the project in Team Explorer, no Source Control Files menu option is displayed. The server administrator does see all of these items. Did I do something wrong or is this a bug in the RTM Thanks. Jeff More Information... It looks like it is an issue with the Team Explorer installation on the client. Before I reinstall ever ...Show All

  • Visual Basic Add connection wizard fails with Access database

    I have the RTM version installed. I am quite puzzled at this wizard. It works fine with SqlClient. But for Access databases, this wizard completely fails. In this wizard, I only have one option to do - setting the ConnectionString. I set it to Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\path\abc.mdb, which works fine in my code. But when I click OK, it complains: --------------------------- Microsoft Visual Studio --------------------------- Format of the initialization string does not conform to specification starting at index 0. --------------------------- OK   --------------------------- And more, the Advanced button is dis ...Show All

©2008 Software Development Network