No announcements
Found 2996287 threads
-
0 Votes
How is the experimental Create(iterator) redundant with .NET 4.5?
Perhaps the best approach is to specify the delegate explicitly or create a real method.Answered | 6 Replies | 6852 Views | Created by Dave Sexton - Tuesday, August 21, 2012 8:26 AM | Last reply by Dave Sexton - Saturday, July 6, 2013 6:42 PM -
0 Votes
How create a virtual ListView for metro style app on .Net Framework 4.5
What I use: Visual Studio 2011, C#, .Net Framework 4.5, Metro App Project What I have: ListView and Collection(300 000 items - size is fixed).Answered | 1 Replies | 3616 Views | Created by MasterFlo - Wednesday, March 21, 2012 3:40 PM | Last reply by Rob Caplan [MSFT] - Thursday, March 22, 2012 3:19 AM -
1 Votes
create VSpackage in vs2012 ( .net 4.5 ) targeting vs2008
I have not used any of the .net 4 or 4.5 features in my control but as I need to have a package for installation, I have problem in vs2012.Answered | 2 Replies | 2543 Views | Created by albert19 - Tuesday, July 2, 2013 1:02 AM | Last reply by albert19 - Thursday, July 4, 2013 10:07 PM -
0 Votes
.NET Framework 4.5
If your application will run on the server, the server must have the same .NET Framework version you targeted when you developed it.Answered | 1 Replies | 1101 Views | Created by Kannan Sakkarai - Monday, February 1, 2016 5:46 AM | Last reply by pvdg42 - Monday, February 1, 2016 4:59 PM -
0 Votes
New features of .NET 4.5
There is no such technology revolution in .net 4.5 like it was on 3.0/3.5 (WCF, WWF/WPF/Silverlight).Answered | 1 Replies | 3851 Views | Created by Anil Kumar Devarapalem - Friday, October 12, 2012 8:34 AM | Last reply by Lingaraj Mishra - Friday, October 12, 2012 11:50 AM -
0 Votes
.Net Version 4.5 and 4.0
.NET 4.5 is an in-place update to .NET 4.0.Answered | 1 Replies | 1121 Views | Created by towitt - Tuesday, June 23, 2015 2:18 PM | Last reply by pvdg42 - Tuesday, June 23, 2015 8:24 PM -
1 Votes
.Net 4.0 -> 4.5 and app.config
If you want to target .NET 4.5, you should change the target framework for your application by right-clicking the project in the Solution Explorer in Visual Studio and select the new ...Answered | 2 Replies | 7889 Views | Created by h_schmieder - Friday, July 25, 2014 2:21 PM | Last reply by Magnus (MM8) - Friday, July 25, 2014 9:37 PM -
1 Votes
.NET 4.5 beta issues ?
There are many expected behaviors confusing to developers, as Microsoft does make cross compilation/Intelli-Sense work too smartly and quietly for ...Answered | 7 Replies | 3063 Views | Created by ellipsisware - Friday, April 13, 2012 6:07 PM | Last reply by Lex Li - Thursday, April 19, 2012 2:34 AM -
1 Votes
Redundant Microsoft .NET package installs?
Targeting Pack" redundant with "Microsoft .NET Framework 4.6.1 Targeting Pack?Answered | 1 Replies | 1064 Views | Created by Diche Bach - Tuesday, February 6, 2018 10:08 PM | Last reply by Joyce Yin - Wednesday, February 7, 2018 9:37 AM -
1 Votes
BizTalk 2010 and .NET 4.5
Deinstalling .NET framework 4.5 and reinstalling .NET framework 4 solves this build error.Answered | 10 Replies | 6396 Views | Created by btdeveloper2 - Tuesday, May 28, 2013 6:14 PM | Last reply by Antiohne - Tuesday, October 1, 2013 3:34 PM -
1 Votes
Enable .NET 4.5 on Azure
If you want to use .net 4.5 new feature.Answered | 3 Replies | 5134 Views | Created by Artem Kliatchkine - Monday, November 19, 2012 6:47 PM | Last reply by Dino He - Monday, November 26, 2012 6:10 AM -
0 Votes
Dependency on .Net 4.5
4.0.3 and 4.5 are supported.Answered | 4 Replies | 3602 Views | Created by swingtownusa - Monday, November 26, 2012 7:43 PM | Last reply by Amit Kamat [MSFT] - Wednesday, November 28, 2012 7:29 PM -
0 Votes
Support for .NET 4.0 and 4.5?
-- How To Ask a Question: http://support.microsoft.com/kb/555375 -- This posting is provided "AS IS" with no warranties, and confers no rights.Answered | 3 Replies | 4149 Views | Created by wjvii - Thursday, February 16, 2012 10:08 PM | Last reply by Ratko Cosic - Monday, February 20, 2012 8:52 AM -
1 Votes
Intalling .NET 4.0 on machine with existing .NET 4.5
.NET 4.5 includes .NET 4.0 - it's an in-place replacement of .NET 4.Answered | 1 Replies | 1319 Views | Created by newbie_developer - Friday, September 20, 2013 6:45 PM | Last reply by Reed Copsey, Jr - Friday, September 20, 2013 7:04 PM -
0 Votes
How to reinstall .NET 4.5 on W2k12 Server?
It appears that your software vendor is unaware that .NET Framework 4.5 is an integral part of your OS and, thus, cannot be user installed/uninstalled.Answered | 3 Replies | 1360 Views | Created by xfredx - Saturday, February 14, 2015 2:10 PM | Last reply by pvdg42 - Sunday, February 15, 2015 12:38 AM -
2 Votes
.NET Framework 4.5 installer for WES7?
It doesn't include any .Net Framework 4.5 on it.Answered | 7 Replies | 15466 Views | Created by GB ZDFPS - Thursday, February 21, 2013 10:32 AM | Last reply by bagira520 - Tuesday, February 26, 2013 3:20 PM -
0 Votes
.net framework 4.5 garbage collector
My interest is take advantage of new features (LOH handling in particular) in 4.5.Answered | 4 Replies | 870 Views | Created by Kalai.Mamani - Wednesday, October 15, 2014 2:00 AM | Last reply by Kalai.Mamani - Tuesday, October 21, 2014 7:17 PM -
0 Votes
Changes to GenericPrincipal in .NET Framework 4.5
We migrate a .net 1.1 to 4.5. today we started to have multiple of invalid cast GenericPrincipal' to MyGenericPrincipal.Answered | 3 Replies | 6363 Views | Created by ChrisGagne - Wednesday, September 5, 2012 10:39 PM | Last reply by Alexandre Landry - Monday, November 2, 2015 8:34 PM -
0 Votes
Iteration pattern to create reference to array
But how do I loop through the Agent form's arrays to get a reference to the one I want?Answered | 3 Replies | 513 Views | Created by Tim Bostwick - Saturday, January 23, 2016 5:19 PM | Last reply by Albert_Zhang - Monday, January 25, 2016 9:43 AM -
0 Votes
Exam Code for .Net framework 4.5
Those are based on 4.5 and will be updated as new versions of the Framework become available.Answered | 4 Replies | 5367 Views | Created by Abhi_Dan - Thursday, May 29, 2014 9:44 AM | Last reply by Abhi_Dan - Monday, June 2, 2014 11:57 AM - Items 1 to 20 of 2996287 Next ›
No announcements