I have create a new website with File-New-Website and copy the project which I created with New-Project-WAP, but when I try to rub it, it gives me the following error with the .dbml file in my App_Code error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30242: 'Partial' is not valid on a method declaration.
Source Error:
Line 30:
Line 31: #Region "Extensibility Method Definitions"
Line 32: Partial Private Sub OnCreated()
Line 33: End Sub
Line 34: Partial Private Sub InsertGroup(instance As [Group])
Source File: C:\Inetpub\wwwroot\Forro\App_Code\ForroDataClss.de signer.
vb Line: 32
I tried to fix it, but have no clue what how. Please help me...