whenever i start my silverlight application this exception raises any solution...
hotthoughtguy
Posts
-
Failed to create AppDomain -
window.statuswithout 'return true' its not wokring
-
window.status<html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here
-
is there any mistake in codethanks bro its working now
-
is there any mistake in code<html> <body> <script type="text/javascript"> var date = new Date(); var time = date.getHours(); if (time > 12 ) { document.write("<b>Good Afternoon</b>"); } if (time > 17 && < 24) { document.write("<b>Good Evening</b>"); } else { document.write("<b>Good Morning</b>"); } </script> </body> </html> output is a blank page
-
I want to know that which is better to save a graph either XAML or SQL databse.Graph is map having rooms, house, roads etc.(i.e edges and nodes to find shortest path).
-
spatial databasethank u so much jazak ALLAH
-
spatial databasehi i want to make a GIS application in .net 4.0 can any one provide me the Link of how to create spatial database in SQL 2005 and connecting it with c#
-
how to run database page in IISwell thanks for that link
-
how to run database page in IISaltight.. sorry
-
how to run database page by IISalright...
-
how to run database page by IISsame exception
-
how to run database page by IISi am connecting though SQL Client
-
how to run database page by IIShow to configure user to database i am using SQL Express 2005
-
how to run database page by IISand how to configure user to databse server? i am using SQL Express 2005 my connection string is string connString = @"server = .\sqlexpress; integrated security = true; database = MyDatabase";
-
how to run database page in IISstring connString = @"server = .\sqlexpress; integrated security = true; database = MyDatabase"; hv i to use this string connString = @"server = .\sqlexpress; username = "xyz" ; password = "xyz" ; database = MyDatabase";
-
how to run database page by IISwhen i m accessing database from my Default.aspx page exception raises i:e Cannot open database "MyDatabase" requested by the login. The login failed. Login failed for user '[Computer Name/ASPNET]'. any idea how to solve this?
-
how to run database page in IISwhen i m accessing database from my Default.aspx page exception raises i:e Cannot open database "MyDatabase" requested by the login. The login failed. Login failed for user '[Computer Name/ASPNET]'. any idea how to solve this?
-
deploying asp.net to IIShttp://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx[^] i hv followed this link to deploy asp.net 3.5 application i can view .txt files but i m not able to view aspx and html page, it says The resource cannot be found.
-
deploying asp.nethttp://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx[^] i have followed this link to publish my web but when i am trying to test my application following error occurs on my browser Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 33: during development. Line 34: --> Line 35: <authentication mode="Windows"> Line 36: <forms loginUrl="Default.aspx" /> Line 37: </authentication> Source File: d:\inetpub\wwwroot\myapp\web.config Line: 35