1
vote
1answer
11 views
Is there a workaround to IE7’s user agent being defaulted after installing .Net Framework 3.5 SP1?
I have verified that after installing the .Net Framework 3.5 SP1, when the User Agent string exceeds a certain number of characters, the user agent is defaulted to 'userAgent strin …
0
votes
1answer
40 views
AutoResetEvent, ManualResetEvent vs Monitor
Lets say i have to orchestrate a synchronization algorithm in .net 3.5 SP1 and any of the synchronization primitives listed in the title fit perfectly for the task.
From a perform …
0
votes
2answers
48 views
.Net 3.5 sp1 unable to start debugging on web server.
Hi,
When trying to debug my web application, I'm getting an "unable to start debugging on the web server" error then with html displayed right after in the same pop up. All the in …
1
vote
1answer
32 views
Implement a “Remember me” CheckBox in windows application?
Hello I am creating a Windows application (WPF) that is going to be running in few stations accessing 1 database.
I already implemented a login form with a login system thru My.Us …
0
votes
1answer
33 views
Is there a way to set System.Windows.Controls.SplashScreen to a System.Windows.Window
Hello folks!
I was wondering if I can set the splash screen to a programmatic SplashScreen instead of having to do it thru an image.
Any ideas?
Best regards
0
votes
6answers
1k views
ASP.NET MVC and .NET 3.5 SP1 on Windows Server 2003 and IIS
I am writing a website for a client who says their servers run the following: "Windows 2003 with the latest IIS". What do I need to do to get them ready for hosting my ASP.NET MVC …
0
votes
3answers
205 views
WPF window goes black
Sometimes when i open a particular context menu on a button and then press another button the whole window goes black except for a rectangle.
When i minimize and maximize or move t …
1
vote
1answer
69 views
Globalization of Membership exceptions isn’t taking place… What to do?
I'm using the SqlMembershipProvider to carry out my ASP.NET website's user management. In particular, the site needs to be multi-lingual (globalized!).
When I create users using M …
2
votes
1answer
61 views
ClickOnce, Skip asking for update (or fail lauch if skip is selected)
I update my ClickOnce app and then when the user runs they are asked if they want to install the new version:
I am working in a highly controlled environment. When an update is …
2
votes
6answers
3k views
Is there a way to extract .NET 2.0 from the .NET 3.5?
.NET Framework 3.5 SP1 installs the .NET Framework 2.0 SP2 and the .NET Framework 3.0 SP2 behind the scenes. These installation packages (especially .NET Framework 2.0 SP2) are not …
0
votes
1answer
333 views
Unable to Install .Net Framework 3.5 SP1 on Windows 7 Ultimate [closed]
Hi Guys,
Trying Windows 7, I am Unable to Install .Net Framework 3.5 SP1 on Windows 7 Ultimate..
First I downloaded the bootstrap version then the full version but nothing happen …
0
votes
1answer
59 views
Set System.Windows.Controls.WebBrowser’s content to a static HTML literal?
Hello!
I want to set up inline content of a WPF WebBrowser control:
<WebBrowser>
<html>
<body><b>Inline content.</b></body>
&l …
1
vote
3answers
76 views
.NET3.5 SP1 patch
Hi All,
Is the .NET3.5 SP1 patch cummulative? Means if I roll out .NET3.5 SP1, will it include or support .NET1.1 and 2.0 as well, or do I have to release all three versions in a …
2
votes
1answer
70 views
I need to implement a window application and validate users against a SQL DB.
Is there a way I could use custom membership provider without need to create an asp service for it?
I prefer validating the users right from within the application exe itself again …
6
votes
7answers
2k views
Setting a form’s action in .net 3.5 SP1 causes errors when compiled
I have recently installed .net 3.5 SP1. When I deployed a compiled web site that contained a form with its action set:
<form id="theForm" runat="server" action="post.aspx"> …
