CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: Date Entered: 2/9/2006 12:22:34 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 7 Views: 47 Favorited: 0 Favorite
8 Items, 1 Pages 1 |< << Go >> >|
zxon
Asp.Net User
Creating apps in VS20052/9/2006 12:22:34 PM

0

Hi. I`m new to all this so I apologise if what I ask is stupid/impossible/otherwise.

Is it possible to create apps in VS2005 that doesn`t require you to have .Net Framework 2.0 installed on the machine? I understand its vital to have it on a machine with VS2005 installed but when I try to run apps I`ve created in VS2005 on another machine, it tries to download .Net Framework 2.0.

The reason why I ask this is because ultimately the app I`m writing is going to be used on a machine at work that I know will not allow me to download this framework as I`m not an administrator.

brianparker
Asp.Net User
Re: Creating apps in VS20052/9/2006 2:55:55 PM

0

You will have to have the 2.0 framework to run 2.0 apps. Call the admin they should not have a problem with you having the 2.0 framework. It is not like it will hurt anything.

Have a great day.



It's not a bug, it's a feature.



Brian Parker
CEO, Cofounder
NeoTekSystems
Phone:(864)770-0473
Fax:(864)770-0476
www.neoteksystems.com
[email protected]
Mikhail Arkhipo
Asp.Net User
Re: Creating apps in VS20052/9/2006 7:13:27 PM

0

You can still create fully native applications in C++. They will not require framework. However, if you use VB or C#, .NET framework is required.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
zxon
Asp.Net User
Re: Creating apps in VS20052/10/2006 2:47:35 AM

0

Thanks I`ll give it a go in C++. I did a bit of that in Uni so it shouldn`t prove too difficult.

As for contacting the admin, I very much doubt they would allow me to install framework 2.0 on the machines. It`d be too much hassle for them.

Thank you both for your prompt and helpful posts.

zxon
Asp.Net User
Re: Creating apps in VS20052/10/2006 2:25:43 PM

0

I`ve created a simple form window in C++ using VS2005 but when I try to run it on another machine, it comes up with the same framework error message. How do I set it to not use framework 2.0?
Mikhail Arkhipo
Asp.Net User
Re: Creating apps in VS20052/10/2006 5:49:21 PM

0

That's because you still used Framework form with C++. C++ does support .NET framework, but you don't have to use it. You should use MFC Application instead. Do not use project templates under CLR node if you don't want Framework dependency.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
zxon
Asp.Net User
Re: Creating apps in VS20052/11/2006 3:24:42 AM

0

I`ve tried what you`ve suggested and just built the project straight off - got a straight-forward window open. However when I tried to add a Windows Form (Visual C++ >> UI) and build the project for testing/debugging, I get the following message:

OLE initialization failed. Make sure that the OLE libraries are the correct version.

I`ve looked around google for a solution but it seems a couple of other people have had this problem and had it unresolved. One has had it resolved though, but I don`t understand the solution whatsoever (To see for yourself, check google for the above message and its the first result that you come across).

Will I need to update my OLE libraries or am I doing something else wrong? For the record, I have WinXPpro SP2 and I`m using VS2005 beta2.

