Configuration :: Unable To Refer The Newer Version Of The Dll From The EXE?
Jun 25, 2010
My Exe had a reference to a older version of a dll in the GAC both old & new versions are present in the config file i have given the binding redirect setting to refer the new version of the dll , thouhg when exe is running it is still refering to the old version , could some one shed some light here.
View 1 Replies
Similar Messages:
Jun 22, 2010
I have 3 dll's compiled and put inside the bin dir of a website. They were referenced some time ago on a different computer with their respective source code.
I don't have the original source code for this version (all 3 dlls are like one app. They use each other functions) but I do have a newer version.
What I wanted to do was to completely remove any reference for the old version and just add a reference to the new version dlls. I tried:
Rightclick on dll---> delete , tried: look inside project file,sln, anywhere - web.config etc. to find the reference ..... Nothing. The old dlls come back after I recompile.
One of the new dlls has a different name than the same one in the older version. When I replace the older versions with the new ones and add the third dll with the different name and delete the older one and recompile. The older one just comes back from nowhere, and I get an error that I have some functions running both on the older dll and the newer one and it won't compile.
How do I completly remove the older version so I can start over with the new one?
View 2 Replies
Mar 25, 2011
There is an existing asp.net 2.0 app on an IIS 6 server. I need to add a feature/page to this site (third party app, don't have source code). I'm creating my tool in VS targeting dotnet 4. For end user convenience I need my tool to be available within the same url namespace as this .net 2.0 app. I assumed I would just create a new virtual directory within this existing app to put my app. But I hadn't thought about the different framework versions.... the web server does have v 4 installed. So can I create my virtual directory and host my v4 tool there, within the v2 website?
anything I should be aware of to make that work?
View 13 Replies
Aug 16, 2010
I have been developing my first setup program and for that It needs few dlls to be registered using the Regasm and also Regsvr32. I have used vsdraCOM and vsdrfCOM registering options for the dlls to register in VS2008 for Regasm and Regsvr32 respectively.
1) Are the registering options that I have used correct?
2) Also if there is a new version of the dll then it should install the newer version of it. How am I supposed to do this? And the fact which is running in my mind is where does(I mean the location) the Setup project will look for the newer versions of the dlls while installing the program?
View 1 Replies
Feb 25, 2011
We have an application that is already deployed in the production environment. And currently it is using Dundas evaluation version. We tried updating it to the licensed version by simply pasting the dll file. but we got the error message as "The file has not been pre-compiled and cannot be requested".
View 1 Replies
Nov 12, 2010
I am not sure if I have found the right forum for this one.
the problem is:
I have a .licx file in my rootfolder.
I am getting the error:
Error 53 Unable to resolve type ' <add type="TabStrip" version="7.0" />' C:inetpubwwwrootCrop_ApplicationCrop_Applicationeo_web.licx 7 Crop_Application
,which I get for all the types that are in the xml file(i just gave one of them).
A friend told me that I have to add the type .licx in the MIME type in the IIS .
The problem is that I find the MIME type, I add the extension type .licx but I do not know the MIME type for .licx
View 1 Replies
Aug 27, 2010
Visual Studio 2008 I have web application in production where Web project is using Business project (.dll). Now i have made some changes in Business and need to move, say business.dll, to production. I am changing the version number of new business dll. While deploying it is giving error (System.IO.FileLoadException: Could not load file or assembly... ) and web project is not able recognige business.dll becuase version has changed now. I do not want to release web project as there are no changes there.
View 1 Replies
Jan 28, 2011
I had web application developed in VS 2005 + Sql server 2005 + Ajax 1.0 Extension . (Developed in Windows Server 2005) Now i am migrating to VS 2008.(Windows Server 2008 + Sql server 2008)
After opening and compile my Existing application in VS 2008,i am getting error.
Errors :-
Unable to load file or assembly 'System.web.Extenstions'' version=1.0.61025. (I think it because of AJAX Extension version.So i installed AJAX Extension 1.0 but it will give me ambiguous error so i uninstalled.I am added reference for version=3.5.0 but again unsuccessful.) What i will do now? Also i used 'Microsoft.SqlServer.SmoEnum', Version=9.0.242.0 in VS 2005. (Are i have to change it to version=10.0.0.0? by adding reference to new version.) I also used crystal report.(Is there is anything to do with it?)
View 1 Replies
Aug 16, 2010
I have source-version of project and i need to deploy it on IIS. General project it properly deploy using VS2008, but issue is, if new revision is created then i need to point new source to deploy web-site. In this case i need to remove created virtual dir for previous version. Is this possible to toggle virtual directory between two sources. I think one solution is to change virtual directory path to new one.
View 3 Replies
Mar 24, 2011
I have developed a small website which is working on SQL server.. And also found Deployment process which is working well in my system. But my actual need is when I am deploying a project there should be some time limit to work that particular application like a trial version to give demonstration to others.
how to deploy a project like a trial version....
View 1 Replies
Jun 7, 2010
I currently have the .net framework version 3.5 installed on my computer. Are there any known drawbacks to instyalling version 4?
View 5 Replies
Aug 5, 2010
Here is my problem: But i had searched few forum on that, the problem is framework version. However, all the while the pc is using same framework v1.1.4322. After i compile the dll at folderA for example, the i copied it to folderB due to using same dll. Just that, cause the below error.
{System.MissingMethodException}
[System.MissingMethodException]: {System.MissingMethodException}
HelpLink: Nothing
InnerException: Nothing
Message: "Method not found:
View 3 Replies
Jul 7, 2010
We have a web application(.net 3.5 on IIS7) which is currently referencing a specific version of a third party dll (abcpdf6.dll). I would like to move this reference from the project to the web.config and assign it an alias so when a new version becomes available I can just change the reference in one place.
View 1 Replies
May 25, 2010
how to register same name assembly but different version in webapplication
View 1 Replies
Mar 30, 2010
We are developing a web site and in this site we have a link to a clickonce deployed application. This is a direct link to the executable (Remote share execution). For this to be possible the client must have .NET framework SP2 installed. The problem is i need to get the SP version of the clients machine. I can access client information using Request.UserAgent but this doesn't have a clue about the service pack.
View 3 Replies
Dec 1, 2010
I need to know if .net 4.0 is installed on server or not. How can I do that?
View 6 Replies
Mar 23, 2011
I'm looking for good approch for below requirement. I would appreciate if someone can guide me on this.
I would like to write a script,
1. which checkout the latest files from SVN
2. Then compile the solution files.
3. If some compilation errors, need to send a mail.
I'm not looking for any deployment as of now.
All I want to write the script to know is, can latest version of SVN tree compile successfull or not.
View 8 Replies
Jan 20, 2010
I would like to make the build information for the running web application but I dont know where I set or configure this nor do I know how to retrieve this information.
In a project you may set the build information in the file AssemblyInfo.cs under the projects Properties folder. Here is a snippet of the AssemblyInfo.cs file:
[Code]....
But there is no such file for an web application project, so I have to get this information from one of the compiled DLLs that is in the same assembly as my web application then? Or how is this done?
The reason I want this information is because my customer would like to have a webpage within the web application where he could see the current version. This is also nice to have when testing and debugging etc.
View 5 Replies
Dec 29, 2012
I have hosted a website in the iis and when i replace the file it is not updating the file it is showing the old version.
View 1 Replies
May 26, 2010
After publishing the console application. We changed few connection strings related values in the app.config file, but the values changed is not been reflected in the published version.
What might be the cause for not reflecting the values which has been changed ???
View 2 Replies
Jul 15, 2010
I developed an application using VS2010 and now when i try to deploy it on windows XP maching running IIS 5.1 i get the database version error which says:
The database '<database file path>' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
<database file path> . Create is aborted.
An attempt to attach an auto-named database for file <database file path> failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
View 3 Replies
Mar 4, 2010
I installed Cahrt control of ASP:Net and It works fine on local. I made neccessary changes on web.config but When I deploy it to my site I am getting the error ! It says as below;
Server Error in '/' Application.
Parser Error
Description:An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
[Code]....
View 4 Replies
Jun 7, 2010
I want to make a deployment package for my asp.net 3.5 application. Actually i have to send this to my client who would run this application on his intranet. I tried setup n deployment package type project and it created .msi file.while installing this it create all the files which are lying in the project application. But i want to send all the files in complied format only not directly code files.
How could i convert the aspx.cs files into nonreadable complied files..
View 4 Replies
Mar 8, 2011
I am developing a .NET 3.5 web application. We are using some of the Microsoft Reporting tools, which are a pain but a digress, and when I deploy, I get errors when trying to load the site.
This is the error:
[Code]....
However, my web config reads:
[Code]....
I specify 9.0.0.0 in everything. The only concern I have is that the build server uses .NET 4.0 but I have specified to build with 3.5 and on my deployed server I have the 9.0.0.0 dll files for the report viewer. why the server is looking for 10 when everything says 9?
View 5 Replies
Oct 6, 2010
We have an ASP.NET web application and it's hosted using IIS 6.0, in the app we have these several javascript and css files located in a folder, and for performance sake (according to YSlow) we set the folder content expiration header to 1 year. Everything worked just fine until recently when we deployed the latest build to the server, in which we had made some changes to those javascript and css files. For some reason after the deployment some of our end users don't see the latest changes when they connected to the app, even after they cleared the cache in IE. We have also restarted the IIS on the server and the problem still remained. When I went into the IE Temporary Internet Files folder on one of these machines I saw the files were still the older version and not the latest one, I had to manually delete the files from the Temporary Internet Files folder then they were able to see the latest changes. I'm baffled by this, how come only some users who couldn't see the changes but some others do (without having to do anything by the way), and how do I make sure that for future releases we won't have to do anything like what did (manually deleting the cached files)? For now I disabled the Content Expiration option in IIS for these files but I would like to know if there is a way that I can enable the content expiration (to help performance) but at the same time making sure when the files are updated, the latest version will be used for the end user (instead of the cached version)?
View 3 Replies