Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 05, 2013 03:05 AM by alch3mist291
0 Points
32 Posts
Jan 11, 2013 02:24 PM|LINK
I am intended to implement 3-Tire architecture in the new application.
For that I have added a new project “Lamda.Data” (Class library) in the main solution and referring this project (dll) in the presentation layer.
While executing the application getting the below error message,
Can anyone please suggest me how to solve this, when I place it in the server.
It is working fine in my local Visual studio.
Thanks in advance
Member
612 Points
149 Posts
Jan 11, 2013 02:54 PM|LINK
Some issues I noticed:
Your business layer calls your data access layer.
Your Presentation layer calls your business layer
You put the projects in solution folders, so make sure you are adding the correct project references.
Jan 11, 2013 05:14 PM|LINK
Can you please let me know how I can add the refrence in My server to prevent the error displayed in the screenshot.
Thanks
Jan 11, 2013 06:45 PM|LINK
http://msdn.microsoft.com/en-us/library/wkze6zky(v=vs.80).aspx
Jan 16, 2013 05:00 AM|LINK
Its working fine in my local VS but when I place it in server, it is throwing an error.
Pls advice
Participant
1089 Points
261 Posts
Jan 16, 2013 05:09 AM|LINK
1.Make it sure u carried all the files including bin to the server.
2. try to make a build at server if any refernce or anything missing u can cautch the error then :)
Hpy coding
Jan 16, 2013 05:45 AM|LINK
arunoyour try to make a build at server if any refernce or anything missing u can cautch the error then
How can I build the project in server. Can you please tell me the steps. ?
Jan 16, 2013 05:50 AM|LINK
open VS and biuld if u dont have an access
fellow the below link it can help u by using thrid paty
http://stackoverflow.com/questions/1966120/how-do-i-set-up-an-asp-net-build-server
Feb 05, 2013 03:05 AM|LINK
Hi All,
I am still not able to build the solution in server. :(
I am using Bigrock.in server for asp.net.
The site is working fine in my local system, when I move it to server, I am getting the error.
Can anyone solve this.
1) Which all files should I move to the server ?
2) If I build the site in local, will that be enough for a multi tier app.
alch3mist291
0 Points
32 Posts
Need help in implementing 3 Tier Architecture.
Jan 11, 2013 02:24 PM|LINK
I am intended to implement 3-Tire architecture in the new application.
For that I have added a new project “Lamda.Data” (Class library) in the main solution and referring this project (dll) in the presentation layer.
While executing the application getting the below error message,
Can anyone please suggest me how to solve this, when I place it in the server.
It is working fine in my local Visual studio.
Thanks in advance
Specs
Member
612 Points
149 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 11, 2013 02:54 PM|LINK
Some issues I noticed:
Your business layer calls your data access layer.
Your Presentation layer calls your business layer
You put the projects in solution folders, so make sure you are adding the correct project references.
alch3mist291
0 Points
32 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 11, 2013 05:14 PM|LINK
Can you please let me know how I can add the refrence in My server to prevent the error displayed in the screenshot.
Thanks
Specs
Member
612 Points
149 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 11, 2013 06:45 PM|LINK
http://msdn.microsoft.com/en-us/library/wkze6zky(v=vs.80).aspx
alch3mist291
0 Points
32 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 16, 2013 05:00 AM|LINK
Its working fine in my local VS but when I place it in server, it is throwing an error.
Pls advice
arunoyour
Participant
1089 Points
261 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 16, 2013 05:09 AM|LINK
1.Make it sure u carried all the files including bin to the server.
2. try to make a build at server if any refernce or anything missing u can cautch the error then :)
Hpy coding
Visit :: www.simplyasp.blogspot.com
Stay tune...Keep alive
alch3mist291
0 Points
32 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 16, 2013 05:45 AM|LINK
How can I build the project in server. Can you please tell me the steps. ?
arunoyour
Participant
1089 Points
261 Posts
Re: Need help in implementing 3 Tier Architecture.
Jan 16, 2013 05:50 AM|LINK
open VS and biuld if u dont have an access
fellow the below link it can help u by using thrid paty
http://stackoverflow.com/questions/1966120/how-do-i-set-up-an-asp-net-build-server
Visit :: www.simplyasp.blogspot.com
Stay tune...Keep alive
alch3mist291
0 Points
32 Posts
Re: Need help in implementing 3 Tier Architecture.
Feb 05, 2013 03:05 AM|LINK
Hi All,
I am still not able to build the solution in server. :(
I am using Bigrock.in server for asp.net.
The site is working fine in my local system, when I move it to server, I am getting the error.
Can anyone solve this.
1) Which all files should I move to the server ?
2) If I build the site in local, will that be enough for a multi tier app.