Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:687231
More Search Options
RSS Available
Matching Posts
Re: PopupControlExtender - this._postbackSettings.async is null or not an object
Just as extra information for anyone trying to solve this. I'm using a ModalPopUpExtender on my page. It was throwing this error. I finally figured out that what was causing it was the requiredfield and.or the range validators I had in one of my embeded controls. I moved the validation, but I thought if there was an engineer out there tring to solve this then this might help them. Peter
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
panania
on 9/12/2008
Re: Preprocessor directives must appear as the first non-whitespace character on a line
Oh that! That's a bit more complicated. There's more than one way to do it, but here's how I handle it. (Using C#) First you need a method in your code behind, like this... private void register_js_refuse_approval() { //add javascript for validation Type cstype = this .GetType(); ClientScriptManager cs = Page.ClientScript; String csname1 = "js_refuse_approval" ; String cstext1 = "\n<script type=\"text/javascript\">\n" ; cstext1 = cstext1 + "function
Posted to
Data Presentation Controls
(Forum)
by
panania
on 8/20/2008
Re: webresource.axd, webform_postbackoptions is undefined, webforms.js, validation controls cause error in migrated app
We were, but we had problems with response time so we broke them up. (There were 2 servers.) But this is happening on the local machine, running in the localhost. Does this still apply? Peter
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
panania
on 11/14/2006
Re: webresource.axd, webform_postbackoptions is undefined, webforms.js, validation controls cause error in migrated app
I removed the statis post back position references in the controls and excluded the dll from my solution. The issue still remains. The only dlls I have left are the Microsoft Application Blocks dlls and dlls from each of the projects included in the solution. Nothing 3rd Party. Is there something else that could cause this? I spoke to one of the developers at the consulting company who provided the solutiuon. It turns out that when they converted the solution to VS 2005 they experienced the same
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
panania
on 11/13/2006
Re: webresource.axd, webform_postbackoptions is undefined, webforms.js, validation controls cause error in migrated app
Still 500. I have removed all 3rd party dll's except StaicPostBackPosition (by Josh Lovell) I emailed him last week and he assures me that nothing in his dll could cause that, but it's the last 3rd party dll in the app. I'll try removing that and see what happens. I'll get back to you on Monday Thanks so far! Peter
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
panania
on 11/10/2006
Re: webresource.axd, webform_postbackoptions is undefined, webforms.js, validation controls cause error in migrated app
Hey Mike, Thanks for helping me out on this. I did know about the mappings and both the aspx and axd extension are mapped to the correct isapi.dll (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll) Sorry about the missing image. I thought it was posted. Here it is again, but just in case. The text of the webresource.axd request is red and the entry is preceded by a red warning sign with a white exclamation point in it. Thanks, Peter
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
panania
on 11/8/2006
Re: No Compile tab - Warnings as errors
Hey Dan, That's the issue exactly. There is no compile tab; on any of the projects in the solution. I've migrated an app from VS 2003 to VS 2005 before, but it only had one project in it. In that solution there was a compile tab. In this soltuion there are several projects. If I right click on each project and select properties, the compile tab is missing. If I right click on the solution and select properites I get an entirely different dialog box. (And nowhere on that is there an area to set the
Posted to
Migrating from Visual Studio .NET 2003 to Visual Studio 2005
(Forum)
by
panania
on 11/8/2006
No Compile tab - Warnings as errors
Guys, I migrated an app from 2003 to 2005. It's comprised of several projects and it's a web app. The warnings are being reported as errors, so I can't complete my build. I know I should be able to go to the compile tab of the project and turn this off, but as I said there are several projects. I thought at first, Ok, I'll just turn it off in each project but 'Whoa! No compile tab? What gives?' Anyone know why I havn't any compile tabs? Better yet, can anyone tell me how to turn off warnings as errors
Posted to
Migrating from Visual Studio .NET 2003 to Visual Studio 2005
(Forum)
by
panania
on 11/6/2006
Re: webresource.axd, webform_postbackoptions is undefined, webforms.js, validation controls cause error in migrated app
Sorry, I haven't experience with this tool, but if it says what I think it says then my webresource.axd is not being served my correctly. Am I correct? (Please see screen shot below) (red warning sign precedes webresource.axd entry)
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
panania
on 11/6/2006
No Compie Tab - Warnings as Errors
Guys, I've migrated an app my company had outsourced. It migrated successfully. The app is a solution comprised of 4 projects. But when I go to build it all of the warnings appear as errors, so no compile. Ok, so all I should have to do is to change the option in the compile tab, but... There is no compile tab. I've tried each of the 4 projects none have a compile tab. Suggestions? Help! Thanks in advance, Peter
Posted to
VS 2005 Web Application Projects
(Forum)
by
panania
on 11/6/2006
Page 1 of 2 (16 items) 1
2
Next >
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online