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

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

ovatsus

Member List

Jan Kučera
Jackzlin
pmpayne
Redfox72
xxxxyyyy
jdonna
Vancho
WineMan
Kembreg
Erik_DD
Phil Nicholas
Rob Hounsell
Speedy2000
Arne Tauber
Dami#
Anuradha Rawal
Yak77
Mohammad Javadpur
goelectric
Adeel bin Khalid
Only Title

ovatsus's Q&A profile

  • Visual Studio intellisense customization

    In VS2005 or VWD while working on ASP.NET project, after you type a name of a control, intellisense presents you with a list of members for this control. Among the members are numerous properties related with appearance of control like "Font-Size", etc. I prefer to deal with presentation using CSS and skins, so these properties just clog the list for me. Is there a way to remove these properties from intellisense members list ...Show All

  • Windows Forms And two more on VS.NET in General

    (a) Give me a way to turn off the permanent background compilation. (b) Implement some sort of smart compilation. When I have a solution consisting of 1 EXE and 9 DLLs I see no reason whatsoever that all 10 parts are compiled, when all I&n ...Show All

  • Visual Studio Express Editions Do the express edition products need to be installed in any particular sequence?

    Do the express edition products need to be installed in any particular sequence How do I install on a PC that doesn't have an internet connection You can install as many or as few of the Express Editions in any sequence you like.  You can also install other Visual Studio 2005 products side-by-side with any of the Express Editions.  It all just works. To install on a PC that does not have an interne ...Show All

  • Visual Studio Team System Bootstrapping LoadTest from code?

    Hello all, I think I saw this issue posted here a while ago - but I can't find the post now. My questions is: is tehre a way to configure a test in VSTS, and then write a bootstrapper to run different load tests on a schedule   Ideally, I would have something like: LoadTest test = new LoadTest("myloadtest.loadtest"); test.Start(); But there is no Start() method or anything like that. Thanks in advance, --ben One option is to use ...Show All

  • Visual Studio Express Editions Locking down the toolbars??

    Hi everyone I'm enjoying the product so far, however I have one little quirk I'm trying to fix. Currently, whenever I click on a file in the Solution Explorer, I lose the "Text Editor" toolbar. Then when I click on a .h/.cpp file I want to edit, I get the toolbar back again (which re-adjusts the toolbars, forcing the editing pane to lower a bit) So what ends up happening is that the UI workspace is constantly growing and sh ...Show All

  • Visual Studio 2008 (Pre-release) XML serialization and cloning...

    In message http://groups.google.com/group/microsoft.public.windows.developer.winfx.avalon/msg/f385306eb9c073a8 Nick Kramer discusses some options wrt serializing Visuals to XAML. He mentions various callbacks that might enable serialization of events, but I cant seem to find these callbacks in recent versions of the framework. Elsewhere in these groups, others have suggested that serializing to XAML and back again is a good way to clone a Visual ...Show All

  • SQL Server IP addresses: when SQL assigned multiple which does processing?

    SQL 2005, 2000 Server SP4, IIS 5, .Net Framework 2.0 My SQL Server lives in two networks separated by a Netscreen firewall. From there the Netscreen allows the Server to talk to a well-guarded Sybase that is on the other side of the firewall. So I can ping the Server at one address 'A'- but the Netscreen routes the traffic to the Server at the address the server knows itself as 'B'. The Server can't ping A (the address the outside ...Show All

  • Microsoft ISV Community Center Forums Ms Access form creation

    Hi I have problem with form creation wizard. During first step wizard doesn't show the fields of my tables. Only primary key field is shown. And in next steps I face such alerts as "Invalid use of null" What I should do Per the support engineer: I wanted to find out if there are any particular repro steps. I’ve tried doing the same that was mentioned in the forums and I did not have any problem. Please clarify so that I c ...Show All

  • Software Development for Windows Vista ConditionalExpression in if-else-branch Activity

    hi all, i created a custom activity (SequenceActivity) and added an if-else Activity. now i tried to add a condition to the first branch, but get a compiler error, when doing this: // // ifElseBranchActivity1 // this.ifElseBranchActivity1.Activities.Add(this.delayActivity1); codecondition1.Condition += new System.Workflow.Activities.ConditionalExpression(this.isDependent); this.ifElseBranchActivity1.Condition = codeconditio ...Show All

  • Smart Device Development Installation Of Smart Device 5.0 Support

    Am I reading the installation process correctly The impression I get is I must remove Visual Studio 2005 completely to install CE 5.0 support Am I reading the installationcorrectly Has anyone installed CE 5.0 support without removing Visual Studio 2005 Please clarify what do you mean exactly by "CE 5.0 support" CE 5.0 development is supported by VS 2005 (SE or above) out of the box. If you using express SKU, there's no suppor ...Show All

  • Visual Studio Team System IOExceptions

    As I increase the load in my load test, I see an increasing number of IOExceptions. Message: "Unable to read data from the transport connection. An existing connection was forcibly closed by the remote host." Error stack trace:' at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)". I see more of these with % new users = 100, fewer with % new u ...Show All

  • SQL Server High CPU utilization during full-text population in SQL 2005

    Hi, In SQL 2005 a full-text population of a text field in a table containing 1.2 million records utilizes very high CPU resources. A dual Xeon 3Ghz, 1GB memory was running at 95% during the population of the full text catalog. There was no other activity on this server besides the full-text population. It performed the population in approximately 28 minutes, which is allot faster than SQL 2000, however, the high CPU utilization would ...Show All

  • Software Development for Windows Vista virtual folder and keyword problems on Vista CTP

    I'm using a Power-User account  "TestUser" on Vista CTP (from the PDC distribution). I have created 2 text files in the TestUser->Documents folder, and assigned each a keyword "vista".  When I type "vista" in the explorer search box and do a "Search the Computer", I see the two files.  However, when I click "Organize->Save as Virtual Folder", then try to browse the resulting virtual folder, I see every file on the system. D ...Show All

  • Visual Studio Team System Team Build with unsafe code problem

    My project has some unsafe code exist that I already marked project "Allow unsafe code" option. SO I can build it from my machine But It cannot build in Team Build Server....the following is error message ThemeManager.cs(457,33): error CS0227: Unsafe code may only appear if compiling with /unsafe Please help What does line 11 column 22 corresponds to I guess it corresponds to the unicode char. Check for the following ...Show All

  • Visual C# How to Set columns width in a Win. Form Datagrid at runtime?

    Thanks for the help. I figured out how to make certain columns to be readonly. But I had to do this to the DataTable before its even binded to the dataGrid. Is there a better way to do this Also is there a way to set the width of each column I looked at the code above. But I think were using differnt types of datasource. Im a newby with C# so excuse me if my questions seem kinda stupid...... Im not sure how to make the code you posted above ...Show All

©2008 Software Development Network

powered by phorum