.net - Deploying Expression Encoder SDK Without Installing?

Jan 16, 2010

I am trying to prove a concept while using the Microsoft Expression Encoder 3 SDK. I am trying to deploy the SDK to my hosted web server to understand more about whether or not that will work and what else needs to be installed. I cannot get anything to work on the server. Here are the 4 Dlls that I understand that I need that I am deploying in my bin folder:

Microsoft.Expression.Encoder.dll
Microsoft.Expression.Encoder.Types.dll
Microsoft.Expression.Encoder.Utilities.dll
WindowsBase.dll

Note: I have not "installed" Expression Encoder on the Web Server, which is using Windows Server 2008. I am just trying to drop the dlls out there.As soon as I copy the file Microsoft.Expression.Encoder.Utilities.dll to the server bin directory, I get the error "The specified module could not be found."Does anyone know how to deploy the Expression Encoder SDK without installing it on the server? If that is not possible, it seems like a pretty huge "feature" to be missing from an SDK.

View 1 Replies


Similar Messages:

Expression Encoder Doesn't Encode .3gp After Uploading?

Feb 2, 2011

As I've mentioned in other threads, I have zilch experience configuring iis 5.1.
So I've been having some troubles with things that work perfectly on the vs webserver, but when I upload the project, they cease to work.

I have a project where I use expression encoder to encode video files to a format compatible with the silverlight media player . The thing is, when I encode the uploaded videos with expression in the vs bundled webserver, it encodes them Okay, no problem.

But once I upload the project, it just encodes .wmv files. I suppose it's got to be something with permissions, as When I'm working with the vs webserver I can see the ffdshow filters activate in the system tray when the videos are encoding. in the iis versions no such thing happens.

View 6 Replies

Could Not Load File Or Assembly 'Microsoft.Expression.Encoder.Api2.dll'

Dec 18, 2010

I face some problems while I host my web application(which is a PowerBuilder V12.0 .Net Web Appliaction Developed By PB V12.0 Classic or Migrated from Old PB Versions as the project files are Converted to ASP.Net *.aspx files) in IIS V6.0 on Windows Server 2003and After Installation of .Net Framework Version 4.0 to match the web application which requires .Net Framework 2.0+

The Error Message I get is as follows:-

Could not load file or assembly 'Microsoft.Expression.Encoder.Api2.dll' or one of its dependencies. The specified module could not be found.

Description:

An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Expression.Encoder.Api2.dll' or one of its dependencies. The specified module could not be found.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[Code]....

View 1 Replies

Visual Studio :: Installing From Web Platform Installer Without Installing SQL?

Jan 18, 2010

Why does the Web Platform Installer force you to install SQL 2008 Express?

I have a production server which already has an installation of SQL 2000 but no web development tools are installed. I would prefer not to add SQL 2008 Express if it is not necessary. The server in addition to being the primary intranet webserver is also DC, APP SERVER, FILE SERVER and basically does not need to handle an extra instance of SQL.

The main purpose of this is just one of convenience to have the web development app on the RDP Desktop instead of attaching to the server in some manner (ftp/unc share).

View 3 Replies

Windows Media Encoder Object Not Created In C# On MS Server 2003 64 Bit/80040154

Mar 14, 2010

I created (and used) a Windows Media Encoder object in Microsoft Visual C# 2008 Express Edition on MS Server 2003 64 bit. This worked fine.

However, when I attempted to create the equivalent Windows Media Encoder object using Microsoft Visual Web Developer 2008 on MS Server 2003 64 bit, the following exception was thrown:

"Retrieving the COM class factory for component with CLSID {632B606A-BBC6-11D2-A329-006097C4E476} failed due to the following error: 80040154."

It cannot be that the component isn't registered, because both have a reference to the same WMEncEng.dll file. The Microsoft Visual Web Developer 2008 code also worked fine on XP 32 bit.

[code]....

View 1 Replies

Configuration :: Deploying Web Application - Not Working After Deploying?

May 4, 2010

I am using XAMPP to publish my a .net application. The server is working fine. I created a sample login.aspx file, and it works fine. I deleted the sample login file, and I build and copy all the files to the XAMPP directory. When I tried to acces the page, it gave an error message "Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, contact the

