How do I install the Silverlight 4 beta runtime on a test machine without Visual Studio? - silverlight-4.0

Can anyone tell me how to install the Silverlight 4 beta runtime on a test machine without Visual Studio? I keep getting an error message about the beta version being expired....
Thanks.

It turns out that the RC was released days before I attempted this install. After upgrading Visual Studio and my Silverlight application to SL 4 RC (up from the beta) it installed and ran fine on the test machine.

Related

.Net Framework 4.8 builds not starting on Windows 10 laptops which doesn't has Visual Studio installed

Using Visual Studio 2022 and building a .Net Framework 4.8 application. It works perfectly on the VS runtime and through the EXE file that is generated inside the bin/Debug folder on my machine. It also works on other Windows 10 machines that has Visual Studio 2022 installed.
However, other windows 10 machines which has .Net Framewordk 4.8 installed but doesn't has Visual Studio 2022 installed, the EXE is not opening on these machines. Neither does it gives any error or message. There is absolutely nothing in the System Events to debug, and the process is getting exited with Exit Code 0.
Is anyone else facing the same?
PS- Not facing this issue with .Net Framework 4.6.1

UCMA 6.0 App built for X64 works on 1st laptop, fails on 2nd laptop with: System.IO.FileNotFoundException: . . . 'SIPEPS, Version=7.0.0.0

Built a UMCA 6.0 APP on Laptop 1 with platform target set to x64 and framework target set to .Net Framework 4.8. Laptop 1 is X64 based CPU running Windows 10 Enterprise. Application runs as designed.
Copied the executable and DLLs to Laptop 2, where UCMA runtime and .NetFramework 4.8 were installed. The process also required installing Visual C++ 2015-2019 redistribution. Got the infamous SIPEPS error message.
Copied the project directory (source code, project file, etc.) to Laptop 2 and rebuilt the app after doing a clean. Confirmed project properties included X64 and .Net Framework 4.8. Build was successful 1st time. Ran the app and still getting the SIPEPS error message.
Both laptops are Dells with i7 cores. Using VS 2017 for build. Need to have a backup machine for this app. If the primary fails - we are dead in the water.
You must uninstall all Visual C++ releases greater than 2013 before UCMA 6.0 will properly install. I also did a repair of .Net Framework 4.8. Installed UCMA 6.0 before anything else and that seems to have addressed this particular issue.
Now its on to a new issue: "Recorder cannot start due to I/O Error."

Project not working properly after publishing. VB.NET

I have published a mini project in VB.NET 2010, I'm currently using windows 7. The problem is after i transfer it to windows xp(sp2) and install it some of the buttons are not working. It is working properly when I install it to my laptop with windows 7.
Did you try installing .NET Framework 4 on Windows XP? Also you can try to install older versions like 3.5. After installing your program should work.
Download .NET Framework 4 from Microsoft

msbuild this application couldn't be started

i've got computer with Windows 8 and fresh installation of Visual Studio 13 Express.
I'm working on project which runs on .NET 4.0 Client profile.
Problem is when i try to complile, this error message is shown:
Solutions:
social.msdn : This one says:
try to restart your VS and rebuild - not working
check MSbuild from promt - not working (Message is shown twice)
I also checked project configuration vsproj and tried to make sample project
Reinstall framework:
i tried ot reinstall almost everything, framework, sdk.
when i've installed .NET Framerork v4.5.2 my VS was unnable to start and anoter .NET apps complied before had missing library
I haven't tried to reinstall VS, yet. (But i dont think if it helps)
Edit: Temporary solution shoud be Visual Studio Express 2012, but it not solves problem.
Reinstalaion of VS didn't help.

Clickonce application has stopped working for WPF application

I have created WPF application on Windows XP using VS 2008. When I published the application, it runs well on XP but it doesnt run on Windows 8 64 bit..I tried installing .net framework 3.5 SP1 on Windows 8 but its not getting installed.
When I run clickonce application,it shows "Projectname.exe has stopped working."
Can any1 help me to solve this.
Think all you need is here: Installing the .NET Framework 3.5 on Windows 8