I am currently developing a new website utilizing ASP.NET MVC2. Much of what I want to do with the website (from a front-end standpoint) involves AJAX-y-type tasks.
Two examples:
I want to display forms, and switch between them via a drop-down menu (or through links) without having to go back and hit the server every single time.
I wa...
We recently migrated to VS 2010. We installed .NET 4.0 on our test machine. When we execute a console application that throws an unhandled exception, we no longer see the exception message and stack trace printed to the console but instead see the message
An unhandled win32 exception occurred in something.exe [PID]. Just-In-Time debu...
My class library is compiled against .NET 2.0 and works just fine whenever I try to load it as a plugin under the 2.0 runtime. If however the master application is running the .NET 4.0 runtime, I get an exception as soon as the resources need to be accessed:
Exception occurred during processing of command: Grasshopper
Plug-in = Grasshop...
Continuing a previous question I asked here, I now need to move to vs2010.
I've gotten the most recent weekly build of WiX 3.5, the June 5th 2010 version.
Here's the relevant lines from my installer:
<ItemGroup>
<BootstrapperFile Include="Microsoft.Net.Framework.4.0">
<ProductName>.NET Framework 4.0</ProductNam...
Is it still feasible to use the Current Multi-Touch frameworks .. Breeze, Multi-Touch Vista .. etc. While Native support for multi-touch in Windows 7 + .NET 4.0 and WPF ?
What are the advantages of using the mentioned frameworks over Windows 7 .Net 4.0 Transformation, Scale, Rotate Mechanisms ?
...
The following code doesn't compile (error CS0123: No overload for 'System.Convert.ToString(object)' matches delegate 'System.Converter<T,string>'):
class A<T> {
void Method(T obj) {
Converter<T, string> toString = Convert.ToString;
// this doesn't work either (on .NET 4):
Converter<object, string> toString2 ...
Hi,
Did you anyone used NHibernate with .NET 4.0 framework?
Thanks
SDS
...
Hi All!
While working on ASP.NET MVC 2 web site I faced to the following problem. I need to render speacial script on site's master page for Google analytics when building solution for production, but for debug and test builds this script should not be rendered. I've tried to find a way to make it automatically, but was not succeded in ...
I have ran into an issue with my SQL instance store attached to a WorkflowApplication that is running. When I exit my application I'm calling an Unload() on the WF app to persist it. I didn't think about it during design time, but it does makes sense, it's persisting an arg that was passed in to the WorkflowApplication constructor when i...
I am maintaining a .net 3.5sp1 website. I'd like to upgrade a part of the site to 4.0 so I can start converting to SilverLight 4.0 & RIA services.
Can I create a subdomain of my main site, and have the subdomain be running 4.0 while the main website runs 3.5?
...
I am trying to read the 64-bit HKLM\SOFTWARE registry key from a 32-bit (C#) application. This, of course, keeps redirecting my view to HKLM\SOFTWARE\Wow6432Node.
According to what I've found this is doable, but I can't seem to find a .NET example anywhere. I just need to read; not write. Anyone ran across this before?
...
I have two projects : Menu and Module and they are both in the same namespace foobar.
I am currently referencing the module project from the Menu project to open up certain controls on a tab control in my menu. However I need to launch a new control from one of my controls which is located in the Module project.
When I try referencing ...
My team is upgrading from ASP.NET 3.5 to ASP.NET 4.0. We are currently using Helicon ISAPI Rewrite to map http://localhost/<account-name>/default.aspx to http://localhost/<virtual-directory>/default.aspx?AccountName=<account-name> where <account-name> is a query string variable and <virtual-directory> is a virtual direc...
I'm currently looking into expanding a project to include the syncing of notes and tasks from a web application with exchange/Outlook.
Though at the moment, this is only an idea.
Unfortunately for me, it's the first time I've considered doing any form of Exchange integration at all from any application.
So I'm wondering, is what I've ...
Is there any tutorial on connecting .NET 4 Pipeline with Pipeline from some C\C++ programm?
For example how to get data from VLC Pipeline output ...
I mean VLC docs say that there command line args can eat name of pipe like
YUV video output
--yuv-file=<string>
How to give such name to pipe created in your .Net programm so to be...
How to create NAMED-PIPE in .NET-4 in your C# application?
...
As said in the title the function page_prerendercomplete gets hit many times and I don't know why this may be.
Im running a large vb.net 4.0 web solution which uses ajax.
Just loading up a certain pages means it gets hit 3 times.
Also when hovering over a button which does a ajax called (using a update panel) it also gets hit once.
Ca...
I am looking into using either of mentioned ways of dealing with long running operations.
I won't be going into details what can be accomplished using each of these, but I'd rather explain what I want to do.
I have a set of HTTP-related methods, each retrieving a few pieces of information. This is all part of bigger system inside of a ...
I'm getting a weird EF4 "Entity Framework v4" error when I do a select on the context.
There I get is:
Schema specified is not valid. Errors:
The relationship 'AnalyzerConfigurationModel.FK_AnalyzerMetadataParameters_AnalyzerMetadata' was not loaded because the type 'AnalyzerConfigurationModel.AnalyzerMetadataParameter' is not availab...
Is there a way to set /framework:net-4.0 in nunit-console.exe.config like in GUI? Or any other way to run NUnit tests with MSBuild Community Tasks?
...