View 8 Replies

Web Forms :: Inline Expression Or Binding Expression In The Server Head Section?

Aug 25, 2010

I write inline expression and binding expression in the server head section:

[Code]....

[Code]....

But both kinds of expression aren't parsed or executed except the ResovleUrl menthod. The html renders like this:

<head><link rel="stylesheet" type="text/css" href="<%= Request.ApplicationPath %>themes/style1.css" /><link rel="stylesheet" type="text/css" href="<%# Request.ApplicationPath %>themes/style2.css" />
<link rel="stylesheet" type="text/css" href="/themes/style3.css" />
<script type="text/javascript" src="/js/jwork.js"></script>
</head>

As I know, the inline expression in the attributes of server control can't be parsed but the binding expression should if we invoke the DataBind method. But the above case breaks the rule.

View 5 Replies

Web Forms :: Regular Expression Validator / Add Wording To Current Expression:  W+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*?

Feb 16, 2010

I'm trying to use the validator to work on a email form to ensure that they enter a valid from email address. That part works. I also want to add to the expression the text that I pre-populate in the txtbox ("Enter your email address") so on postback, after sending the message, I can clear the fields and repopulate that box.

How do I add that wording to the current expression: w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*

View 4 Replies

Web Forms :: Validation Expression For Regular Expression Validator?

Feb 2, 2011

I am using Regular Expression validator for a text box. The below is working fine.It is not performing validation when I enter values like 0000..001.How can I modify validation expression? But it would allow values like 100,...5000 i.e zeros after a number.

<asp:RegularExpressionValidator ID="reg2" runat="server" ControlToValidate="rng2"
ValidationExpression="^[0-9]+" ErrorMessage="*Please Enter a Valid Number for Second Range."
ForeColor="Red" Font-Bold="True"></asp:RegularExpressionValidator>

View 2 Replies

Regex - Regular Expression And Validation Expression ?

Dec 1, 2010

I need some help in regular expression.I am validating the textbox text when updating the records.When i click the update button,the first 5 letters should be equal to CM000 or cm000.How to validate this using regular expression in asp.net. does anyone know validationexpression for this.

View 1 Replies

Regular Expression / Input String Is Valid Based On The Given Regular Expression?

Sep 20, 2010

i have to check if an input string is valid based on the given regular expression.. this is the regular expression.

