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.
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.
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.
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
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.
Can you help me in this?
Thanks in Advance,
Venkata
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
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?
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?
Does Windows 7 (without servicepack) support .NET Framework 4.5?
This page tells it does:
http://msdn.microsoft.com/en-us/library/8z6watww.aspx
This page tells it does NOT:
http://www.microsoft.com/en-us/download/details.aspx?id=30653
The same files are referenced from bouth pages.
It seems to work well to install .NET 4.5 on a Windows 7 computer. What are the sideeffects?
//Sam
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
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?
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!!!
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
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
We have 68000 in one day.
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.
Hi ...
When I'm trying to open source file ( vb dot net 2003 ) getting below error.. pls advice me ..
sourcesafe cannot find default database . ...
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.