Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

cloudking11966

@cloudking11966
About
Posts
51
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Optional asembly
    C cloudking11966

    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,

    .NET (Core and Framework) wpf csharp wcf design data-structures

  • Which Applications are using an Assembly in GAC
    C cloudking11966

    Hi 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

    ASP.NET dotnet question

  • Calling Java Webservice from .NET
    C cloudking11966

    Hi 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: - - - - - - - - - - - - - - - - -

    ASP.NET wcf csharp java asp-net wpf

  • Web services
    C cloudking11966

    Thank you so much, the information you gave helped me lot, thanks once again, request you to continue your help for us

    ASP.NET wcf help csharp java asp-net

  • Web services
    C cloudking11966

    Hi 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.

    ASP.NET wcf help csharp java asp-net

  • 1.No Audio for Microsoft Web Cast!!!
    C cloudking11966

    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

    Work Issues help

  • Browser Time out
    C cloudking11966

    Just 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

    ASP.NET help sysadmin question

  • .NET Best Architecture!!!?
    C cloudking11966

    Thanks Dude!!! I will go through all the links you gave.

    ASP.NET question csharp database xml architecture

  • .NET Best Architecture!!!?
    C cloudking11966

    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

    ASP.NET question csharp database xml architecture

  • Question
    C cloudking11966

    Thanks edboe!!!:)

    ASP.NET question csharp career

  • Response.Write problem !!
    C cloudking11966

    Yes You can,:laugh: Give Response.Write("

    Hi Guffa

    "); You can change LEFt & TOP as you wish. Cheers !!! Sony Sebastian :laugh:

    ASP.NET help question

  • textbox contain text that save as html page
    C cloudking11966

    It 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)

    ASP.NET help html question

  • Date Problem
    C cloudking11966

    Hi 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

    ASP.NET help database tutorial

  • Question
    C cloudking11966

    Recently 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

    ASP.NET question csharp career

  • Encrypting known set of values
    C cloudking11966

    Hi 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

    ASP.NET database help tutorial question

  • XML
    C cloudking11966

    Hi 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 ------------

    ASP.NET com sysadmin xml help question

  • Hi Everyone Do IT ....!!!!
    C cloudking11966

    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!!!!

    IT & Infrastructure tutorial

  • Am I right?
    C cloudking11966

    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!!!

    ASP.NET sysadmin question

  • Session_end or browser close events?
    C cloudking11966

    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?

    ASP.NET database question help

  • Table problem in vb.net1.1
    C cloudking11966

    It 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"

    ASP.NET help csharp
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups