Deployment - .NET / VSTO2008 Fails; Can't Find Runtime

May 4, 2009

I'm trying to deploy a VB.NET app which is an extension to Excel using VSTO. It works fine in the development environment, but when someone else (without a dev environment installed, just the .NET framework) installs it, they get:

The common language runtime could not be loaded by <application>. Contact your administrator for further assistance.Google pops up the microsoft help page for this:

[URL]

But I've verified that the .NET versions are the same on both machines. For VSTO apps in 2k5 there was a specific vsto runtime library users needed to install -- is there something similar for VS2008 that I haven't found yet?

View 4 Replies


ADVERTISEMENT

VSTO2008 Fails; Can't Find Runtime?

Sep 21, 2011

I'm trying to deploy a VB.NET app which is an extension to Excel using VSTO. It works fine in the development environment, but when someone else (without a dev environment installed, just the

View 1 Replies

Deployment Fails On XP Machine?

Apr 7, 2012

I have just finished my application using VB in Visual Studio 2005 and it works fine on my Win 7 development machine. But when I install and run it on an XP machine it fails with an unhandled exception:System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {E8D851FA-9967-4ADF-9644-0183B9B1EA68} failed due to the following error: 80040154.

I've googled the error message and the solutions seem to be 1) compile as x86 (was doing that anyway), and 2) register the dll on the machine But firstly I'm not sure which dll I need to register, and secondly I don't want to be going around registering dlls - the whole point of the installation programs is that it should just install and configure everything automatically..

View 10 Replies

Changing DataGridView BindingSource At Runtime Works But Then Fails When Changed?

May 23, 2011

Changing DataGridView BindingSource at Runtime Works but then Fails When Changed

View 1 Replies

Deployment :: Updating Dlls (unload And Load At Runtime)?

Apr 23, 2012

Not sure if this is the correct place for this postWhat I am trying to do is update dll's in my application.Using VB with dotnet 2 (Visual Studio 2010)The Project has a number of Dll's one of each department i.e. Sales is sales.dll... Development is development.dll etc....Each dll has classes/User controls which is used and dispose depending on the section within the application.Once work has been completed with a dll, it put in the deployment area, currently another is program launching checks the file verison and updates as required, before the main application lauches, this works. The exe hasn't needed updated for a long time as all the changes are in the dlls.

What i have been looking at is update method for the dll's dymanically, when not in use, when the dll called into use or disposed of.I have looking at LoadLibrary/FreeLibrary and application.domain. I have been reading loads and tried out some of the examples, with a modified to suit. I am just not getting it.

View 2 Replies

Include Runtime Modules For Access, Crystal Reports, And .net 4.0 In Setup Deployment?

Jun 15, 2011

I have an application written in VB.net using VS2010 that I am ready to deploy. The application uses an access (2003) database, the .net 4.0 framework and Crystal Reports. I have generated a setup project which works fine when deploying to systemsthat have the runtime for CR and Access and .net 4.0, but I will need to deploy this to systems that do not contain all of thes "pre-requisites", and may not have a

View 10 Replies

Deployment :: Where To Find Installed Programs

Nov 23, 2009

I have build an application in Visual Studio en publisched it so dat people can install the program. Now I would like to access the installation on the client computer from an other application so that the user can start the application from a menu item within an other application. But in what folder is the application installed of how can I refer to the exe?

View 4 Replies

Deployment :: Error - Unable To Find Version

Mar 20, 2009

I have developed a windows based application using visual studio 2005 called DMS. On the client side, this application runs on asp dot net framework 2.0. We have created its setup file which has to be installed on the client pc. After the installation of the application, some of the users get the error message as:

DMS.exe - .net framework initiation error Unable to find a version of the runtime to run this application

(I have also attached the screen shot of the error message.)Trouble shooting done by me:

a. I had tried the re-install Dot Net Framework 2.0.

b. Scanned the PC for virus attack.

c. Install dot net framework 2.0 first and then the application.

But none of the solution works. The only thing that works temporarily is un-install the whole application and re-install it. Then it works for a few hours.

View 1 Replies

Drag And Drop Deployment Cannnot Find DLL?

Dec 8, 2009

