Compile The Scrum Solution Starter For MS Project 2003

Jan 18, 2010

My team desperately need the Scrum Solution Starter for MS Project 2003: [URL]

To use this add-in it's needed to be compiled however we don't use Visual Basic (only Visual Studio).

View 1 Replies


ADVERTISEMENT

Vb 2003 Code Can't Compile?

Apr 1, 2011

This is my first post. Please forgive me for asking a basic question as I'm new to programming.

I have following code and it just didn't compile

[Code]...

Lesson: Need to instantiate class before using it,

View 4 Replies

VS 2005 Solution File Show 2003 Icon

Jul 4, 2009

I did not do anything at all but I just noticed that my 2005 solution files are defaulted to 2003 so I used "Open With" and ticked the "Always use this program..." and selected the 2005 even and it is now being opened with 2005 but somehow the icon still shows the 2003 icon, why is this and is there anything I can do to revert it back to the 2005 icon?

The only thing I did was to download and install the latest BOL of SQL Server 2000 which I am not sure if it affected any setting for VS. EDIT: "Restore File Association" did not do the trick.

View 1 Replies

'Compile Error In Hidden Module' - Excel 2003, Windows XP SP2?

Jun 19, 2009

I have a program in VBA that uses Flexigrids. A little while ago, the program stopped working giving the error 'Compile Error In Hidden Module'. We were advised to remove Windows update KB960715 which we did and it worked fine. However, it has just stopped working again for the same reason and that update is no longer installed.

View 1 Replies

C# - Project To Project Reference Specific Version In Same Solution

Jun 7, 2012

I'm developing application that is plugable. The plugins are loaded via Assembly.LoadFrom(). In my solution I have 4 projects. A WPF, 2 DLL and another DLL that is a plugin for the app. The plugin project references one of the other DLLs. When I build the Solution and run I was getting an error trying to use the plugin dll because it was expecting an older version of the referenced project. I had to clean and rebuild the plugin project to get it to run correctly.

[Code]...

View 1 Replies

See The My.Settings Of One Project From Within Another Project Within The Same Solution?

Sep 30, 2011

is there a way to see the My.Settings of one project from within another project within the same solution?I'm guessing the answer is no, they are scoped at the project level

View 3 Replies

Project Will Compile But Won't Run?

Sep 18, 2010

I have a project that I have been working on for about a year. I open it up now and it will not run. I am using sharpdevelop. It is erroring on this line of

Protected Overrides Sub OnCreateMainForm()
Me.MainForm = My.Forms.MainForm
End Sub
Here is the stack trace:

[Code]....

View 1 Replies

"Compile Error In Hidden Module : Main" Microsoft Excel 2003

May 24, 2009

I get an error while trying to install a third party Excel add-in [Thomson One Analytics]. Error: "Compile error in hidden module: Main" Microsoft Excel 2003

[Code]...

View 2 Replies

Difference Between Solution And Project?

Aug 13, 2010

what is the difference between Solution and project in vb.net If I load either of this from my project folder, will effect be the same?

View 2 Replies

How To Use Object In Another Project Within One Solution

Dec 2, 2009

Currently I had two project within one solution, my question is how do I open a windowsForm located in project2 by pressing a button in a windowsForm in project1?

View 1 Replies

VS 2008 How To Add A Project To Solution

Aug 15, 2010

Actually, I've been able to add the project, but I don't know how to execute the load command (Form1_Load) from the original solution to the added project. Additionally, there is a .DLL file that is needed to run the new project

View 1 Replies

COMPILE VB6 Project In VS2008

Nov 2, 2010

I have a VB6 Project which I need to build in VS2008.

i tried to open vbp file in VS2008, it opened a VB Upgrade Wizard and created a new folder with in my VB6 Project Folder.

At this point I am completely stuck.

Is there anyway to build VB6 in VS2008 or Do we have any free tools to convert VB6 to VB.Net.

View 5 Replies

Compile Project Into A .exe Application?

Jun 5, 2011

i am trying to compile my project into a .exe application. this project has already been compiled already but i made some improvements. i tried build>build solution but the program is not working

View 1 Replies

Get My Project Compile An Exe File Instead Of An Msi?

Mar 16, 2010

How do I get my project the compile an exe file instead of an msi file

View 2 Replies

9 Projects In One Solution And Can Only Publish One Project

Jan 24, 2012

I am coming to the end of coding this system in Visual Studios 2008 which I took over from a guy who has worked on it for a year.He is not here anymore.He made 9 projects and put them into one solution(screen shot below).I have only published a .NET website for VB and have never published something like this.P3Data is the only one that the publishing tab comes up with. All the other projects the publishing tab does not come up. Why is P3Data bold? How can I publish the whole solution 'P3Data' as one whole entity?

View 5 Replies

Access To Code Without Project Solution?

Jun 6, 2011

Can I get access to the code of an application without having the Project Solution file? We had someone leave the company and we need to get to the code that they created. What we have are the following files:[code]....

I only know how to access code by clicking on the project solution file for an application but I'm not sure if there is another way to do it.

View 3 Replies

Adding Existing Project To Solution?

Aug 3, 2011

I have a visual basic 2010 project with a solution. When I double click the solution the project opens. I cannot see the solution file. I am trying to add an existing project to my solution but I am having trouble.How do I add an existing project to an existing solution?

In VB 2005 if I double click the solution the solution opens with the project underneath it. But in VB 2010 they have made it complicated apparently.

View 4 Replies

Asp.net - .net Connecting To Dataset In A Different Project In The Same Solution?

Mar 27, 2012

I'm trying to connect to a dataset in a different project but in the same Solution and i'm getting the following error how I set the Datalayer project to 'public'?

View 1 Replies

Can Rename An Entire Project / Solution

May 12, 2009

I would like to know if there is any way that I can rename an entire project / solution.I created a project called say WindowsApp1, and then realized that I do not want that name, I'd like to rename it to something else.So I'd like to rename all references to WindowsApp1 throughout the project to another name.

View 9 Replies

Converting .exe To VS Solution File / Project

Aug 24, 2011

I've recently had an issue at work where I have lost my solution files to my projects, but I still have the executables that have been produced by the projects / solution (yes, my fault for not making better backups). Is there any software out there or any way of decompiling the executable back into a solution / project file??? IF yes, fantastic! If not, it just means I can cross it off as an option!

View 3 Replies

How To Bundle More Than One Project As A Single Solution

May 14, 2010

I have two separate projects and I need to bundle them together as a single solution, how do I? I am using VB2008 in VS2008.

View 4 Replies

Referring To A 2nd Imported Project, Within The Same Solution?

Jan 23, 2011

I Imported 2 programs that I made into one solution. I made a "BIG" main menu (new windows form), put two buttons. I code one button to open up the first project (that works fine). I code the other button to open the project I imported, however it says that the name is not declared. Am I doing something wrong?

here is my code for the "BIG" main menu:

[Code]...

now only the "Original name of first project" appears to be not declared, if I delete "Original name of first project", then "the project I imported"is not declared and so forth. Note: These are not the exact names I called my forms. I'm just trying to explain it clearer.

View 2 Replies

Running A Project Without Opening Solution

Jun 9, 2011

I have an application that I wrote in visual basic 2010 express.I want it to be able to run simply when a click on a shorcut.I have tried 'publishing' it to create a shortcut but this only opens a bunch of files, but no executable files.How can I create an executable file???

View 2 Replies

Solution Or Project Line Count

Apr 20, 2009

there used to be a plugin that would tally up the total line of code for a project... does that tool exist still, or is there a comparable tool in vb2005

View 3 Replies

Sql - Reference A Solution Item In VB Project?

May 17, 2012

I'm trying to do something quite simple. I've added an item to the 'Solution Items' folder of my Visual Studio VB .net project. The item is called 'ValidationQuery.sql' and I need to reference it in my code. However, I can't seem to figure out how to actually reference it.

View 1 Replies

VS 2008 Get Settings Value From Another Project In One Solution?

Apr 19, 2012

i have one project that manage my database connection (DBServer) and one project as the main system (MainSystem).In DBServer I store all my connection data that i already managed to my.settings (ServerName, DatabaseName, connectionString, etc).

View 2 Replies

VS 2010 Add A New Project To The Existing Solution?

Oct 16, 2010

is this possible? can not find how to add a new project to the existing solution. or, this feature does not exist in vb express?

View 2 Replies

VS 2010 Adding C# Project To Solution

Nov 9, 2011

I've added a C# project to my VB.NET solution and I'm trying to access all of the classes and namespaces within that C# project.However, I'm not having any luck. I've never had to do this before, so I'm a bit lost.After adding the project, I tried importing the namespace from it. When I do, I just get the green squiggly telling me that the namespace doesn't have any public members or couldn't be found.Since it does have public members, I'm assuming it's the latter issue.So is there anything I need to do in order to access besides just adding it?

View 2 Replies

Compile .sln File Extension Project?

Oct 5, 2010

I'm creating this thread simply because I can't figure out how to compile my .sln file extension project. I've basically created a Win32 application (not cmd.exe dependable) in my current project, but I just can't compile it.I can't really find a compile button?

View 1 Replies

Forms :: Correctly Call From A Different Project In The Same Solution?

Aug 18, 2010

I can have all the projects existing in the same solution, and it builds fine. I can have a reference added to the project that I want to show a form from and still builds fine, every time I do something like this: Dim form_to_show as new Project2.Form1 form_to_show.show() It appears to corrupt the RESX file and stops compiling...it's really getting anoying..

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved