project

Changing autogenerated code in a C# Windows Forms Application project

When you open a new C# Windows Forms Application project in Visual Studio 2008, you get a lot of autogenerated code (AssemblyInfo.cs, Resources.Designer.cs, Settings.Designer.cs, Form1.Designer.cs, Form1.resx, Program.cs). Beside adding components from the Toolbox to Form1.cs[Design] and code to Form1.cs, what files can you change? And ...

multi-modules project with maven is not working as expected?

Hi I am trying to create a multi-modules project in eclipse with m2eclipse. I followed some tutorials but the way it work is not what i expect: Here is the structure of my project -Root - webapps - module1 - module2 I have pom.xml for Root and modules. (module 1 and 2 are independent to each other) In t...

How the Work Breakdown Structure could be used to develop an Organizational Structure

How the Work Breakdown Structure could be used to develop an Organizational Structure? ...

project 2010 PSI using WCF

I am trying to access a simple Project.svc service. I keep getting "System.ServiceModel.CommunicationException. ACCESS IS DENIED". I am logged in as the admin of the machine. Not sure why I keep getting this error. Any help would be appreciated. Thanks ...

Compilers Design in my Senior Project (books, codes, resources, etc..)

Hello I have to get a senior project for graduate from my university. And I think get my "Compilers Design" lesson. But I can't get a subject.. Is there anybody tell me a subject about Compilers Design? Do anybody tell me a subject about Compilers Design that i can find books, codes or resources on the Internet? Thanks ...

starting my first project

Hello, i am a beginner programmer, i have studied c/c++, java and data structures in university but i have never written any real program (only trivial programs for university). I am thinking of writing an instant-messaging client, and i would like information on how to start the project ...

exporting war file in jdeveloper 10g

how can i export .war file in jdeveloper 10g ? ...

How to know the source code project of a referred web service?

A project, called P, of my solution refers to some web services whose source codes are in other projects in the same solution. Those web services are coded by other colleagues not me. From within1 project P, I can see these web services in Services References. What I want to know: The source code projects of each of those web services....

Web Application using PHP + MySQL

Hi, Anyone got challenging web application project (preferably using PHP + MySQL) ideas suitable for first class degree? All are welcome! ...

How to implement Microsoft Ajax Minifier to ASP.Net web site project

I have a ASP.Net web site project Pokemon Online game . i want to implement Microsoft Ajax Minifier 4.0 to my website for making it more effectively . But i could only find this tutorial about how to implement http://stephenwalther.com/blog/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx but the problem is this tutorial i...

Wrong Behavior of Relative Paths in XCode Project When Adding New Files

First of all, I am far from an XCode guru and pretty much a newbie with it. The simplest thing have been bugging our team for quite sometime: Whenever I had a new file to the project and select "Relative to Project" or "Relative to Enclosing Group" I will always get a semi-relative path. I get something in the line of: ../../../../../T...

question from Eclipse

hello, always when I open some project(which already exists) in eclipse I get this question should referenced projects also be opened where applicable what does it mean, thanks in advance ...

Library Projects support ?

Hi, I have been trying to work with a Library Project, just like it's mentioned in the documentation : http://developer.android.com/guide/developing/eclipse-adt.html I have created my Library Project as a Android 1.6 Project and now I have been trying to reference to it out of my second project (also an Android 1.6 project) and I am get...

handling netbeans+symfony project on local network

We are two friends trying to develop an application on local network using symfony + netbeans + wamp. I have shared wamp directory and put my wamp server online. Now my friend can work on project that is placed in my www directory but he can not access phpMyAdmin and when he opens 'run symfony commands' window by right clicking on proje...

Project cost and duration estimation and hourly rate for Freelance asp.net project

Hey guys this is one of the non Technical questions I can say but very important in terms of charging for software development. Recently I have been offered a freelancing project on ASP.net from one my known friends. Please try to help me cos I am new to freelancing and I really dunno how much to quote for the project. Also this is my f...

How do I set the Project's 'Start External Program' setting programmatically?

I have an IWizard which gets access to a Project variable. What code do I need to write to set the 'Start External Program' value in project properties? ...

XCode uses an .xib not inside the project folder

I went back to an old project and recompiled it for OS 4.1 succesfully and ran it. I was asked to add a fourth tab to the Tab Bar, but I could not set its class to the newly added ModelsVC.h/.m. [edit: because it did not appear in the class dropdown, but the other viewcontrollers were there.] I moved the project folder to a backup folde...

Has anyone gotten windows c++ to talk to project voldemort?

Good afternoon all, I'm interested in trying to use Voldemort from a windows C++ application. The example provided only works on Linux. ...

Basic stucture of a C/C++ project (header files and cpp files)

Hello, This is a brain-dead newbie question, but here goes: What determines what files get included in a C/C++ project? My understanding is that the compiler starts with the file that has main() in it and that file will contain #include's to get various h files which contain #include's to other h files and so on until everything is in...

Issue with visual studio template & directory creation

Hi all! I'm trying to make a Visual Studio (2010) template (multi-project). Everything seems good, except that the projects are being created in a sub-directory of the solution. This is not the behavior I'm looking for. The zip file contains: Folder1 +-- Project1 +-- Project1.vstemplate +-- Project2 +-- Project2.vstemplate mya...