Software Development Network Logo
  • Visual C#
  • .NET Development
  • Visual Studio
  • IE Development
  • Visual C++
  • SQL Server
  • Visual Basic
  • Smart Devicet
  • SharePoint Products
  • VS Team System
  • Windows Vista
  • Audio and Video
  • Microsoft ISV
  • Game Technologies
  • Visual FoxPro

Software Development Network >> mario.muja's Q&A profile

mario.muja

Member List

raghu_grdr
RichLeyshon
Corvus Lee
logtorahul
Sean K. Campbell
martin.kolarik
QWERTYtech
Ofir Epstein
chukky
manu.aretuseo
ReneeC
GS80
Aniruddha Surange
rodniko
GustavoPollitzer
robinjam
a.d.m
GeorgeOu
Earl Hood
Zadoras
Only Title

mario.muja's Q&A profile

  • Windows Forms different form height shown in the screen of notebook and desktop?

    I set the form height 730 in the screen of desktop, but shown 780 in the screen of notebook. How should I got the same height in both screen ...Show All

  • Visual Studio 2008 (Pre-release) WCF Client blues (MSDN Subscriber)

    Hello.  I have been trying to write a WCF client to consume a java-based web service secured by Apache WSS4J but have not been successful.  The web service requirements are: 1. Must be accessed via https (i.e. SSL). 2. Request must use SOAP 1.1 format. 3. The SOAP Body in the request must be signed, with the BinarySecurityToken (X509 certificate) embedded in the headers, per WS-Security 1.0 spec. 4. However, the web service itself does NOT sign the responses.  So, the client must NOT expect the response to have any WS-Security headers in it. First off, how would you implement your WCF client given the above requirements   If only someone can answer this question, I'd be in heaven.  ...Show All

  • SQL Server Changing Authentication Mode

    How can I change the authentication mode for sqlexpress without going through the UI I looked at the docs for sp_configure, dmo and smo but I may have missed it. I'd like to be able to run a script that changes the authentication mode of an installed sqlexpress instance from windows only to moxed mode. Thanks ...and restarting the service: http://msdn2.microsoft.com/en-us/library/ms162139.aspx :-) -Jens. ...Show All

  • .NET Development How to trust an assembly in Framework 2.0

    In .Net Framework 1.1, there is a .Net Framework 1.1 Wizards. Why can't I see .Net Framework 2.0 Wizards How can I trust an assembly in .Net Framework 2.0 ...Show All

  • .NET Development Problem with 'Oracle client' and 'ODPnetOnly'

    Hi all ! I have both Oracle Client and ODPnetonly on my system. They have their different homes. If the path of Oracle Client (D:\oracle\ora90\BIN) is before the path of ODPnetonly (D:\odpnetonly\bin), then I have a problem. In this case, my web applications (in C#.net) don’t work but my console applications (in C#.net) do. And if I change the path of ODPnetonly before the path of Oracle, then my web-applications work but my console applications don't. So please tell me what is wrong with my system. Is there any problem regarding installation of 'Oracle Client' or ODPnetonly (I installed 'Oracle Client' before the ODPnetonly) Thanks and Regards, Vikas Hi Paul! I checked and found that that the Oracle co ...Show All

  • .NET Development connection problem

    Hi, I need to insert the entries of the log file into a database table.. I have made a stored procedure but there is some problem .............I am unable to rectify that......... SqlConnection con=new SqlConnection("Data Source=***********;Initial Catalog=WebServicesLogFiles;User Id=sa;Password=sa;"); con.Open(); SqlCommand com=new SqlCommand("usp_addlogintotable",con); com.Parameters.Add(new SqlParameter("@LogDateTime",SqlDbType.DateTime,0,"LogDateTime")); com.Parameters.Add(new SqlParameter("@MethodName",SqlDbType.VarChar,50,"MethodName")); com.Parameters.Add(new SqlParameter("@Status",SqlDbType.Int,0,"Status")); com.Parameters.Add(new SqlParam ...Show All

  • Visual Studio 2008 (Pre-release) How to turn off anti aliasing for small text?

    Anti aliasing small text tends to make the letters look blurry and indistinct. I cannot find a way to disable the anti-aliasing of text in WPF and as a result label or button text looks really bad. Ideally I'd like to disable anti aliasing globally for font sizes below a certain size. How can I accomplish this -Ryan rfuller987@hotmail.com Well I actually do have cleartype turned off. In Display Properties>Appearance>Effects smoothing screen fonts is set to Standard, not to Cleartype. When I turn cleartype on my whole system starts anti-aliasing text everywhere and everything looks blurry, not just WPF. So it looks like WPF ignores the system setting and does anti-aliasing anyway all the ti ...Show All

  • Windows Forms DataTable Acts As Intermediator For DataGridView

    I have one DataGridViewand i have defined the columns for this datagridview but i don't specify the DataSource for this DataGridView. As a result, it is just a merely DataGridView with columns.   After that, i insert a data by using DataGridView1.Items(0,0).Value="data" and however one of the columns is check box column, if the user tick on it, another row will be created.   I tried to put this DataGridView1.AllowUserToAddRow=False after the code of inserting the data then the data cannot be added. No matter how i dont want new row to be generated so i think of using DataTable acts an intermediate table and set it as DataGridView1.DataSource. My problem is i have no idea how to specify value for a row of a column ...Show All

  • Visual Basic Custom GAC assemblies not visible in Visual Studio

    Hi, I've had a reasonable amount of experience with VB6 but am only just migrating to .NET. In particular i'm trying to get my head around the GAC, but I am having a number of problems getting it to work. I have done the following: 1 . Created and compiled a new class library using Visual Studio 2005 called ClassLibrary1 (in VB.NET) 2. Generated a strong name using sn.exe 3. Bound the snk file to the only class item in the DLL using the following code: <Assembly: AssemblyKeyFile("C:\TestFile.snk")> making sure to import the System.Reflection namespace 4. Installed the DLL into the GAC using gacutil.exe. If you look at the contents of the GAC, either via gacutil -l or by browsing to windows\assembly, the class library show ...Show All

  • .NET Development Passinga null value to a com+ variant from c#

    I have a VB com object with the code below Public Function GetValue(value As Long, _ value As Long, _ value As Long, _ value As Integer, _ inDate As Variant, _ value As Integer, _ value As String, _ value As Integer, _ value As Date, _ value As String, _ ByRef value As Variant, _ ByRef value As Variant) As Boolean On Error GoTo err_handler : : unrelated code : : If IsDate(inDate) Then : :Do something : End If I am calling this com+ object from a c# .net2.X platform to calculate a return value. However I wish to have the IsDate(inDate) assertion fail, however no matter what value i pa ...Show All

  • Windows Live Developer Forums Map usage for GPS tracking

    Hi, I am interested in using the VE maps for GPS tracking and due to my location (Chile/ South America) I have had problems to find accurate maps offering the necesary detail level of roads. The VE maps are pretty good in terms of detail level and I would like to use the Chilean map for visualizing objects tracked by GPS data. Does anyone know if it is possible to export the GPS coordinates into the VE online aplication or even better if it is posible to obtain the VE map for a local aplication on my computer As fas as I know the digital map must have a COM interface in order to comunicate with the GPS device but I am still pretty unexpirienced in terms of GPS combatibility with software. I would apreciate to get some of your recomendation ...Show All

  • SQL Server SQL parameter Syntax

    Guys, Wahts the right way to specify a parameter in an Execute SQL Task when the param is a varchar should I use apostrophe's around the or not I have two SQL tasks .. one where the query is specified like : WHERE FIA.BaseCurrency = Which SSIS likes and doesn't complain about...(the but then I have another query.. [below].. which SSIS complains about unless I have apostrophes around the So its like: AND FIA.BaseCurrency = ' ' So.. which should it be The problem for me here is that when I DO put the apostrophes around the I get no results back from the query... PJ The problem query: SELECT ForeignCurrency, RateFromFile AS YesterdaysRate --The ISNULL just protects us from situati ...Show All

  • Visual Studio Team System An overlapping product in SQL Server???

    Hi, I spotted the following job advert: http://members.microsoft.com:80/careers/search/details.aspx JobID=ADA9F7F7-97D2-4B45-B2E1-8919E5525BA0&AllCl=Y&start=1&interval=68&SortCol=DatePosted&SortOrder=DEF Seems to me that the product their talking about has alot of overlap with datadude. What's the deal here -Jamie If you buy me some beer or better some good red wine, I might no longer have that problem. But he we already shipped v1.0 and we will very soon have many more interesting things coming your way, in other words I would not worry, I don't either -GertD ...Show All

  • .NET Development 64bit Office Interop ...

    Hi all I have some trouble with Office (Excel) Interop integration ... I have a x64 Windows Server System. I have some applications and they are written in C# 2005 and some of them use excel Interop. The applications wont run the Interop.Excel Code on this system. Error message: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154. I guess I need a 64bit Interop.Excel.dll. Am I right If yes, where do I find it Thanks for any comments! Best regards Frank Uray Hi sriram Thanks a lot for your answer ! The solution 1 is what I did before and this does not work in any way ! Always the same Error Message ... The solution 2 ...Show All

  • Visual C++ LNK2001 unresolved external symbol error !

    HI I am compiling a project in VC++ 6.0 and these are the errors: Linking... LINK : warning LNK4049: locally defined symbol "_exit" imported LINK : warning LNK4049: locally defined symbol "_printf" imported LINK : warning LNK4049: locally defined symbol "_sprintf" imported LINK : warning LNK4049: locally defined symbol "_free" imported LINK : warning LNK4049: locally defined symbol "__getcwd" imported LINK : warning LNK4049: locally defined symbol "_calloc" imported LINK : warning LNK4049: locally defined symbol "_fclose" imported LINK : warning LNK4049: locally defined symbol "_fwrite" imported LINK : warning LNK4049: locally defined symbol "_fopen& ...Show All

©2008 Software Development Network