Software Development Network Logo
  • IE Development
  • .NET Development
  • Visual Basic
  • SQL Server
  • Windows Vista
  • Visual FoxPro
  • Audio and Video
  • SharePoint Products
  • Visual C#
  • Game Technologies
  • Smart Devicet
  • VS Team System
  • Visual Studio
  • Microsoft ISV
  • Windows Forms

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

CS05pp2

Member List

jwize
chemist
sugupta00
znrigtoiwqo
Chris_CG
Grigory A.
jdonahue1971
Summoner
James Stetson
JR-J
Travis Illig
Unjedai
Thomas Li
vimalbharathi
JN5943
R Spies
Aditya.P
anisk
clint 2
kru
Only Title

CS05pp2's Q&A profile

  • Windows Search Technologies Performance Issue - Is there one ?.

    I am a newcomer to both my current environment (recent Employee) and Windows Desktop Search. I am currently investigating whether WDS can provide us with the search facility we are looking for. We run a W2K3 file server with WDSv2.5.6 on the desktop. We have a network share with over 600,000 word and PDF docs within several thousand folders and we have approx 80 users/desktops. My question is this...will there be a performance impact on the server with the continual background indexing from those machines. Also is it possible to share the index with other users . Many Thanks CarlosDSS Keep in mind it isn't likely that all clients will not be indexing at the same time. ONce the indexer does an initial crawl of a data source i ...Show All

  • Visual Studio Team System What's the correct process to archive the final, shipped stuff

    When my project was shipped, I need to backup these shipped stuff. Here is my process, 1. Create a branch; 2. Move the stuff under 'current' tree to 'branch\release\1.0' 3. Set the 'READ ONLY' permission on 'branch\release\1.0' is that okay Do I miss sth Thx. If I understand the question correctly, I can think of 2 things you could potentially do: 1. When we moved to TFS, we updated all of our relative paths (file dependencies, post-build events, etc...) to be absolute paths to a specific drive letter (like F:). It's fairly easy to map any folder on a computer to a specific drive letter, and this gives us the ability to quickly and easily change which set of dependencies we r ...Show All

  • SQL Server Transfer database from SQL Server 2000 / 7.0 to SQL Server 2005 Express Edition

    I want to transfer a database located on a older SQL server version mentioned above to an SQL 2005 Express Edition. On a SQL Server 2005 Standard Edition, I did this with the Copy database wizard. But when I try to specify an Express Edition as the destination server I get message telling me that no sql agent is running on the destination server and here I stand What can I do in in this case Thanks for any help Armin I can't transfer the database with Detach/Attach method because in the database are user specific tables which cant be accessed after that. I never found a way to transfer the complete database including logins, users and user specific data exept that of the various transfer managers in the ...Show All

  • .NET Development cpu usage

    Hi, I have a stand alone application which is CPU consuming and I want to optimize the CPU usage for that application. I though about setting the priority of the application / process to high or even Real-time. My question is how do I do that from the code c# (Visual studio 2005) and do I have other things that I can do to optimize the CPU usage thanks :) Willy is absolutely right here - changing the priority will not make your process run any faster. You need to use a code profiler to see what is using the CPU and optimise that, in many cases you can make dramatic reductions with relatively simple changes, but you need to know where to make them. The profiler built into Visual Studio Team Edition for Testers is g ...Show All

  • Visual Studio I can not see the content of the dataset when i create report

    Hi, I make a dataset then i want to read tables inside the dataset and create the report, the dataset might have more than one tables, however, i can not see anything in the dataset, why yes, i create the datagridview, then i set the datasource as the dynamic dataset i have created, next, i create a button, fill all data in the button_click event, after filling data, the dataset is fill of data, then i do not know what should i do next, do i need to bind the dataset to the datagridview again i think if the datagridview is not refreshed, the datagridview can not show the data, however, i try some methods and i do not get any data in the datagridview ...Show All

  • .NET Development C# Webservices howto?

    Hallo all thank for all the grate help to now :) im trying to learn webservices whit C# im relly new to C# bot i can use this to make more defrinde item to my websites and more.... here is my code from my webservices <% @ WebService Language ="C#" Class ="HalloService" %> using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; [ WebService ( Namespace = "http://adsnetwork.dk/" , Name = "AdsNetwork - Statestik" , Description = "Dette er et lille udkast pa hvordan man bruger webservices via .NET 2.0 C#" )] [ WebServiceBinding (ConformsTo = WsiProfiles .BasicProfile1_1)] public class ...Show All

  • Visual C# Enable and Disable line number

    Hi, How to Enable and Disable line number in code view Thanks Balamurugan ...Show All

  • Windows Forms DotNetNuke Upgrade Error

    DotNetNuke Upgrade Error The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] ) ERROR: Could not connect to database. The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist How to solve above problem. I am using windows XP Professional 2002 service pack 2 and DotNetNuke 3.3.7 help me...... ...Show All

  • Visual Studio Express Editions Creating an array of integers and then moving values to labels...

    Currently I'm trying to create an array of the following dimensions (10 x 25) to hold positive integer values and I am failing to even get the array created. I'm still trying to do the following two things... 1) Create an array of integers of the dimensions 10 by 25. 2) After doing some functions of the data I want to move some fields out into multiple label fields. I have no idea how to do this, any ideas Currently trying the following: int playerone[10, 25]; P1Set2->Text = playerone[2].ToString; Sorry for such a n00b question. Thanks for any help, Rick the nake programmer. The Naked Programmer wrote: Currently I'm trying to create an array of the following dimensions (10 x 25) to hold positive ...Show All

  • Software Development for Windows Vista How to store data in a long running state based workflow

    Hello everybody, at the moment i am building a little help desk solution, which is based on WF and WCF. The services are published as web services which uses the runtime of the workflow foundation. I added several services, e.g. the persistence, tracking and dataexchange service and everything works fine, the workflow persists and reloads somebody wants to go on with it. BUT now I am searching already for several days how I can make a class available in the workflow, filled with custom data (the data the user filled in), but I cannot find anything. I heard of the Tracking Profile but didn t find any real good example to understand how I can realize this, or I can realize this anyway. I think this is a really important and commo ...Show All

  • Visual Studio UNC path of a local folder on Server??

    I have installed VSS 2005 on a WinXP Pro box (Server). I created a database at C:\VSS. I open SSAdmin, Server > Configure > Enable SourceSafe Internet for this database. It says, open the DB in UNC path. The folder is shared as "VSS". It is not accepting the "VSS" string in the create new database wizard.  It says, its not a valid UNC path. What do I need to give the UNC of a folder which is in the local file system of Server and shared as "VSS"   I tried "<computername>\VSS".. its not working because the server is looking for the computer on the network while its the name of the server itself. Sorry if I am dumb, but I couldn't find any documentation on this. TiA. I am trying to access this VSS folder from ...Show All

  • .NET Development How to check if an xml schema type is already present in an XmlSchemaSet?

    When building a schema (set) of a class hierarchy set, using the XmlSchemaProvider attribute, how do I check if a type is already present in the XmlSchemaSet Some classes will end up being shared by different parent classes, so then the schema would appear more than once in the XmlSchemaSet, which gives problems, because it can be defined only once. How do I check if the type is already in there Wout Actually, you have to specify all types needed for your definition: the SchemaSet passed into the XmlSchemaPorvider mathod is always empty: it merged into all others sets later on, at which time all duplicate type declarations are removed, given that they are really match , otherwise you get a duplicate type ...Show All

  • Windows Forms WINAPI

    What are WP_SMALLMAXBUTTON and WP_SMALLRESTOREBUTTON params codes I looked in the June Windows Server 2003 R2 SDK, the part numbers are not defined. Maybe some day when MSFT actually implements small caption buttons; maybe Vista ...Show All

  • Windows Forms PictureBox

    i'm coding a Solitaire game.in this game we can change the card image.i mean game>bunch.i hope u get what i said. i think we'll choose the image from the picturebox and then with a parameter we'll send this image to another form and show the image there.i couldn't write the code.please help me . sorry it was my inattention :( and now the code is working but i cant see the pictureboxes.is there sth like that form.controls.add(picturebox) ...Show All

  • SQL Server Add space between matrix row group

    I have a 2 row groups in a matrix and I need to add some space between the top one so that all the columns don't run together. Is there a way to do this No, padding won't help. Here's my layout. I need more space between the subject areas. ELA Math Science Social Studies Below Basic Basic Proficient Advanced Below Basic Basic Proficient Advanced Below Basic Basic Proficient Advanced Below Basic Basic Proficient Advanced 17% 46% 37% 1% 14% 36% 30% 20% 20% 32% 23% 24% 40% 37% 9% 15% 9% 57% 30% 4% ...Show All

©2008 Software Development Network