Topic profile page for NET Framework.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: NET Framework.
Topic "Net framework" was discussed 0 times on 0 sites in last 3 months
been receiving update for net framework 3.5service pack 1...been receiving update for net framework 3.5service pack 1 and net framework 3.5 family update [kb951847] x86 for about 2 months. my computer keeps trying to install it. it keeps coming back saying updates were not configued correctly. reverting change
Started 15 hours, 55 minutes ago (2009-12-29 01:20:14)
by niraj_gict
Hello friends, I need ur help, I have a windows application. When am installing setup to computers then I need to install .net framework first. Now I want that I incorporate .net framework with setup so that user has no need to install framework, setup automatically install framework If that is not on that computer. what is way of doing this. Please help me. Thanks...
Started 19 hours, 33 minutes ago (2009-12-28 21:42:00)
by Quick Sense
I am building an application that targets Windows users. My application uses ..Net framework 2.0 or later. I would like to know what I can expect on a customer's machine. Can I expect that windows XP users have installed .Net framework, an optional feature for XP? Yes, I know some XP users have not installed it since it is optional. However, if 95% percent of them have, I figure ...
Started 1 day, 1 hour ago (2009-12-28 15:42:00)
by Quick Sense
I am building an application that targets Windows users. My application uses ..Net framework 2.0 or later. I would like to know what I can expect on a customer's machine. Can I expect that windows XP users have installed .Net framework, an optional feature for XP? Yes, I know some XP users have not installed it since it is optional. However, if 95% percent of them have, I figure ...
Started 1 day, 14 hours ago (2009-12-28 02:33:00)
by Rabih Tawil
hello community, is it possible after compiling the exe to make it a standalone exe that does not need the .net framework to be installed on the clients machine, because some clients have IT policies that forbid them to make installations. most of my applications are Ms access + vb.net so is there a way to give the customer the db with exe & no other installation steps are needed. Thank ...
Started 1 day, 21 hours ago (2009-12-27 19:55:00)
by Gadadngor
Okay I try a lot of thing to manage and solve my problem but it do nothing. I am not good at all with computer, but still when I have a problem I always manage to solve this by myself. (Google save me a lot of time.) This time I am just pissed off, seriously, nothing work. Here is the problem. Few day ago I install Norton anti-virus 2010 and make a Auto-Scan with auto-...
Started 3 days, 14 hours ago (2009-12-26 02:21:00)
by bing76
New PC HP-G60 (this morning), installed Norton360, activated Office 2007, installed HP Printer w/windows 7 driver (WiFi), Ran updates via MS updates site, created recovery disks. Now at stratup I get a message -Mircosoft.Net Framework Verion 2.0- No Idea on where, how or why to install Im at a loss, no idea on how to clear/fix error (Not a tech type guy) Any help would be great.... 2 ...
Started 1 week ago (2009-12-22 16:42:00)
by jazman58
Hello All, Long time no see. How can I fix this? Help appreciated. Jimmy Testing Microsoft .NET Framework... Test Failed. The primary version of the Microsoft .NET Framework installed on your system is 3.5.30729. Applications created with Iron Speed Designer currently require either Microsoft .NET Framework 2.0 (2.0.50727), or Microsoft .NET Framework 3.0 (3.0.4506...
Started 1 week, 1 day ago (2009-12-21 14:08:00)
by LonesomePolecat
W2K Pro & .Net Framework 3.5 SP1 Does it work? We have an updated SP4 W2K with .Net 2.5 SPx loaded on a poor man's server. The accounting software (Cougar Mtn) needs an upgrade. The upgrade is looking for .Net Framework 3.5 SP1. Downloaded 3.5 from MS, but it kicked out on install as not support (on W2K). Talked to Cougar people, and they insist that W2K is supported. On MS site, it seems ...
Started 1 week ago (2009-12-22 02:54:00)
by shell9511
I recently upgraded to Windows 7. Whenever the computer restarts it tells me that I need to download .Net Framework 2.0. When I tried it said that it is not compatible. I have also tried 3.5 and it does not install. What should I do? 1 person needs an answer I do too
Started 5 days, 18 hours ago (2009-12-23 22:49:00)
by RickBryan303
Can't install Microsoft .NET Framework 3.5 Service Pack 1 and Net Framework 3.5 Family Update for .NET versions 2.0 through 3.5 using Window XP 1 person needs an answer I do too
Started 3 days ago (2009-12-26 17:09:00)
by FlemingVista09
when trying to run a software programme, I get the following "Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use Microsoft .Net Framework Configeration tool." I have the Microsoft .Net Framework, but cannot seem to local the Configeration tool. The application ...
Started 1 week ago (2009-12-22 17:07:00)
by dapatoumba
Solved Problem - dotnefx Net Framework 2.0 3.5 not installing in WinXP the solution is just install this hotfix (its actually a hotfix for .msi installer - but it solves the problem anyhow !!!) ---> WindowsXP-KB942288-v3-x86.exe WindowsXP-KB942288-v3-x86.exe
Started 5 days, 4 hours ago (2009-12-24 13:06:00)
by weaknessforcats
There is nothing in a Win32 C/C++ DLL project to set a framework version. Therefore, if that DLL is calling a framework function, it will use the one that's currently on the system. Like 4.0. I don't know how your DLL works but I'm guessing that there's no code in there requesting a specific framework version. Prseumable this could be added in the DllMain. Only in a C# Class Library ...
Started 3 days, 23 hours ago (2009-12-25 18:03:00)
by Himadri
Most probably the problem is with the COM wrapper. When you rebuild the application it recreates the COM Wrapper dll and put that in you debug/release folder. Before run the application from the folder make sure you have any required assemblies there.