After I loaded a new reference to my project, I can no longer run my program on another pc without installing it. I attached an image of the exception message

View 2 Replies

Find Out Exactly Which Files / Folder Will Need To Copy Over For Deployment?

May 16, 2011

I (through a ton of help from everyone here at stack-o) have created a small WCF which is hosted as a Windows service using TCP..Last question for this little bugger; it's time for deployment. In my solution, there are 3 projects. One is the Windows service, another is the imported WCF, and finally a setup project I added for install.I can install/uninstall the service on my machine by going in the solution directory and finding "Setup.exe" or "Setup.msi". Executing either from explorer will install the service on my development box.Now there are a few directories associated with this solution. I'm betting that simply copying setup.exe or setup.msi to my target server and trying to run it will bomb out. How can I find out exactly which files/folder I will need to copy over for deployment?Or should I just copy the entire solution directory? That will be a little difficult for my coworkers as the setup routines are nested in directories 5 deep.

View 3 Replies

IDE :: Runtime Error :Cannot Find System.XmlSerializers.dll

Dec 22, 2009

One element of My.Settings is a Specialized.StringCollection. This has been working fine for months. Starting two days ago I always get the following message -

[Code]....

View 3 Replies

Unable To Find A Version Of Runtime To Run Application

Sep 4, 2010

I have an application written using Visual studio 2005 (in VB.Net). When I run it on any machine I get "unable to find a version of the runtime to run this application and this same application successfully some other PCs[code]...

View 2 Replies

Unable To Find A Version Of The Runtime To Run Application?

May 10, 2010

i've built my first exe and when i try it, i got this message:

unable to find a version of the runtime to run this application.

i would be happy if it said what is the needed runtime.

can someone tell me what i miss to run it?

View 7 Replies

Unable To Find A Version Of The Runtime To Run Tapplication

Mar 24, 2009

I have an application written using Visual studio 2005 (in VB.Net). When I run it on any machine I get "unable to find a version of the runtime to run this application" and this same application successfully some other PCs..[code]

View 7 Replies

Net 4.0 Unable To Find A Version Of The Runtime To Run This Application (Windows 7)?

Jun 25, 2010

We have a VB .Net application that is targeted to the .Net Framework version 2, over the past couple of days users have been reporting that they are getting the following error message when running the program?

View 8 Replies

VS 2005 Unable To Find A Version Of The Runtime To Run This Application

Jun 28, 2011

I have developed an application using VB.NET (.NET 2.0). I have put an exe on 4 client machines, it works fine on 3 clients but fourth gives me the following error:

Unable to find a verison of the runtime to run this application

I have .NET 2.0 framework installed on the fourth machine.

View 2 Replies

Game Programming :: Find The Properties Of A Picturebox That Was Created At RunTime?

Jun 19, 2009

I am working on a TCG card game and I am having some trouble of thinking how to find the Properties of a Picturebox that was created at RunTime through a Click Event.

Here is the Code I have This is the Sub that I have to create the Pictureboxes...

Code:
Private Sub CreatePictureBox(ByVal name As String, ByVal x As Integer, ByVal y As Integer, ByVal height As Integer, ByVal width As Integer, ByVal picture As String)
Dim PB As New PictureBox

[Code]......

View 2 Replies

Find All ContextMenuStrips Defined On A Windows Form (not Necessarily Attached At Runtime)

Sep 26, 2011

In my winforms project, some of the forms have a set of ContextMenuStrips defined on them (through the visual studio designer).Some of these contextmenustrips have been attached to controls, but others have not.Now my problem is this: I need to go through all of the ContextMenuStrips at runtime, whether they are attached or not.I've got some code that will recursively go through all controls and check the ContextMenuStrip property and this works fine.... However I can not get to the ContextMenuStrips that haven't been assigned to a control yet.

View 1 Replies

Find Runtime Created Controls - String Spanning Multiple Lines

Mar 21, 2009

1. i added a datagrid at runtime on a form. i want to bind a datasource to the datagrid in a button's click event handler, but the datagrid doesn't seem to be visible anywhere else outside the form load event where it is declared. how can i find the datagrid control?

