Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreModification to the sourceModification to the source
Previous
 
Next
New Post
2/14/2006 1:53 AM
 

Hi i am new to the development of this module. I just modified the code a bit and my question is what should i use to build the application? Is it possible to use VS C# express to build the app? Is there anything that i should pay special attention to? Cos i don't have the VS2005.

Thanks in advance...

 
New Post
2/14/2006 2:09 AM
 
The Store was built using VS.Net 2003 (framework 1.1).

Best Regards,

Robert J Collins | Co-Founder & President

Netlogic Corporation

 
New Post
2/15/2006 12:13 AM
 
I think you should be able to use VS C# Express. Give it a shot and let us know how it goes.
 
New Post
2/15/2006 1:31 AM
 

I have tried the VC# Express and it's ok for editing and modifying the codes. But how should i build the module with it?

The followings are the errors i get when i built the module from VC# Express:

Error 13 The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\NavigateWrapper.cs 26 18 DotNetNuke.Store.Components
Error 14 The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\NavigateWrapper.cs 27 18 DotNetNuke.Store.Components
Error 15 The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\StoreControlBase.cs 23 18 DotNetNuke.Store.Components
Error 16 The type or namespace name 'PortalModuleBase' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\StoreControlBase.cs 30 34 DotNetNuke.Store.Components
Error 17 The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\RequestFormWrapper.cs 26 18 DotNetNuke.Store.Components
Error 18 The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\RequestFormWrapper.cs 27 18 DotNetNuke.Store.Components
Error 19 The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\SettingsWrapper.cs 28 18 DotNetNuke.Store.Components
Error 20 The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\SettingsWrapper.cs 29 18 DotNetNuke.Store.Components
Error 21 The type or namespace name 'PortalModuleBase' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\StoreControlBase.cs 33 13 DotNetNuke.Store.Components
Error 22 The type or namespace name 'PortalModuleBase' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\StoreControlBase.cs 67 10 DotNetNuke.Store.Components
Error 23 The type or namespace name 'ModuleController' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\SettingsWrapper.cs 45 13 DotNetNuke.Store.Components
Error 24 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found DotNetNuke.Store.Customer
Error 25 The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?) C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\StoreController.cs 23 18 DotNetNuke.Store.Admin
Error 26 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\bin\Debug\DotNetNuke.Modules.Store.Admin.dll' could not be found DotNetNuke.Store.Cart
Error 27 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found DotNetNuke.Store.Cart
Error 28 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\bin\Debug\DotNetNuke.Modules.Store.Customer.dll' could not be found DotNetNuke.Store.Cart
Error 29 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found DotNetNuke.Store.Catalog
Error 30 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\bin\Debug\DotNetNuke.Modules.Store.Cart.dll' could not be found DotNetNuke.Store.Catalog
Error 31 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\bin\Debug\DotNetNuke.Modules.Store.Customer.dll' could not be found DotNetNuke.Store.Customer.SqlDataProvider
Error 32 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Catalog\bin\Debug\DotNetNuke.Modules.Store.Catalog.dll' could not be found DotNetNuke.Store.Catalog.SqlDataProvider
Error 33 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\bin\Debug\DotNetNuke.Modules.Store.Admin.dll' could not be found DotNetNuke.Store.Admin.SqlDataProvider
Error 34 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\bin\Debug\DotNetNuke.Modules.Store.Customer.dll' could not be found DotNetNuke.Store.Cart.PayPalProvider
Error 35 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\bin\Debug\DotNetNuke.Modules.Store.Admin.dll' could not be found DotNetNuke.Store.Cart.PayPalProvider
Error 36 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found DotNetNuke.Store.Cart.PayPalProvider
Error 37 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\bin\Debug\DotNetNuke.Modules.Store.Cart.dll' could not be found DotNetNuke.Store.Cart.PayPalProvider
Error 38 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\bin\Debug\DotNetNuke.Modules.Store.Customer.dll' could not be found DotNetNuke.Store.Cart.AuthorizeNetProvider
Error 39 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\bin\Debug\DotNetNuke.Modules.Store.Admin.dll' could not be found DotNetNuke.Store.Cart.AuthorizeNetProvider
Error 40 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found DotNetNuke.Store.Cart.AuthorizeNetProvider
Error 41 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\bin\Debug\DotNetNuke.Modules.Store.Cart.dll' could not be found DotNetNuke.Store.Cart.AuthorizeNetProvider
Error 42 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\bin\Debug\DotNetNuke.Modules.Store.Cart.dll' could not be found DotNetNuke.Store.Cart.SqlDataProvider
Error 43 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\bin\Debug\DotNetNuke.Modules.Store.Customer.dll' could not be found DotNetNuke.Store.WebControls
Error 44 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\bin\Debug\DotNetNuke.Modules.Store.Admin.dll' could not be found DotNetNuke.Store.WebControls
Error 45 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Catalog\bin\Debug\DotNetNuke.Modules.Store.Catalog.dll' could not be found DotNetNuke.Store.WebControls
Error 46 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found DotNetNuke.Store.WebControls
Error 47 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\bin\Debug\DotNetNuke.Modules.Store.Cart.dll' could not be found DotNetNuke.Store.WebControls
Error 48 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\bin\Debug\DotNetNuke.Modules.Store.Cart.dll' could not be found BuildSupport
Error 49 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\Providers\DataProviders\SqlDataProvider\bin\Debug\DotNetNuke.Modules.Store.Cart.SqlDataProvider.dll' could not be found BuildSupport
Error 50 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\bin\Debug\DotNetNuke.Modules.Store.Customer.dll' could not be found BuildSupport
Error 51 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Customer\Providers\DataProviders\SqlDataProvider\bin\Debug\DotNetNuke.Modules.Store.Customer.SqlDataProvider.dll' could not be found BuildSupport
Error 52 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\bin\Debug\DotNetNuke.Modules.Store.Admin.dll' could not be found BuildSupport
Error 53 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Catalog\bin\Debug\DotNetNuke.Modules.Store.Catalog.dll' could not be found BuildSupport
Error 54 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\Providers\GatewayProviders\AuthorizeNetProvider\bin\DotNetNuke.Modules.Store.Cart.AuthorizeNetProvider.dll' could not be found BuildSupport
Error 55 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Catalog\Providers\DataProviders\SqlDataProvider\bin\Debug\DotNetNuke.Modules.Store.Catalog.SqlDataProvider.dll' could not be found BuildSupport
Error 56 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Components\bin\Debug\DotNetNuke.Modules.Store.Components.dll' could not be found BuildSupport
Error 57 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\bin\Debug\DotNetNuke.Modules.Store.WebControls.dll' could not be found BuildSupport
Error 58 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Cart\Providers\GatewayProviders\PayPalProvider\bin\Debug\DotNetNuke.Modules.Store.Cart.PayPalProvider.dll' could not be found BuildSupport
Error 59 Metadata file 'C:\Documents and Settings\tli11.CCR\Desktop\Working Dir\DNN_Store\Admin\Providers\DataProviders\SqlDataProvider\bin\Debug\DotNetNuke.Modules.Store.Admin.SqlDataProvider.dll' could not be found BuildSupport

Any suggestions?

Thanks in advance


 
New Post
2/15/2006 2:15 AM
 
The Store Module was built using Visual Studio.Net 2003/.Net 1.1 framework not Visual Studio.Net 2005/.Net 2.0 framework.

Best Regards,

Robert J Collins | Co-Founder & President

Netlogic Corporation

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreModification to the sourceModification to the source


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out