CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 8/6/2004 7:24:49 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 14 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
debola
Asp.Net User
DNN Source Codes8/6/2004 7:24:49 AM

0/0

Hi Guys,

I recently setup DNN 2.1.2 on my XP pro laptop running VS .NET and Framework 1.1. I noticed that each time i click on the .sln or .vbproj, i get a message that the application was developed using a new version of .net. What can I do?

I am new to DOTNET and would like to use the source codes to learn it. I would also apreciate it if anyone can send me 2 versions of DNN < 2.

Regards

Debola
cjsmitty
Asp.Net User
Re: DNN Source Codes8/6/2004 10:56:28 AM

0/0

Debola,

There is a tool available to switch the format from VS 2003 to VS 2002. Geert has made it available here.

Hope this helps you out...
~Chris

Net Data Design
706Horsman.us
debola
Asp.Net User
Re: DNN Source Codes8/10/2004 3:01:02 PM

0/0

Chris,

Thanks for the reply. The converter worked although
I ended up with a bug list that I need to resolve.

I don't know what I did but I now get this error
each time I call the site from my browser


Cannot execute a program. The command being executed was "c:\windows\microsoft.net\framework\v1.1.4322\vbc.exe" @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\whiznet\e4c16aa2\5be50154\fay0rbwh.cmdline".
Description: An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.VisualBasic.VBCodeProvider'. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.ExternalException: Cannot execute a program. The command being executed was "c:\windows\microsoft.net\framework\v1.1.4322\vbc.exe" @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\whiznet\e4c16aa2\5be50154\fay0rbwh.cmdline".

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ExternalException (0x5): Cannot execute a program. The command being executed was "c:\windows\microsoft.net\framework\v1.1.4322\vbc.exe" @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\whiznet\e4c16aa2\5be50154\fay0rbwh.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +2050
System.CodeDom.Compiler.Executor.ExecWaitWithCapture(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +260
System.CodeDom.Compiler.CodeCompiler.Compile(CompilerParameters options, String compilerDirectory, String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs) +383
System.CodeDom.Compiler.CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames) +548
System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) +428
System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledType() +227




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573


Can you help me decode this error?

Also, can I get an older version of dotnetnuke (like 1.0.10)?

Regards

Debola
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
Beginning DotNetNuke Skinning and Design: Skinning and Desing Authors: Andrew Hay, Nina Meiers, Shaun Walker, Pages: 432, Published: 2007
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
Software technology Authors: Bruce D. Shriver, Pages: 877, Published: 1991
C++ how to Program: How to Program Authors: Paul J. Deitel, Pages: 1429, Published: 2008
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Simply Visual Basic 2008 Authors: P. J. Deitel, Deitel & Associates ,Inc. Staff, G J Ayer, Pages: 896, Published: 2008
Visual Basic 2008 How to Program Authors: P. J. Deitel, Deitel & Associates, Deitel and Associates Inc. Staff, & Assoc Deitel, (Harvey & Paul) Deitel & Associates Inc, Pages: 1415, Published: 2008

Web:
DotNetNuke / DNN - Home Open Source – DotNetNuke is provided for free, with full source code, licensed under a standard BSD open source license agreement. It allows individuals to ...
DotNetNuke > Products > Development > Forge > Module - Reports ... Although DNN is open source, the source code of UDT 3.3.0 is neiter included with DNN source package nor available for separate download. ...
DotNetNuke Architecture - Digging Into the DNN Source Code Apr 3, 2005 ... Since I had DNN on my test PC, I decided to view the source code to see how it was architected. I was pleasantly pleased at how well ...
C# version of DotNetNuke source code - Agung Riyadi C# version of DotNetNuke source code. If you like to use DotNetNuke in C# version, there is a repository available. You can see C# version of DotNetNuke ...
How to install DotNetNuke v4.5 Source Code to Windows XP ... How to install the DotNetNuke 4.5 Source code to windows XP professional using Visual Studio 2005, SQL Server, IIS, ASP.NET 2.0.
DNN Source Code modification > DotNetNuke Forum, DNN Creative ... I want to modify IFrame so it only takes the first summary part of a government page I'm trying to display. (The IFrame no scroll property ...
DotNetNuke Marketplace - EasyHelp Support Tickets / Helpdesk ... EasyHelp requires dotnetnuke 4.5.2 version or higher using Microsoft SQL Server 2005 and 2000. The standard version for EasyHelp (with NO source code) is ...
User Directory Module for DotNetNuke - Source Code User Directory Module for DotNetNuke ... Source Control Clients. Project Name: userdirectory ... Source control client connection instructions ...
CodeProject: DotNetNuke Module Packager. Free source code and ... This article describes the DotNetNuke Module Packager application and source code. The application enables the user to generate DotNetNuke private ...
DotNetNuke Architecture - Digging Into the DNN Source Code - help.net Apr 4, 2005 ... DotNetNuke Architecture - Digging Into the DNN Source Code. If you like to understand more about DNN architecture before INDA's Tuesday ...

Videos:
What is Dotnetnuke? Learn about the open source web application built on the DotNet Framework called "Dotnetnuke" Build websites with no prior programming knowledge or g...
DotNetNuke Development - Lesson 1 DotNetNuke is an open source web application framework ideal for creating, deploying and managing interactive web, intranet and extranet sites.
Dotnetnuke | DNN Tutorial - training for Dot Net Nuke Part of a series of 70+ videos on how to use dotnetnuke, the popular open source content management system. You may subscribe to 70+ videos at: http...
DotNetNuke Overview DotNetNuke is an open source web application framework ideal for creating, deploying and managing interactive web, intranet and extranet sites.
DNN Training Tutorials - HTML Editor Tips for DotNetNuke Part of a series of 70+ videos on how to use dotnetnuke, the popular open source content management system. You may subscribe to 70+ videos at: http...
DotNetNuke Development - Lesson 2 DotNetNuke is an open source web application framework ideal for creating, deploying and managing interactive web, intranet and extranet sites.
DotNetNuke Development - Lesson 3 DotNetNuke is an open source web application framework ideal for creating, deploying and managing interactive web, intranet and extranet sites.
Dotnetnuke | DNN Tutorial - Recovering Deleted Pages Part of a series of 70+ videos on how to use dotnetnuke, the popular open source content management system.
How to tell what version of Dotnetnuke you have? This quick video will show you how to login to your DNN website and check what version you are running.
Installing DotNetNuke This video (in portuguese) teaches how to install DotNetNuke, a free, open-source content management system.




Search This Site:










configurator error on installation

webpart customization

how can i get the windows logged in users email?

error when install dnn

is it possible to know the generated key (vb.net)?

how to set a field to null

which languages to get started?

third level in discussion module?

vb.net and dotnetnuke 3.0 (problem with tutorial)

variable 'cmddg' hides a variable in an enclosing block.

help with class library project

multiple dropdownlists

set the displaymonth of the calendar control

activedirectorymembershipprovider, not instantiated?

query on enum

photo gallery module

runtime error when accessing sql server from asp.net apps

survey is acting funny in dnn 2.0.3

smtpclient: error sending an email

theme general

custom membershipuser sample in vb.net

looking for best-practices articles

code folder contents

treeview child node (hyperlink color)

doubts.

how setup file permisions

where is the user information stored once a new user is registered?

master pages with custom controls

please help, viewstate problem in control

text/html module & flash

 
All Times Are GMT