2. and another beginner question.. how to i declare a string that spans multipe lines? i tried with the + operator like in c#, but it doesn't work.

View 3 Replies

Deployment :: Deployment Of SQLEXPR32.EXE Using Template.ini File

Feb 24, 2009

I am deploying sql express as a prerequisite. I have created a custom prerquisite using bootstrap manifest generator. The problem I have is replacing the template.ini file which exists in the sqlexpr32.exe cab file. Winrar and winzip allow me to open the sqlexpr32.exe but will not allow me to edit, add or replace the template.ini.I also cannot find the path where the sqlexpr32.exe extracts to as I want to use that path for the settings file eg "template.ini".[code]

View 1 Replies

Deployment :: Setup And Deployment Project With Ms Sql Server?

Nov 3, 2009

i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.my first doubt is: how can i determinate the right connection string?

View 1 Replies

Deployment :: Deployment And MS Power Pack?

Jun 25, 2009

I have a windows app that uses the shape control which is part of the MS power pack and requires Microsoft.VisualBasic.PowerPacks.Vs.dll. I am using Publish to build my app and I have tried to change the dll to Include in the properties page but nothing seems to work.

I need a way to have the file included and I am unable to find a external copy and I understand that I cannot just copy the dll from my PC into the installation folder

View 1 Replies

Deployment :: Setup & Deployment - Copy/import 2 Folders And There Sub-files/folders Into S&d Project?

May 7, 2012

Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?

When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?

View 5 Replies

IDE :: Unable To Find "System.Runtime.Serialization.Formatters.Binary"?

Sep 28, 2010

i am studying and now working with Visual Studio 2008 Professional Edition. I am working on my project regarding "Serialization". I wanna to start my working with "System.Runtime.Serialization.Formatters.Binary" namespace because i am working on serialization project. I know by default IDE dosen't import it. So i went to add it in my project at "Add reference dialog" but i still unable to find out this namespace.

View 1 Replies

Can't Find "IDTSLogging" In Microsoft.SqlServer.Dts.Runtime

May 17, 2012

I am calling my packages through a master package and i am using Imports Microsoft.SqlServer.Dts.Runtime but i can't set./use Imports Microsoft.SqlServer.Dts.Runtime.IDTSLogging and the interesting thing is that i can use Dim abc As IDTSLogging but i can't use

CODE:

I don't know why i cant use?

View 4 Replies

Deployment :: Windows 7 (64 Bit) Deployment?

Feb 24, 2010

I have compiled my app to x86 so that it will run in a 64 bit processor, the issue I am facing right now is that when I install the app in under application folder I am not able to edit the config file which is in the same folder of the exe. how to give admin previlages to the application ?

PS: the app runs fine when installed in a different folder other than applicaitonfolder

View 3 Replies

Adding Dropdown List At Runtime And Access Control And Events At Runtime?

Dec 20, 2010

I have created multiple dropdown list at runtime and populated with data. I also have added an eventhandler to determine the selected value of the drop down list.

The code is as follows :
Dim tbl As New Table()
tbl.EnableViewState = "true"

[code].....

View 2 Replies

Runtime Error: This Application Has Requested The Runtime To Terminate In An Unusual Way

Aug 6, 2007

I have a Visual Basic 2005 program which runs fine if I execute the built Executable. However if I start the application in VS2005 debugger it gives a weird error

[Code]...

View 5 Replies

.net Fails To Repair?

Sep 23, 2010

I have a VB program that I'm trying to deploy. On my machine (the app works fine straight from VS), when I try to install it from the webpage, it asks me to setup .net. I only have a choice of repairing or uninstalling .net. I've tried both but both fail at the moment. The problem with the repair is, although it goes through the entire repair procedure, it then asks me to restart my PC, but when I hit 'restart', nothing happens. So I restart manually, but when I try again, I just have to go through the same procedure again.

View 2 Replies

Ftp Download Fails?

Jul 10, 2009

All 3 statements below do NOT download the file; BUT also do not create any error msgs! owever, when pluggingFTP://localhost/QMSpathFTP/Prozess Akquisition.doc directly into the IE the .doc is shown correctly! I.e., to me, the virtual directory 'QMSpathFTP' is correct!

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved