yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

Error running Windows-based application #282

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please help....

What steps will reproduce the problem?
1. Using Nettiers to generate against Northwind database. C# solution 
created.

2. Add VB.NET project
3. Add a form with the following code

     Imports NorthWind.DataAccessLayer
     Imports NorthWind.Business

     Public Class Form1

    Private Sub Form1_Load(ByVal sender As Object, ByVal e As 
    System.EventArgs) Handles Me.Load
        Dim mCustomer As Customers = 
               DataRepository.CustomersProvider.GetByCustomerId("CHOPS")
    End Sub

4.  Add references to  NorthWind.DataAccessLayer & NorthWind.Business   
5.  Add App.config (see attached file)

What is the expected output? What do you see instead?
Expected Output: Exectue method 
     DataRepository.CustomersProvider.GetByCustomerId("CHOPS")

Actual Result:   DataRepository make reference to WEB ???? (see attached 
error)

What version of .netTiers and CodeSmith are you using?
CodeSmith: 5.0.5
.NetTiers: Bundled with CodeSmith

Please use labels and text to provide additional information.

Original issue reported on code.google.com by DAVID.NG...@PSC-CFP.GC.CA on 23 Feb 2010 at 8:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 25 Feb 2010 at 3:11