www.fgks.org   »   [go: up one dir, main page]

  Welcome  |  Sign In     | 
Browse by tags (View all tags in a list)      
Click on tag below to narrow by tag:  
Results (20 total)
I was also receiving this message. This would happen while attempting to save an ASP.NET website in Visual Studio 2005.After working at it, I figured out that one of my anchor tags on a master page was missing it's closing bracket.. I received this message any time I attempted to save a file that referenced this master page. I corrected the tag (it was missing the closing ">") and I no long
Last modified by KevinJD on 10/19/2007 3:01:39 AM
Tags:  error  studio  visual
Max Open Cursors (OracleCommand.Prepare Method (System.Data.OracleClient))
Using the OracleCommand.PrePare command in an loop even though disposing all objects this created an "MAX OPEN CURSORS" exception being thrown. After removing the call to the Prepare method the loop went fine. We are using: Oracle 10.x database. .NET Framework 2.0
Last modified by puttewu on 10/18/2007 12:32:29 PM
Tags:  .net  2.0  cursors  error  framework  open
Problem with sample C# code (NetworkCredential Class (System.Net))
This sample code doesn't work. Reference msdn forum at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1363465&SiteID=1
Last modified by Dave_mnak on 9/28/2007 4:11:50 PM
Tags:  bug  error
The requested workflow task content type was not found on the SPWeb (SPWorkflowManager.StartWorkflow Method (SPListItem, SPWorkflowAssociation, String) (Microsoft.SharePoint.Workflow))
If you get an ArgumentException saying "The requested workflow task content type was not found on the SPWeb" check your TaskListContentTypeId on workflow.xml. It's safe to remove this attribute from Workflow Element.
Last modified by JorgeRocha on 9/20/2007 6:00:37 PM
Documentation Error: ignored when debug=true, not false (HttpServerUtility.ScriptTimeout Property (System.Web))
The documentation says: If you set the debug attribute of the compilation Element (ASP.NET Settings Schema) to false in the Web.config file, the ScriptTimeout value will be ignored.I believe it should say:If you set the debug attribute of the compilation Element (ASP.NET Settings Schema) to true in the Web.config file, the ScriptTimeout value will be ignored.
Last modified by b.schwehn on 9/18/2007 5:25:56 PM
Tags:  contentbug  error
Adding this text so that this page will come up if you search for MC6022 on the web. Thanks to the forum discussion on this from here.
Last modified by Rob Relyea on 9/5/2007 11:46:38 PM
Tags:  compile  error  xaml
documentation error (ArcSegment Class)
last figure's sweepdireciton should be counterclosewise
Last modified by KyawTun on 9/4/2007 10:40:16 AM
Tags:  contentbug  error
I've got some compile errors here. C:\Documents and Settings\My\Desktop\Client\Client.cpp(23) : error C2079: 'hints' uses undefined struct 'addrinfo'C:\Documents and Settings\My\Desktop\Client\Client.cpp(26) : error C2228: left of '.ai_family' must have class/struct/union typeC:\Documents and Settings\My\Desktop\Client\Client.cpp(27) : error C2228: left of '.ai_socktype' must have class/struct/un
Last modified by Jonathanz on 9/1/2007 6:36:21 AM
Tags:  c2079  error
Wrong Naming Convention for public property??? (DataRowView.Item Property (Int32) (System.Data))
"ndx" for an public property name???
Last modified by rudimenter on 8/31/2007 10:10:30 AM
Possible causes of your trouble:1. Make sure to bind your Repeater, DataGrid or DataList control only on "Not Page.IsPostBack".Like this. If Not Page.IsPostBack Then ... Repeater1.DataBind() End If2. Make sure that there are NO "Page.DataBind()" or other DataBind calls that could be embeded in your controls/MasterPage etc.If the page is re-databound at the wro
Last modified by Mazrick on 8/30/2007 8:32:55 PM
Page view tracker
DCSIMG