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:653835
More Search Options
RSS Available
Matching Posts
Re: vs2008 stalls on open xml based file
Can you give an example of an XML file? Visual Studio will attempt to download an outside DTD or XSD in an XML file to help validate it.
Posted to
Installation and Setup
(Forum)
by
vcsjones
on 11/26/2009
Re: HostingEnvironment.MapPath error
This is likely due to the fact you aren't running in a full trust context. It's a hard issue to debug. Are you running on a shared hosting environment? Ultimately what is happening is inside of the MapPath call it will call FileIOPermission(FileIOPermissionAccess.PathDiscovery, yourPath).Demand(). This MSDN article explains what PathDiscovery is http://msdn.microsoft.com/en-us/library/system.security.permissions.fileiopermissionaccess.aspx In a medium trust environment, you might not had
Posted to
Security
(Forum)
by
vcsjones
on 11/26/2009
Re: LINQ to SQL Debug Visualizer's magnifying glass icon missing
Did you download and install the required add in as mentioned by Scott?
Posted to
Getting Started
(Forum)
by
vcsjones
on 10/16/2009
Re: New Application Pool on IIS 7 problems
This means that the identity that the Application Pool is running under does not have permission to read the web.config file.
Posted to
Web Hosting with IIS and ASP.NET
(Forum)
by
vcsjones
on 10/16/2009
Re: Visual Studio 2008 - Need Help w/Serial Communications Issue
Actually, thinking about it, WriteLine will automatically append a \r\n after the text. Are you sure there is no carriage return?
Posted to
Visual Studio 2008
(Forum)
by
vcsjones
on 10/5/2009
Re: Override ?? Operator
Put simply? No.
Posted to
C#
(Forum)
by
vcsjones
on 10/5/2009
Re: Where is the documentation?
$find is actually part of the AJAX Framework, not the control toolkit, which would put it on MSDN. The "root" of the AJAX documentation is here: http://msdn.microsoft.com/en-us/library/bb397536.aspx As an example, to get to "$find", click "Global Namespace", and $find is the 3rd item from the bottom in the tables.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
vcsjones
on 10/5/2009
Re: Forms Authentication Cookie Decrypt
FormsAuthentication.Decrypt takes the actual value of the cookie, not the name of it. You can get the cookie value like HttpContext.Current.Request.Cookies[FormsAuthentication.FormsCookieName].Value; and decrypt that.
Posted to
Security
(Forum)
by
vcsjones
on 10/5/2009
Re: beep sound on client's PC?
You could probably get by with just using plain javascript to play a WAV file. For example, see: http://www.phon.ucl.ac.uk/home/mark/audio/play.htm
Posted to
Client Side Web Development
(Forum)
by
vcsjones
on 10/5/2009
Re: Visual Studio 2008 - Need Help w/Serial Communications Issue
Give SerialPort1.Open() SerialPort1.WriteLine(TextBox1.Text + "\n") a try.
Posted to
Visual Studio 2008
(Forum)
by
vcsjones
on 10/5/2009
Page 1 of 381 (3807 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online