Hi, My company is developing a .NET 3.0 application, it uses another assembly called supportlibrary.dll, but this dll is an optional component for one set of customers. Still our company's application should work fine(other features). I'm not sure how the design of this app should be, we are getting some exception, giving the same below Type : System.IO.FileNotFoundException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Could not load file or assembly 'HP.ActiveSupportLibrary, Version=2.0.0.1, Culture=neutral, PublicKeyToken=01a974bc1760f423' or one of its dependencies. The system cannot find the file specified. Source : SystemStatus Help link : FileName : HP.ActiveSupportLibrary, Version=2.0.0.1, Culture=neutral, PublicKeyToken=01a974bc1760f423 FusionLog : Data : System.Collections.ListDictionaryInternal TargetSite : Void .ctor() Stack Trace : at HPAdvisor.Common.SystemStatus.HealthCheckSummary..ctor() at HPAdvisor.Common.SystemStatus.HealthCheckSummary.get_Instance() in C:\HP Advisor\25Main200812112008\src\HPAdvisor\Shared\SystemStatus\HealthCheck.cs:line 176 at HPAdvisor.MyApp.OnStartServiceRoutine(Object sender, EventArgs e) in C:\HP Advisor\25Main200812112008\src\HPAdvisor\MainFrame\MyApp.xaml.cs:line 733 at System.Windows.Threading.DispatcherTimer.FireTick(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) Additional Info: MachineName : SSEBASTIAN TimeStamp : 11/13/2008 5:58:08 AM FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a AppDomainName : HPAdvisor.exeThreadIdentity : WindowsIdentity : ASIAPACIFIC\sebastso Inner Exception --------------- Type : System.IO.FileNotFoundException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Could not load file or assembly 'HP.ActiveSupportLibrary, Version=2.0.0.1, Culture=neutral, PublicKeyToken=01a974bc1760f423' or one of its dependencies. The system cannot find the file specified. Source : Help link : FileName : HP.ActiveSupportLibrary, Version=2.0.0.1, Culture=neutral, PublicKeyToken=01a974bc1760f423 FusionLog : WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging,
cloudking11966
Posts
-
Optional asembly -
Which Applications are using an Assembly in GACHi All, Is there any ways to know which all applications are using a particular assembly installed in Global Assembly Cache (GAC)? Thanks in advance Sony Sebastian
-
Calling Java Webservice from .NETHi I am trying to use the java webservice developed by Mercury(a tool called ITG) I am able add the web reference, but when I build my ASP.NET application I get the below error: Unable to import binding 'RequestSoapBinding' from namespace 'http://mercury.com/itg/dm/1.0'. App_WebReferences/getDropDownListValues/ Please find my WSDL content below, my URL is:http://10.195.152.34:8080/itg/services/Request?wsdl Content is: - - - - - - - - - - - - - - - - -
-
Web servicesThank you so much, the information you gave helped me lot, thanks once again, request you to continue your help for us
-
Web servicesHi Our company has Mercury IT Governance tool, this is a software developed in Java/J2EE to give portfolio management. Mercury gives various web services to use the tool. One of such web service WSDL content I am attaching for your reference. I am able to add web reference to this WSDL file, but The problem is I am unable to call the web methods, in fact I am getting the error while compiling the site. Error 10 Unable to import binding 'RequestSoapBinding' from namespace 'http://mercury.com/itg/dm/1.0'. App_WebReferences/WebReference/ Can anyone kindly tell me what does this error mean? I am using ASP.NET 2.0, please help...Thanks in advance.
-
1.No Audio for Microsoft Web Cast!!!Hi All, I get the below error while trying to access MS web cast over Net meeting, No audio, I have given -Use Web Browser proxy in Media Player, I use Media player 11. An error occured while connecting to the audio broadcast for this meeting. Please try again later, or contact the meeting organizer. Error Description: Windows Media Player cannot access the file. The file might be in use, or you might not have access to the computer where the file is stored, or your proxy sesstings might not be correct Please Help, tomorrow there is an important web cast-Silver Light :((:((:(( Love your software
-
Browser Time outJust see what is the session Timeout in Virtual directory, ISS, you can see the same from IIS, right click, properties Dialog-> In Virtual Directory Tab->Configuration
-
.NET Best Architecture!!!?Thanks Dude!!! I will go through all the links you gave.
-
.NET Best Architecture!!!?Hi All, Recently I heard that some companies create a class of each tables present in the database, I will illustrate the same If there is a table called Employee with EmployeeId, EmployeeName and Salary, then they create a class clsEmployee with EmployeeId, EmployeeName and Salary as their private fields and accessor methods. And rather than passing the Dataset or XML through the wire, they pass the collection of this objects. Can anyone tell me what is the advantage of this architecture?, where can I find some articles or guide to implement this architecturte? Grateful to you all:) Sony sebastian
-
QuestionThanks edboe!!!:)
-
Response.Write problem !!Yes You can,:laugh: Give Response.Write("
Hi Guffa
"); You can change LEFt & TOP as you wish. Cheers !!! Sony Sebastian :laugh:
-
textbox contain text that save as html pageIt can give two problems 1) Request validation failed, so you will have to give ValidateRequest="False" in <%@page %> directive. 2) if it gives error while saving into database or other, just give Server.HtmlEncode(TextBox1.text)
-
Date ProblemHi Kissy, I was having the sme problem, before few months, I could get the right solution. The only thing you need to do is copy paste the below code in your Page_Load. CultureInfo ci = new CultureInfo("de-AT"); Thread.CurrentThread.CurrentCulture = ci; You will have to import System.Threading and System.Globalization in Import section This is nothing but setting up Dutche culture, so that your date format is fixed to dd/MM/yyyy format. While selecting from a calendar you may have to give SelectedDate.ToString.Replace(".","/") because it dispalys date in dd.MM.yyyy format. Cheers Sony Sebastian
-
QuestionRecently I was asked in an interview 1) Is it possible to use a .NET DLL in VB 6.0 or ASP? 2) If Yes, is it necessary to register .NET DLL? Cheers!!! Sony Sebastian
-
Encrypting known set of valuesHi friends, Can anyone help me in finding out a suitable algorith which will create distinct cipher each time? For example if I give Encrypt(5)and if I get value s 2 when I give next time Encrypt(5) I should not get 2, I have an application where values can be {1,2,3,4,5}, I dont want to store it plain text in DB, if I encrypt, I have to make sure by any chance one who enter into DB can compare the encrypted values and reach in conclusions, is it possible by any means to avoid it?, I should be able to decrypt also, through program, I mean encrypt with respect to time or anything? Thanks in advance!!! Cheers Sony Sebastian Nothing is Impossible
-
XMLHi First of all put your XML file under the virtual directory for example you have a virtual directory maped to a specific folder named "Test" Then put the XML file under "Test" directory and instead of giving the path like D:/data/.... give path=Server.MapPath("xmlFileName.xml") it must work!!! :suss: ------------ Boss said, develop in J2EE or better, so done in .NET ------------
-
Hi Everyone Do IT ....!!!!Hi Everyone, Just see how creative you are!!! ;) Create a slogan that best describes quality. For example, 'the Q begins with U' is one such slogan. Please make sure that your slogan does not exceed eight words. Do it ASAP!!!!
-
Am I right?I am storing date in a textbox as well as pre popualte. But it sometimes give InvalidCastException while converting to my required format when I port it into production server(Server has different Date Time format) So I fixed the culture to some fixed culture which uses dd/mm/yyyy format(du-AT) Now all fine it does not give any exception in either of the place, but I still wonder is that the right way!!!
-
Session_end or browser close events?Guffa can u please postthe code to check "send requests to the server at a certain interval, so that the server can detect when there are not coming any request any more" Is it Submit page through Java Script at certain interval?
-
Table problem in vb.net1.1It will work Boss. Make sure your aspx page is in the format
ok
--------------------------------------- and you have properly binding data to Datagrid DataTable dt=new DataTable(); dt.Columns.Add(new DataColumn("One")); DataRow drow=dt.NewRow(); drow[0]="okman"; dt.Rows.Add(drow); DataGrid1.DataSource =dt; DataGrid1.DataBind(); -------------In item databound event write below if(e.Item.FindControl("tbl")!=null) { Response.Write("Found"); } It will write "Found"