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:634371
More Search Options
RSS Available
Matching Posts
Re: Common ISDN API problem
You can check http://capi.codeplex.com/
Posted to
C#
(Forum)
by
Michail2
on 3/1/2009
Re: Cannot deserialize the blob of personalization data associated with the current page
In some situations it is used. And this is the case with some of the error posts here. I can send you a code which will reproduce this. Some info: It is used in the private static object BuildNullableObject ( object value, Type type) { return NullableFromObject . MakeGenericMethod ( new Type [] { type }). Invoke ( null , new object [] { value }); } Which is called from private object DeserializeValue ( SerializerBinaryReader reader) when token is 0x1a. case 0x1a: { Type type = this.DeserializeType
Posted to
Web Parts and Personalization
(Forum)
by
Michail2
on 12/16/2007
Re: Cannot deserialize the blob of personalization data associated with the current page
How I said problem is in static ObjectStateFormatter () { KnownTypes = new Type [] { typeof ( object ), typeof ( int ), typeof ( string ), typeof ( bool ) }; _streams = new Stack (); NullableFromObject = typeof ( Nullable ). GetMethod ( "FromObject" ); } "FromObject" Does not exists so NullableFromObject will be all the times null. Soon Microsoft will release the code and all of us can see this bug.
Posted to
Web Parts and Personalization
(Forum)
by
Michail2
on 12/12/2007
Re: Getting error when trying to use response.contentType to render javascript
You need to change extention of your handler from ScriptLibrary.aspx to let's say ScriptLibrary.axd. You also need to add definition in Web.config for that extention. < httpHandlers > < add verb = " * " path = " ScriptLibrary.axd " type = " ClassLibrary1. ScriptLibrary , ClassLibrary1 " validate = " true " /> </ httpHandlers > Regards Michail
Posted to
Client Side Web Development
(Forum)
by
Michail2
on 12/10/2007
Re: Frames versus Master pages
It is possible. You can divide space with DIVs in masterpage. Then you can put your content place holders inside DIVs to get same look and feel like MSDN site. Off course you need to apply some CSS depending of your taget layout. Regards Michail
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Michail2
on 2/20/2007
Re: The program '[5460] WebDev.WebServer.EXE: Managed' has exited with code 0 (0x0).
Did not help. I am considering returning to XP. Regards Michial
Posted to
Visual Studio 2005
(Forum)
by
Michail2
on 12/19/2006
The program '[5460] WebDev.WebServer.EXE: Managed' has exited with code 0 (0x0).
I have created new web site from New-> Web Site... Run it in Debug and after few seconds "WebDev.WebServer.EXE: Managed' has exited with code 0 (0x0)." I run Vista, IE7 and VS 2005 Team edition for developers. I tried to resinstall studio but same problem accured. If I put option for Start Action to be :Don't open a page. Wait for a request from ..... It works. I found this very strage. Is this some issue on Vista? Regards Michail
Posted to
Visual Studio 2005
(Forum)
by
Michail2
on 12/18/2006
Re: msdn sample Web Parts İs not work.
Sample works, but may be you need to check your SQL 2005 installation. It needs SQL Server because of personalization. By default is created DB with name ASPNETDB.MDF Regards Michail
Posted to
Web Parts and Personalization
(Forum)
by
Michail2
on 11/28/2005
Re: Enumerating Available Themes and Skins
List<string> themeList = new List<string>(); VirtualDirectory themesDirectory = HostingEnvironment.VirtualPathProvider.GetDirectory(HttpRuntime.AppDomainAppVirtualPath + "/App_Themes"); foreach (VirtualDirectory directory in themesDirectory.Directories) { themeList.Add(directory.Name); }
Posted to
Web Parts and Personalization
(Forum)
by
Michail2
on 11/28/2005
Re: Enumerating Available Themes and Skins
List<string> themeList = new List<string>(); VirtualDirectory themesDirectory = HostingEnvironment.VirtualPathProvider.GetDirectory(HttpRuntime.AppDomainAppVirtualPath + "/App_Themes"); foreach (VirtualDirectory directory in themesDirectory.Directories) { themeList.Add(directory.Name); }
Posted to
Web Parts and Personalization
(Forum)
by
Michail2
on 11/28/2005
Page 1 of 2 (15 items) 1
2
Next >
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online