Quantcast
Channel: .NET Framework Setup and Servicing forum
Viewing all 3295 articles
Browse latest View live

Jquery simple modal isn't working in Visual Studio 2010

$
0
0

Hi,

I need help.

I was wondering why the jquery simple modal isn't working if I run it from my local host machine.

But in TFS, it's working.

All the same files and same codes.

Thank you in advance.


I want to password

What installs System.AddIn.Contract.dll (version 3.5.30729.5420)?

$
0
0

We have a VSTO Excel document customization with installer targetting .NET 3.5 SP1 (full) that has been working for some time.  We have begun to see a subset of users on Windows 7 that cannot load the customization with this error:

Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException: Customization could not be loaded because the application domain could not be created. ---> System.TypeLoadException: Could not load type 'System.AddIn.Pipeline.QualificationDataAttribute' from assembly 'System.AddIn.Contract, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
   at System.ModuleHandle.ResolveType(Int32 typeToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle* methodInstArgs, Int32 methodInstCount)

From what I can tell, a couple machines that can run this properly have System.AddIn.Contract of file version 3.5.30729.5420, while I have a machine that cannot load the customization and has file version 2.0.50727.146.  If I drop the 3.5 assembly into the GAC on the "non-working" machine, it works.  Replace it with the 2.0 assembly and it fails again.  In fact, my Windows 7 development machine has the 2.0 version in the GAC and the 3.5 version in "Program Files (x86)\Reference Assemblies\...".  At this point, I'm assuming this is the root cause of our issue, an incorrect version of a .NET framework DLL.

Again these are Windows 7 machines, so we did not need to install or touch .NET 3.5 from our application's installer.  I'm trying to understand where the 3.5 file version came from so I can determine how to properly resolve the issue on user machines. For example, am I missing a MS patch on some machines?  Is the .NET install "corrupt" (even though netfx_setupverifier claims it is valid), and I should "uninstall/reinstall" the .NET 3.5 feature?  I don't want to include the DLL in our installer as it should come from somewhere else, I just don't know where.

I want to password

Installation error of .net framwork 3.5 on Windows7 ("Turn Windows features on or off"

$
0
0

Hi guys I am having some problems with installing .net framework 3.5 on my Windows7.

I have used a .net framework cleanup tool to remove all my .net frameworks and trying to re-install them, but I am always getting "turn windows features on or off" popup. I did enabled Microsoft .net framework 3.5.1 (checked all the boxes) from control panel and tried it again, but I am still getting same popup. 

Can anyone help me with installing .net framework?

Steve K.

Thank you 


programmatically Turn Off Windows Security Center Alerts in windows 7 using dot net

$
0
0

Hi,

I want to disable( uncheck ) the Windows Action Center security messages, such as

1) windows update

2) Network Firewall

3) Virus Protection

using either Asp.net with C# coding {or} Asp.net with VB.NET[ windows app or web app], when weexecute program, it should do all 3 option checkboxes to uncheck.

want to turn off the Security messages uncheck the messages to disable it.

Change-Action-Center-Setting-Windows8.jpg

Can you help me in this?

Thanks in Advance,

Venkata

.NET Framework problems - installing & running programs

$
0
0

Hi,

I am having some problems with .NET Framework. I have 3.5.1 installed, but last week when I tried opening a program that uses .NET Framework it wouldn't open. I'm not sure what I did, I have uninstalled all the updates I did last week, except for KB2670838 which I can't uninstall. Would this update have anything to do with my problems?

I thought maybe I should install version 4.0 and 4.5, but I am having troubles doing this also.

I'm running Windows 7 Home Premium 64-bit.

I initially tried installing from the web, but after that didn’t work, I tried the stand alone installer.

I have tried to fix it using everything I could find but it’s still not working.

I have

  • Tried the NetfxrepairTool.exe
  • Tried dotnetfx_cleanup_tool
  • Cleaned up using the tool provided
  • Checking/unchecking the box for Microsoft Frameworks in control panel
  • Ran and installed as administrator
  • Downloaded the standalone package from Microsoft
  • Turned off antivirus
  • Cleaned temp folders before installing

I have tried everything I can find in these forums, but nothing works and my .NETFramework is still not working properly.

Can someone please help me?

Select which .NET Version is required to install

$
0
0

I just published a simple desktop application developed in C#,VS 2010, WIndows 8.

I created a setup file and when I try to install it on another PC(Win 7), setup installation fails due to missing of .NET Framework 4.

Can I choose which .NET Framework version is enough to install my application manually?


.NET 4.5 on Windows 7 (With or without SP1)?

Any issues downgrading from .Net 4.5 to 4.1

$
0
0

We have written a web-based online system running on IIS7 for our customer. There are two systems in use, a test system and a 'visible' online production server. Both were running the .Net 4.1 framework.