( I`m being a right pain now aren`t I? ) Sad [:(]
Mikhail Arkhipo
Asp.Net User
Re: Creating apps in VS20052/11/2006 5:40:22 PM

0

Windows Form is a .NET Object. When you select it in the Add New Item dialog, informational string at the bottom says "Creates a CLR form containing other Windows controls". Since you don't want .NET dependency, you only should be using C++ classes, i.e. Add -> MFC Class, then derive from the right base class. Closest to the Form is CDialog. I would recommend to get a book on MFC programming and study how to make applications that look like a Form.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
8 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional Visual Studio 2005 Authors: Andrew Parsons, Nick Randolph, Pages: 869, Published: 2006
Deploying .NET Applications: Learning MSBuild and ClickOnce Authors: Sayed Y. Hashimi, Sayed Ibrahim Hashimi, Pages: 258, Published: 2006
Beginning Object-Oriented ASP.NET 2.0 with VB.NET: From Novice to Professional Authors: Brian R. Myers, Pages: 193, Published: 2005
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005
Pro Visual Studio 2005 Team System Application Development: Application Design Authors: Steve Shrimpton, Pages: 768, Published: 2006
Microsoft SQL Server 2005 Programming For Dummies Authors: Andrew Watt, Pages: 416, Published: 2007
Foundations of WF: An Introduction to Windows Workflow Foundation Authors: Brian R. Myers, Pages: 240, Published: 2006
Microsoft Visual C# 2005 Unleashed Authors: Kevin Hoffman, Pages: 692, Published: 2006
Mastering Web Development with Microsoft Visual Studio 2005 Authors: John Paul Mueller, Pages: 822, Published: 2005
Pro ASP.NET 3.5 in C# 2008 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1498, Published: 2007

Web:
VS .NET 2005 Creating 64 bit applications in vs 2005 Creating 64 bit applications in vs 2005. Alex Kourkoumelis posted at 12-May-05 10:52. I've been asked to start planning for our next round of application ...
MSDN Webcast: Creating Customizable Applications Using Visual ... MSDN Webcast: Creating Customizable Applications Using Visual Studio 2005 Tools for ... In this webcast, learn how Microsoft Visual Studio 2005 Tools for ...
Creating X64 windows applications with VS 2005 RC Talk about Creating X64 windows applications with VS 2005 RC.
Developing .Net 1.1 Applications In Visual Studio 2005 - Roadblocks May 18, 2007 ... Net 1.1 Applications In Visual Studio 2005 - Roadblocks ... the pain-staking task of creating toolbox tabs which contain only 1.1 controls. ...
Create Setup Files for your Windows Mobile Applications Using ... Apr 10, 2006 ... Create Setup Files for your Windows Mobile Applications Using Visual Studio 2005 . Learning a simple series of steps in Visual Studio 2005 ...
MSDN Webcast: Creating Professional Looking Windows Forms ... Microsoft Visual Studio 2005 and the Microsoft .NET Framework 2.0 make it easier than ever to create professional looking Windows Forms applications.
Programming with the Microsoft .NET Framework Using Microsoft ... Create applications with Visual Studio 2005. Describe Visual Basic .NET and Visual C# language and syntax features. Use essential object-oriented ...
Create Setup Files for Your Windows Mobile Applications Using ... Create Setup Files for Your Windows Mobile Applications Using Visual Studio 2005 . Source: Jupitermedia. Date: January 2008. Type: White Paper. Rating: (3) ...
Create Setup Files for Your Windows Mobile Applications Using ... MSDN Webcast: Building Mobile Applications With Visual Studio 2005 (Level 200) ... Creating Higher Physician and Patient Satisfaction Using Online Channels ...
Cannot create web applications in Visual Studio 2005 : create ... I have installed Visual Studio 2005 Professional Edition in my laptop. When I want to create a new web application, I do not find the options for the ...

Videos:
Using Microsoft Visual Studio 2005 Team System to Build Enterprise Web App [Web330] This session looks at how Microsoft Visual Studio 2005 Team System takes the productivity of our Express products and extends that to each d...
Simple Installer using Visual Studio 2005 Martin Schray, walks through creating an installer for the Delayed Startup Application using Visual Studio 2005. http://betterthaneveryone.com/archiv...
Data Access in the ASP.NET 2.0 Framework www.mylivelessons.com Stephen Walther, the world's leading ASP.NET authority introduces his new LiveLesson- DVD-ROM hands-on personal video instruct...
Building Master Pages for Windows SharePoint Services 3.0 See Also: http://msdn2.microsoft.com/en-us/library/bb687712.aspx The Visual Studio 2005 extensions for Windows SharePoint Services 3.0 provide new su...
Tesco.com - Software for Agile Business Here is a video for those wanting to understand the computing technologies and programming tools we use at Tesco.com. If you are thinking of a caree...
Programmatically Customizing the 2007 Office Fluent User Int See Also: http://msdn2.microsoft.com/en-us/library/bb335359.aspx The Microsoft 2007 Office Fluent user interface (UI) replaces the current system of ...
Web Testing Integrated With Visual Studio InCisif.net is an automation tool designed to implement client-side functional testing of Web applications under Internet Explorer 6 or 7, using lan...












custom asp.net templates work weird on some workstations

i have a problem in step visual studio 2005

is it possible to disable css style generation?

can't inherit a class!!!

i cannot open a subfolder

why is "find and replace->quick find->bookmark all" so totally broken?

weird problem when i copy text in the ide

web deployment project and database setup

strange ide behaviour

debugging too slow in vs2005

vs2005 sp1 install hanging / slow

mscoresvw.exe

application center test (act) versions

cross over page question?

unmanaged debugging with asp.net 2

rte tag problems

web.config

vs2005 and problems running/debugging asp.net when on network drive.

installing team edition for software developers

error while accessing sql server 2005

what is the best place to place the connection string?

my debugging stops launching ie after a while of programming

application blocks and visual source safe question.

how to create a simple ie toolbar button add-on with c#

sql 2005 ctp question

help with ticket / sched. tasks

firefox instead of ie7

ivsmddesignerservice errors

classdiagram.cd ?

ie security settings used by visual studio

how to get asp.net templates in my vs2005

remote debugging not working since my network password changed

version numbers

language in page directive in vs 2005

how to create a visual studio windows live plug in?

dataset error

master page selection - option missing

java sdk

website in iis, opened in studio weird folder structure...

vs2005 and windows ce

vb6 keyboard scheme

namespace

/// comment block -> documentation generator in vs 2005

password policy in visual studio 2005

stored procedure

build failed, but no errors?

does the port numbers in vs2005 have some significance?

path problem

messagebox button? in .net 2005

vs2k5 licencing question

 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT