project

DomainProjectPicker class is obsolete in VSTS 2010?

What is the alternative for DomainProjectPicker if I want to select a server plus its projects? I am aware of a new class called TeamProjectPicker, but that doesn't help me. Anyone know how to select the server from this type of dialog? Thanks,TS. ...

Turn off Intellisense in VS 2008 for a single project

I have a project with about 1000 classes in it (no, there is no way to conveniently break this project into multiples). Just loading the project takes about 20 minutes as intellisense slowly chugs through all the classes, and eats almost 1gb of memory. Is there a way to turn off Intellisense for a single project, but keep it for all ot...

can't set PageSetup.Orientation = xlLandscape from MS Project

Using VBA in MS Project 2003 I create an Excel sheet and write data to it. After that I want to change SetPrintArea and Orientation of the sheet I created so I wrote with xlsheet '// Defined being an Excel.Worksheet For i = 1 To .UsedRange.Columns.Count .Columns(i).EntireColumn.AutoFit Next i ...

Eclipse project management with SVN

Hi, As we work in team today, and we use different OSes, is it possible to manage a Eclipse project through different plateforms (Windows, Mac OS X and Linux), and with different SVN clients ? If we put all files of the (Java) project, the bin subdirectory and metadata files comes in conflict, teamworkers can't import project localy, e...

Which method should I use?

I'm an intermediate java coder, writing a librarian Java app, and for some reason I just can't figure out whether I should use dueDate.after(today) OR dueDate.before(today) method as to deciding if the book is overdue. I've gotten quite some contradictory values by typing both the methods. Hence, I'm also assuming there is some other bug...

Where can I advertise an open source project?

I have started an open source project and was wondering how I would best go about inviting people to work on the project. SourceForge is great but didn't fit the needs of the project. Any ideas? ...

Managing databases in Open Source Software Projects

I was wondering how databases are managed in open source projects which are usually hosted in repositories like CVS or SVN. Placing codes in the SVN is very logical as it allows different team members to get updated pieces of code but how about databases? Are their schemas and contents (.sql files I assume) placed inside the SVN too? In...

ECM Application using Alfresco

Hi, I am new to Alfresco Development. I had learn Alfresco Implementation and Usage little bit. Now i want to develop a application using Alfresco, ie, Knowledge Management Application with customized UI with my defined features only. No need to be with full features of Alfresco. Where should i start? I heard that there is two ways to de...

Documentation for large or small Projects with PHP ?

Hi, we are talking a lot about documentation for programmers in the moment. How do you handle this part? What is the best method to introduce a new team guy into an "large" PHP Project. What does a new guy need? My thoughts so far: good source code api documentation generated through phpdoc clear coding style / guideline Some kin...

Software Project - Time Estimation

Hi, I am new to software project time estimation. I have learned that people are using some techniques such as ‘Function point analysis’ , ‘Cocomo model’ etc. Can you tell me the some of the latest and best techniques? Also would you please let me know some good tutorial links for these models so that I could go through them and unde...

How to create team projects using TFS 2010 Beta 2 API?

I have recently installed VS 2010 beta2 and trying to execute the File.BatchNewTeamProject command as a process in my application. It worked fine in Beta1 but for some reason, I am getting an error regarding permissions to create new sharepoint sites. I am a member of Sharepoint web application services and Administrators groups. Previ...

Generating Xcode projects by hand.

I know how to build an existing Xcode project using xcodebuild, but I also need to generate Xcode projects from maybe a Python/Shell script. Is there any document somewhere that describes the process? ...

How to apply the algorithm concepts in a project application

Hi I want to apply the concepts I have studied in algorithm and artificial intelligent in my project. So can any one provide me a sample application example where did can I apply? I have taken courses algorithm and AI. Some of the courses I had taken include Divide and conquer Dynamic programming Backtrack Greedy Algorithm ..Etc My m...

BlackBerry JAR file problem

I made a simple application for blackberry the jar file doesn't get created ? when the application is build following files get created in the main folder .cod, .cso, .debug, .jad, .jdp, .rapc except the .jar file. ...

How to use GDB to debug a big project?

Now I have a c language project which include three directories /bin, /inc and /src. All of header files (.h) are included in /inc and all of source(.c) files are stored in /src, i.e. a.c, b.c, c.c..., the final generated executable file will locate in /bin. after compling with makefile, all of obj files will be generated in /src/obj li...

How to create a Visual Studio 2008 C++ project template?

I've used the "Export Template" feature numerous times for C#, ASP.NET, WinForms, etc. projects. Today I tried to do it for a C++ project and noticed "Export Template" was grayed out in the File-menu. Is it not possible to create C++ template projects in VS 2008 ? ...

Is it the best way to have a "software development project manager" who is a great developer himself?

Hi, How does it work in the market? If possible to generalize, is it a critical point to have a project leader to be a developer himself? If he is not so much in coding, how can he understand what the rest is really talking about. If he is so much good on programming he might have difficulties on leading probably. If you think about t...

How do I split a large MFC project into smaller projects

We have a large MFC/C++ Visual Studio 2005 solution which currently consists of two projects: Code (around 1500 .h/.cpp files, linked dynamically to MFC) Resource DLL (we translate the resources using an external tool) What options do we have (lib, dll, ...)? Where do we start? Is there a technical sample of this or a tutorial (I ...

How to embed an XSLT file in a .NET project to be included in the output .exe?

Hi everyone, I have a simple C# Console App that reads in an XML file specified the the user, runs an XSLT transformation on it, and outputs the results. When I distribute my app to users, I want to distribute a single .EXE file. My source code consists of 3 files: the .csproj file, the .cs code file, and a .xslt stylesheet. How can ...

tfs project alerts

the 4 project alerts in TFS are good but I need some more of mine in them. The important one i want is when i create a new bug in TFS i want an email to be sent out. Is there a way i can create a new alert in the project alerts? If so how? ...