Our customer, in his infinite wisdom, installed .Net 4.5 on the production server without advising us. Shortly afterwards we started receiving calls that parts of the production web site were not working as expected. The common factor was rapidly found to be that they were all XP machines running IE8, clearly these are no longer supportable with the newer version of the framework.

The customer removed .Net 4.5 and reverted to 4.1 but we are now finding strange issues with the production server not working properly. The test system which was not updated works perfectly, as does our own internal test system.

I notice that the internal version number of .Net 4.1 and 4.5 are actually identical.

Does anyone know if there are any 'gremlins' left by performing this downgrade?


Norman

Urgent!! My hotmail account got hacked... please help.

$
0
0

My email account got hacked and my flight and accomoodation details are all there... I will be leaving home and Ireally need to gain access to this account again. The hacked account was kylcheung@ hotmail. com

Can anyone help me please?

How to install .NET Framework 3.5 SDK in Windows 8 Pro 64 bit machine?

$
0
0

Am having Windows 8 Pro machine (64-bit )with VS2005 Pro edition installed. Along with this I need to install .NET Framework 3.5 SDK. I tried to download it from the web. Download SDK is SP1. I can’t install this in windows 8 machine. Alternatively I can able to install this 3.5 Framework SP1 after enabling the .NET Framework 3.5 (includes .NET 2.0 and 3.0) check box  through the command prompt. when I ran my application to install 3.5 framework related assemblies in the GAC location, But it did not. I just need to know how to install .NET Framework 3.5 SDK in Windows 8 Pro machine? Thanks in advance. Awaiting for your response eagerly!!!

On clicking on desktop application icon made in .net 4.0 with Ms Access getting error box why?

$
0
0

Hi All,

        I have made a windows application using .net framework 4.0 with database Ms access.

I have installed it on windows xp professional 2000 with service pack 3 system. First i have installed dotNetFx40_Full_x86_x64.exe and then i installed my setup of application and it is properly installed. But when i double click on my desktop application icon we get an error box below:



system configuration is as below:

So please help me to overcome this problem.

Thanks

Arvind

Dot net 4.5 in Windows 7 XP mode

$
0
0

A suite of VB6 client-server applications need dot net upgrading. They run on XP machines and on Win 7 machines that are in XP mode.

Would be doing them one-at-a-time, so need a environment that can run both.

Would like to develop for the highest dot net level.

Read that 4.0 runs on XP SP3 but not 4.5.

What about XP on Win 7 within XP mode?

Thank you.


Harlan Black

Logon attempt by: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 Error 0x0


Installation creates huge log

$
0
0
Tried to install .net 4.5 on a w2008 r2 sp1 64bit server to update .net 4.0. Installation went on forever, creating a huge log file in the temp dir of the installation until the systemdisk was full. Had to kill the process. Rollback failed too, had to restore a previous installation Of the os from an image. How to troubleshoot such a situation?

Microsoft.Net Framework Error: Cannot read log entry number 14083

$
0
0
I have plagued by this popup every time I start my PC. I don't know if it was caused by one of my updates, or security systems, or even a change in settings.

How to reliably redistribute and automatically install .NET 3.5 on Windows Server 2012?

$
0
0

Our application still has some components that require .NET 3.5.  In the past, we have automatically installed all prerequisites in order to provide a good user experience with our product.  In Windows 2012, Microsoft has pulled this rug out from underneath our feet in regards to .NET 3.5.

Yes, I've already been through all the blog posts and KB articles that describe how .NET 3.5 can be installed using DISM with the "online" flag.  That will work for some customers, however, this does not fully resolve the problem as many customers do not allow servers to have internet access.

I see up to this point that the recommendation from Microsoft is to tell the user to go hunt for their Windows 2012 installation disc.  This is an utterly terrible user experience change from all-automatic to "good luck finding what you need."

Is it legal to redistribute the Windows 2012 install media's \sources\sxs folder with an application?  This would certainly solve all of the issues as we could then guarantee that each customer has the files they need if they don't have internet access on their server.

sourcesafe cannot find default database

$
0
0

Hi ...

When I'm trying to open source file ( vb dot net 2003 ) getting below error.. pls advice me ..

sourcesafe cannot find default database . ...

.NET 4.0 does not install correctly (Windows 7)

$
0
0

This is a problem I've been having for a long time. If I attempt to install .NET 4.0 (obtained variously from Microsoft webpage or from redistributed versions from various programs), it seems to install correctly. However, attempting to run any application which requires .NET will trigger an error saying that I need to install .NET.

I have uninstalled and reinstalled all versions of .NET many times, and used the .NET cleanup tool to completely remove it and then reinstall, multiple times. Nothing seems to have any effect.

Viewing all 3295 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>