Showing related tags and posts accross the entire site.
-
Hi, I am a newbie to netTiers and am deploying a website for the first time using it. Everything works fine in my local environment but when I publish to my hosting site I am getting the following error: "Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography...
-
After generating a project based on a db, I go into <namespace>.Windows.Forms project, and into the UI folder which contains 2 controls for each entity in my db. So, If I open a control, say: CompanyGridView, The designer produces the following error: The designer must create an instance of type...
-
Did you ever get a solution to this as I'm experiancing the same problem going from v2.0.1 to 2.2 protected void GridView_SelectedIndexChanged( object sender, EventArgs e) { string urlParams = string .Format( "Pk={0}" , GridView1.SelectedDataKey.Values[0]); throwing a exception... at _YBC_Syndicator_Sections...
-
I am having a problem connecting from a web server to a SQL 2005 database. When my connection string includes 'Integrated security=SSPI;' , I recive the following error - Cannot open database "*******" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. I am...
Posted to
.netTiers - General Support
(Forum)
by
pickledboodah
on
03-08-2007
Filed under: .netTiers, ConnectionString, .netTiers Search, .netTiers Google Search, Error, Nettiers, error help underscore parameter stored procedure nettier, .net 2.0
-
I must be delirious, but why would I need SELECT permission on a table in my database when a ServiceLayer GetPaged method is called? The user for the database that I am using is permitted EXEC permission on the generated GetPaged stored procedure, but I'm still getting the error <Message>SELECT...