(a(bb+aaa+((ab)*bb+(aba)*aa)(a+b)*) + (b(aa+bbb+((ba)*aa+(bab)*bb)(a+b)*)

+ is an OR

* is a LOOP, it is optional, it may be done as many as a user wants.

i've tried many ways to solve the problem that my professor gave me but my knowledge isn't that enough to solve this problem..

View 3 Replies

MVC :: Installing 2.0 On Win 2008 R2

Jun 22, 2010

On MVC 1.0, Microsoft had a nice standalone installer to put MVC 1.0 assemblies in the GAC on the target server. Is there such a beast for MVC 2.0 or am I responsible for manually deploying the MVC 2.0 assemblies?

View 3 Replies

Installing PHP Site In IIS?

Jul 14, 2014

I will be writing a php site and i am thinking about the hosting server. I have used IIS before with FASTCGI on a php forum and did not have issues. Whoever this was not a high traffic forum, so i could not really see any performance problems it may came up with. This will be a high traffic site so i want to know if IIS will have problems. Of course i would have used Apache right from the start but i do have much experience on Linux, so i was thinking, if there is no specific advantage then i should save some time and go with IIS that i know how to work with.

View 5 Replies

Installing Personal Web Server?

Jun 9, 2010

I have asp.net apps I have written that might be useful running locally on a users machine. My question involves how practical or impractical this might be? In the past, we've written separate desktop and web user interfaces. But we find asp.net programming so much easier to develop and maintain than desktop (although that perhaps is mainly due to the fact that we control what operating system/environment it is being run on). But in any case, it seems it could be desireable to be able to install a personal web server on the users machine (like those that come with VS) so that the same exact asp.net app could be run locally thru a browser instead of distributing a separate desktop interface. We would need it to be a professional download/install that could be performed by the user without aid. Is this something that's done? Is it practical? Are there particular pitfalls to worry about? What personal web server would make sense that could be freely distributed?

View 3 Replies

C# - Connect To MySql Without Installing DB?

Mar 29, 2011

I just want to be able to connect to a remote MySQL database on my ASP.net c# website running on localhost.

It's so I can grab some records, and insert them into my SQL server database. Do I need to download any drivers? And how do I connect and fetch records?

View 2 Replies

AJAX :: Installing ControlToolkit In GAC?

Apr 30, 2010

I'm having trouble with a web application in IIS 6.0 that doesn't seem to be able to run Ajax Control Toolkit that is in the Global Assembly Cache. I thought I had installed it correctly using GACUTIL /I etc., but perhaps I am misunderstanding the process. Is there more to it than just running GACUTIL? Is there a custom installer that I should be using? The web application complains that it cannot find System.Web.Ajax ... is this a separate dll download? If so, where would I get System.Web.Ajax 3.0.31106.0 , there doesn't seem to be a download available on the Codeplex pages.

I currently have the following showing as installed in my GAC:

AjaxControlToolkit 3.0.31106.0
System.Web.Extensions 3.5.0.0
System.Web.Extensions.Design 3.5.0.0

where I am going wrong, do I have the wrong versions of the System.Web.Extensions dll ?

View 1 Replies

MVC :: Installing With Web Platform Installer 3

Feb 7, 2011

I get the following error when i try to install asp.net mvc 3 using the Web Platform Installer 3.0: "This product did not install succesfully: Downloaded file failed signature verification and may have been tampered with" The other thing I've noticed is that inside the "Application DataMicrosoftWeb Platform InstallerinstallersMVC3..." folder, the Web Platform Installer creats a "AspNetMVC3Setup.exe" file that has a size an aprox file size of 200KB. Meanwhile, at the beginign of the instalation process the Web Platform Installer informs that it will download a 20MB file.

View 1 Replies

MVC :: Error After Installing 3 RC On Server

Dec 8, 2010

I just installed ASP.NET MVC 3 RC on my Windows Server 2008 64-bit and I now get the following error. System.MissingMethodException: Method not found: 'Void System.Web.Mvc.GlobalFilterCollection.Add(System.Object, System.Nullable`1<Int32>)'. Here's the site: [URL]

View 2 Replies

MVC :: Error While Installing Framework

Apr 2, 2010

I tried to install MVC Framework from the below [URL] First it is installing web plateform installer 2.0, once it is done, it is throwing an error Asp.net mvc2(visual studio 2008 tools) requires VS2008 Sp1 let me know what I have to install to run MVC Below is my configration: OS: Microsoft Windows Server 2003 [Enterprise edition, Service Pack 2]

View 6 Replies

Configuration :: Installing Framework 2.0 64 Bit?

Mar 1, 2011

i have windows 2008 server which has default 3.5 framework installed

i want to install framework 2.0 64 bit earlier i had windows XP with VS2005 which worked on 2.0

i ave my webapplication doen on 2.0 framework so i need to install framework 2.0 64 bit so that my existing application culd work on the new system

how do i go abt.i am not able to install the framework

View 2 Replies

Installing ASP.NET State Server?

Oct 20, 2010

will the asp.net state server service be installed after installing the Micrsoft .NET Framework? or must something else be done?

View 3 Replies

Asp.net - Application Buggy After Installing IE 8.0?

Oct 29, 2010

The HRIS app in my company is a asp.net web application which started showing bugs after IE 8.0 was rolled out on our company intranet. Few people open multiple instances of the app with different credentials, now since IE 8.0 has this session sharing feature on different browser windows, the sessions in both windows become the same but the data rendered on controls of the page is different and that results in incosistent data going into the database.The application is huge and has a userbase of more than 5000. Is there any way other than changing thesession to cookieless. One approach could be to restrict only one instance of the app on a mchine at a time. But I am not able to find a way to implement this. Looking for a solution which would have minimum impact.

View 1 Replies

Databases :: Installing An Instance Of SQL Server?

Dec 11, 2010

When installing an instance of SQL Server, to make sure that any Web Application that has user rights to access the database can make a connection to it, what user must be used for service accoiunts, provisioning, etc.

I always use the "NT Authority Network Service" for my service accounts, and then use "mixed mode" and enable "administrators" for provisioning. Doing it this time, for some reason I can't get access to my SQL Server databases without turning off the firewall completely even though I have the correct ports opened up.

I know that I used mixed mode, but the only thing I can think of is that I chose a different user for the service accounts.

View 3 Replies

Installation :: Installing Silverlight 4 Toolkit

Apr 1, 2011

My machine is a Windows XP SP3 used the Web installer I was able to load

IIS 7.5 Express SQL Server Native Client
Server Compact 4.0 SQL Server 2008 R2 Management Objects Web Development Tools 2.0
Visual Studio 2010 SP1 Tools for Sql Server Compact 4.0 Installer for New VS 2010 SP1 Tools for SQL Server Compact 4.0 Installer VS 2010 SP1 Tools for Sql Server Compact .0 ASP.NET MVC 3 Installer ,
ASP.NET MVC 3 Language Packs Installer VS 2010 SP1 Tools for ASP.NET Web Pages
ASP.NET MVC 3 Language Packs
I was not able to install:
VS 2010 SP1 KB983509 VS 2010 SP1 Core (SP1 only installation)
Visual Web Developer Express 2010 SP1 Silverlight Tools for VS 2010
Silverlight 4 Toolkit April 2010 Release
Attached is the log file:
DownloadManager Information: 0 : Loading product xml from:
https://go.microsoft.com/?linkid=9763242
DownloadManager Information: 0 :
https://go.microsoft.com/?linkid=9763242 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 175
Content-Type: text/html; charset=utf-8
Expires: Fri, 01 Apr 2011 13:25:14 GMT
Location: [URL]
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:13 GMT
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Tue, 29 Mar 2011 23:01:25 GMT
Accept-Ranges: bytes
ETag: "5da77b3a65eecb1:0"
Server: Microsoft-IIS/7.5
VTag: 438927142100000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:14 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer1726479912.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
[URL]
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Wed, 30 Mar 2011 16:23:20 GMT
Accept-Ranges: bytes
ETag: "87ddec8f6eecb1:0"
Server: Microsoft-IIS/7.5
VTag: 791169142700000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:14 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer-1338951197.xml.temp
DownloadManager Warning: 0 : Could not resolve keyword ID Orchard
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
https://www.microsoft.com/web/webpi/3.0/mediaproductlist.xml
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 18 Mar 2011 02:57:34 GMT
Accept-Ranges: bytes
ETag: "2be6fd3a18e5cb1:0"
Server: Microsoft-IIS/7.5
VTag: 791183143000000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer664384761.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
[URL]
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 25 Mar 2011 18:59:41 GMT
Accept-Ranges: bytes
ETag: "b721c9cb1eebcb1:0"
Server: Microsoft-IIS/7.5
VTag: 279511942800000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer1956869252.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
[URL]
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 21 Jan 2011 19:46:43 GMT
Accept-Ranges: bytes
ETag: "976ac5eda3b9cb1:0"
Server: Microsoft-IIS/7.5
VTag: 791997142200000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer903079739.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Getting ratings file from
[URL]
DownloadManager Information: 0 : Contextual entry products: silverlight4tools, silverlight4toolkit, riaservicestoolkit
DownloadManager Information: 0 : Adding product Silverlight 4 Tools for Visual Studio 2010 (Silverlight4Tools) to cart
DownloadManager Information: 0 : Contextual navigation to product 'Silverlight4Tools'
DownloadManager Information: 0 : Adding product Silverlight 4 Toolkit April 2010 Release (Silverlight4Toolkit) to cart
DownloadManager Information: 0 : Skipping contextual product 'riaservicestoolkit'
DownloadManager Information: 0 :
[URL] responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 203
Content-Type: text/html; charset=utf-8
Expires: Fri, 01 Apr 2011 13:25:16 GMT
Location:
[URL]
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Ratings file loaded successfully
DownloadManager Information: 0 : Product 'Silverlight4Tools' was already in cart.
DownloadManager Information: 0 : Adding dependency 'VWD' for product 'Silverlight4Tools'
DownloadManager Information: 0 : Product 'VWD' being added to install list
DownloadManager Information: 0 : Adding dependency 'VS2010SP1Core' for product 'VWD'
DownloadManager Information: 0 : Product 'VS2010SP1Core' being added to install list
DownloadManager Information: 0 : Adding dependency 'VS2010SP1Installer' for product 'VS2010SP1Core'
DownloadManager Information: 0 : Product 'VS2010SP1Installer' being added to install list
DownloadManager Information: 0 : Adding dependency 'AspWebPagesVS' for product 'VWD'
DownloadManager Information: 0 : Product 'AspWebPagesVS' being added to install list
DownloadManager Information: 0 : Adding dependency 'MVC3LocInstaller' for product 'AspWebPagesVS'
DownloadManager Information: 0 : Product 'MVC3LocInstaller' being added to install list
DownloadManager Information: 0 : Adding dependency 'MVC3Installer' for product 'MVC3LocInstaller'
DownloadManager Information: 0 : Product 'MVC3Installer' being added to install list
DownloadManager Information: 0 : Adding dependency 'MVC3Loc' for product 'VWD'
DownloadManager Information: 0 : Product 'MVC3Loc' being added to install list
DownloadManager Information: 0 : Adding dependency 'WDeploy' for product 'VWD'
DownloadManager Information: 0 : Product 'WDeploy' being added to install list
DownloadManager Information: 0 : Adding dependency 'SMO' for product 'WDeploy'
DownloadManager Information: 0 : Product 'SMO' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLNativeClient' for product 'SMO'
DownloadManager Information: 0 : Product 'SQLNativeClient' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCE' for product 'VWD'
DownloadManager Information: 0 : Product 'SQLCE' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCEVSTools_4_0' for product 'VWD'
DownloadManager Information: 0 : Product 'SQLCEVSTools_4_0' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCEVSToolsInstaller_4_0' for product 'SQLCEVSTools_4_0'
DownloadManager Information: 0 : Product 'SQLCEVSToolsInstaller_4_0' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCEVSToolsInstallerNew_4_0' for product 'SQLCEVSToolsInstaller_4_0'
DownloadManager Information: 0 : Product 'SQLCEVSToolsInstallerNew_4_0' being added to install list
DownloadManager Information: 0 : Adding dependency 'IISExpress' for product 'VWD'
DownloadManager Information: 0 : Product 'IISExpress' being added to install list
DownloadManager Information: 0 : Product 'Silverlight4Toolkit' was already in cart.
DownloadManager Information: 0 : No SQL to configure
DownloadManager Information: 0 : No MySQL to configure
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersVS2010SP1InstallerDE33C308A5F9E6EB2CDD23C56EE069191350A792VS10sp1-KB983509.exe instead of downloading
from
[URL]
DownloadManager Information: 0 : Downloading file [URL] to: C:Documents and Settings
pesceLocal SettingsTemp mp6C.tmp
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersVS2010SP1InstallerDE33C308A5F9E6EB2CDD23C56EE069191350A792VS10sp1-KB983509.exe
/x:C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Core /q'. Process Id: 3108
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Moving downloaded file 'C:Documents and Settings
pesceLocal SettingsTemp mp6C.tmp' to: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersIISExpress6384C31AF6A054A0A2C141DE78395745D7FC105Eiisexpress_1_01_x86_en-US1.msi
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLNativeClientabdfed83057c5265c54c41fe353e15d3f7732cfbsqlncli.msi instead of downloading from
http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/sqlncli.msi
DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkID=208229&clcid=0x409' to: C:Documents and Settings
pesceLocal SettingsTemp mp6D.tmp
DownloadManager Information: 0 :
http://go.microsoft.com/fwlink/?LinkID=208229&clcid=0x409 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 222
Content-Type: text/html; charset=utf-8
Expires: Fri, 01 Apr 2011 13:25:39 GMT
Location:
http://download.microsoft.com/download/0/5/D/05DCCDB5-57E0-4314-A016-874F228A8FAD/SSCERuntime_x86-ENU.exe
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:39 GMT
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 0
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 6040
DownloadManager Information: 0 : Moving downloaded file 'C:Documents and Settings
pesceLocal SettingsTemp mp6D.tmp' to: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEDFBD553B46084624CBF1E04B27F85914A868B3CFSSCERuntime_x86-ENU1.exe
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSMO6ce3a433309c63d98bcf0e2b9f1dfaed8cc18783SharedManagementObjects.msi instead of downloading
from
http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/SharedManagementObjects.msi
DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/8/9/B/89B754A5-56F7-45BD-B074-8974FD2039AF/WebDeploy_1_01_x86_en-US.msi' to: C:Documents and Settings
pesceLocal SettingsTemp mp6E.tmp
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Moving downloaded file 'C:Documents and Settings
pesceLocal SettingsTemp mp6E.tmp' to: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersWDeploy91D1C49CF04CA7B4BC9480663931975B2B80C988WebDeploy_1_01_x86_en-US1.msi
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEVSToolsInstallerNew_4_05EA0F2A6CF25658086DE71675A417DEAE8E2F85SSCEVSTools-ENU.msi instead
of downloading from
http://go.microsoft.com/fwlink/?LinkId=212219&clcid=0x409
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersMVC3Installercf5c4d4808c8e523340044d7231c962062cdb1c9AspNetMVC3Setup.exe instead of downloading
from
http://download.microsoft.com/download/3/4/A/34A8A203-BD4B-44A2-AF8B-CA2CFCB311CC/AspNetMVC3Setup.exe
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSilverlight4Toolsc25c99975f4da21b7f894208745e39f211e9e536Silverlight4_Tools.exe instead of downloading
from http://go.microsoft.com/fwlink/?LinkId=177508
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSilverlight4Toolkite1ca28a4b25b1e9a408b8dbb2e26c6228f466d4fSilverlight_4_Toolkit_April_2010.msi
instead of downloading from
http://go.microsoft.com/fwlink/?LinkId=189323
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Warning: 0 : Command failed. Retries left: 3
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 1568
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Warning: 0 : Command failed. Retries left: 2
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 1348
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Warning: 0 : Command failed. Retries left: 1
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 2964
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Error: 0 : Install return code for product 'Visual Studio 2010 SP1 KB983509' is Failure
DownloadManager Information: 0 : Product Visual Studio 2010 SP1 KB983509 done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 SP1 Core (SP1 only installation)'. Skipping install
DownloadManager Information: 0 : Product Visual Studio 2010 SP1 Core (SP1 only installation) had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersIISExpress6384C31AF6A054A0A2C141DE78395745D7FC105Eiisexpress_1_01_x86_en-US1.msi',
commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'IIS 7.5 Express' is 0
DownloadManager Information: 0 : Install return code for product 'IIS 7.5 Express' is Success
DownloadManager Information: 0 : Product IIS 7.5 Express done install completed
DownloadManager Information: 0 : Increasing current install to 4
DownloadManager Information: 0 : IIS 7.5 Express installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37iisexpress_1_01_x86_en-US1.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLNativeClientabdfed83057c5265c54c41fe353e15d3f7732cfbsqlncli.msi', commandline: 'IACCEPTSQLNCLILICENSETERMS=YES
ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'SQL Server Native Client' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server Native Client' is Success
DownloadManager Information: 0 : Product SQL Server Native Client done install completed
DownloadManager Information: 0 : Increasing current install to 5
DownloadManager Information: 0 : SQL Server Native Client installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37sqlncli.txt
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft® SQL Server® Compact 4.0'. Commandline is: 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEDFBD553B46084624CBF1E04B27F85914A868B3CFSSCERuntime_x86-ENU1.exe
/i /q'. Process Id: 7816
DownloadManager Information: 0 : Install exit code for product 'Microsoft® SQL Server® Compact 4.0' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft® SQL Server® Compact 4.0' is Success
DownloadManager Information: 0 : Product Microsoft® SQL Server® Compact 4.0 done install completed
DownloadManager Information: 0 : Increasing current install to 6
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSMO6ce3a433309c63d98bcf0e2b9f1dfaed8cc18783SharedManagementObjects.msi', commandline:
'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'SQL Server 2008 R2 Management Objects' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server 2008 R2 Management Objects' is Success
DownloadManager Information: 0 : Product SQL Server 2008 R2 Management Objects done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : SQL Server 2008 R2 Management Objects installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37SharedManagementObjects.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersWDeploy91D1C49CF04CA7B4BC9480663931975B2B80C988WebDeploy_1_01_x86_en-US1.msi', commandline:
'ADDLOCAL=ALL ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Web Deployment Tool 2.0' is 0
DownloadManager Information: 0 : Install return code for product 'Web Deployment Tool 2.0' is Success
DownloadManager Information: 0 : Product Web Deployment Tool 2.0 done install completed
DownloadManager Information: 0 : Increasing current install to 8
DownloadManager Information: 0 : Web Deployment Tool 2.0 installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37WebDeploy_1_01_x86_en-US1.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEVSToolsInstallerNew_4_05EA0F2A6CF25658086DE71675A417DEAE8E2F85SSCEVSTools-ENU.msi',
commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is Success
DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation done install completed
DownloadManager Information: 0 : Increasing current install to 9
DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37SSCEVSTools-ENU.txt
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 284
DownloadManager Information: 0 : Install exit code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer' is Success
DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer done install completed
DownloadManager Information: 0 : Increasing current install to 10
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 6608
DownloadManager Information: 0 : Install exit code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0' is Success
DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 done install completed
DownloadManager Information: 0 : Increasing current install to 11
DownloadManager Information: 0 : Starting EXE command for product 'ASP.NET MVC 3 Installer'. Commandline is: 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersMVC3Installercf5c4d4808c8e523340044d7231c962062cdb1c9AspNetMVC3Setup.exe
/q /log C:DOCUME~1
pesceLOCALS~1Tempmvc3_install.htm'. Process Id: 5276
DownloadManager Information: 0 : Install exit code for product 'ASP.NET MVC 3 Installer' is 0
DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Installer' is Success
DownloadManager Information: 0 : Product ASP.NET MVC 3 Installer done install completed
DownloadManager Information: 0 : Increasing current install to 12
DownloadManager Information: 0 : Starting EXE command for product 'ASP.NET MVC 3 Language Packs Installer'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 6220
DownloadManager Information: 0 : Install exit code for product 'ASP.NET MVC 3 Language Packs Installer' is 0
DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Language Packs Installer' is Success
DownloadManager Information: 0 : Product ASP.NET MVC 3 Language Packs Installer done install completed
DownloadManager Information: 0 : Increasing current install to 13
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 4156
DownloadManager Information: 0 : Install exit code for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages' is Success
DownloadManager Information: 0 : Product Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages done install completed
DownloadManager Information: 0 : Increasing current install to 14
DownloadManager Information: 0 : Starting EXE command for product 'ASP.NET MVC 3 Language Packs'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 1792
DownloadManager Information: 0 : Install exit code for product 'ASP.NET MVC 3 Language Packs' is 0
DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Language Packs' is Success
DownloadManager Information: 0 : Product ASP.NET MVC 3 Language Packs done install completed
DownloadManager Information: 0 : Increasing current install to 15
DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1'. Skipping install
DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 had a dependency fail. Increasing install product to 16
DownloadManager Warning: 0 : Dependency failed for product 'Silverlight 4 Tools for Visual Studio 2010'. Skipping install
DownloadManager Information: 0 : Product Silverlight 4 Tools for Visual Studio 2010 had a dependency fail. Increasing install product to 17
DownloadManager Warning: 0 : Dependency failed for product 'Silverlight 4 Toolkit April 2010 Release'. Skipping install
DownloadManager Information: 0 : Product Silverlight 4 Toolkit April 2010 Release had a dependency fail. Increasing install product to 18

understanding the log, error message stated, that Language packs for VS 2010 was not correct.

View 1 Replies

Web Forms :: Installing A License Key For Application?

Oct 8, 2010

i would like to install a license such that it should run for a week or so. What i am doing is i will make setup file of my application and give it to the user when the user install it on PC i would like to give a default license which can run up to a week. After that even if he changes the date i would like to show a message as License expired

I need to know how can i give the user a default license which can run up to a week.

View 2 Replies







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