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
A

Aisha Ikram

@Aisha Ikram
About
Posts
83
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Vista On My Laptop
    A Aisha Ikram

    Thanks for the response. I just verified on the RocketDock website that it's a known issue for Home Basic.

    @!$(-)@ $@r£r@Z

    The Lounge tools performance

  • Vista On My Laptop
    A Aisha Ikram

    Amazing utility i must say but with one problem on my laptop. I have Vista Home Basic and RocketDock is working fine with the usual icons and shortcuts but the real time image for the minimized windows doesn't appear in the dock, whenever i minimize the applications, they seems to be docked as i can see the tooltip in the bar by moving my mouse over a particular program but the animation or any icon of window is not appearing :( . I tried all the settings as was told in the demo video. Does this not work with Home basic or I am missing something?

    @!$(-)@ $@r£r@Z

    The Lounge tools performance

  • Removing the Service icon from Control Panel
    A Aisha Ikram

    thanks a lot for your feedback

    @!$(-)@ $@r£r@Z

    System Admin question

  • Removing the Service icon from Control Panel
    A Aisha Ikram

    I have mistakenly deleted the my service exe from the specified path and it can't be obtained again but my control panel is still showing the service icon in my control panel > services. When i try to install the same service again from the installer,it says service already installed. Now how do i remove such a service from my control panel without my service exe?

    @!$(-)@ $@r£r@Z

    Visual Basic question

  • Removing the Service icon from Control Panel
    A Aisha Ikram

    I have mistakenly deleted the my service exe from the specified path and it can't be obtained again but my control panel is still showing the service icon in my control panel > services. When i try to install the same service again from the installer,it says service already installed. Now how do i remove such a service from my control panel without my service exe?

    @!$(-)@ $@r£r@Z

    System Admin question

  • Configuring Windows Authentication in IIS 7.0
    A Aisha Ikram

    I have my web app developed in ASP.NET 2.0 and runs on IIS 6.0 and IE 6.0. Is it possible to configure my application to run on IIS 7.0 without making changes in the code itself? IIS 7.0 provides IIS6 Management compatibility component for backbard compatability which i Installed. After that my setup/installer started working and it installed the application on my machine. I am using Windows Vista Business Edition and i have installed everything under IIS except Fax services. I am stuck with configuring Integrated Windows Secruity in IIS 7.0 for my website. My application doesn't allow anonymous access but uses only windows authentication. I am only able to see three options in the IIS 7.0 Authentication. Anonymous, ASP.NET and Forms. i tried different combinations but my web pages are not opening... either i get HTTP 401.2 or HTTP 401.3 error. It's says unauthorized user or authentication headers are not correct .... One of microsoft's article mentions that you would be able to see option for Windows Authentication asl well in your IIS Manager but i can't see this option. Any idea? In short I just want my previous IIS6 application (.NET 2.0) to run on Vista Business.

    @!$(-)@ $@r£r@Z

    ASP.NET help csharp asp-net windows-admin security

  • SQL Server 2005 Express and MSDE
    A Aisha Ikram

    thanks a lot for your response. Any idea about my second question that why i am geeting this message: Also i have restored a DB with some existing users in SQL Express .Now i select Security>Users and try to delete the existing user but it gives me a strange exception like: TITLE: Microsoft SQL Server Management Studio ------------------------------ Drop failed for User 'test_user'. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Drop+User&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ The database principal owns a schema in the database, and cannot be dropped. (Microsoft SQL Server, Error: 15138) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=15138&LinkId=20476 ------------------------------

    @!$(-)@ $@r£r@Z

    Database database help csharp sql-server dotnet

  • SQL Server 2005 Express and MSDE
    A Aisha Ikram

    Thanks for the response.

    originSH wrote:

    No it means the MSDE won't run under Vista, your application can run on Vista and connect to the MSDE running on a different machine.

    Yes, I understand this but MSDE is meant to be used locally/personally. I don't understand why Vista not supporting this ? is there any way to make that work on Vista?

    @!$(-)@ $@r£r@Z

    Database database help csharp sql-server dotnet

  • SQL Server 2005 Express and MSDE
    A Aisha Ikram

    Would an application developed in .NET Framework 1.1 and using MSDE be able to work with SQL Server 2005 Express edition which uses .NET 2.0?? Also MSDE is not supported in Vista, does that mean applications using MSDE previously (and .NET 1.1) will not work on Vista? Also i have restored a DB with some existing users in SQL Express .Now i select Security>Users and try to delete the existing user but it gives me a strange exception like: TITLE: Microsoft SQL Server Management Studio ------------------------------ Drop failed for User 'test_user'. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Drop+User&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ The database principal owns a schema in the database, and cannot be dropped. (Microsoft SQL Server, Error: 15138) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=15138&LinkId=20476 ------------------------------ Any idea?

    @!$(-)@ $@r£r@Z

    Database database help csharp sql-server dotnet

  • Configuring Windows Authentication in IIS 7.0
    A Aisha Ikram

    I have my web app developed in ASP.NET 2.0 and runs on IIS 6.0 and IE 6.0. Is it possible to configure my application to run on IIS 7.0 without making changes in the code itself? IIS 7.0 provides IIS6 Management compatibility component for backbard compatability which i Installed. After that my setup/installer started working and it installed the application on my machine. I am using Windows Vista Business Edition and i have installed everything under IIS except Fax services. I am stuck with configuring Integrated Windows Secruity in IIS 7.0 for my website. My application doesn't allow anonymous access but uses only windows authentication. I am only able to see three options in the IIS 7.0 Authentication. Anonymous, ASP.NET and Forms. i tried different combinations but my web pages are not opening... either i get HTTP 401.2 or HTTP 401.3 error. It's says unauthorized user or authentication headers are not correct .... One of microsoft's article mentions that you would be able to see option for Windows Authentication asl well in your IIS Manager but i can't see this option. Any idea? In short I just want my previous IIS6 application (.NET 2.0) to run on Vista Business.

    @!$(-)@ $@r£r@Z

    Web Development help csharp asp-net windows-admin security

  • IIS 7.0 and IIS 6.0
    A Aisha Ikram

    Thanks for the response but you can't install IIS 6 using Windows Vista Features. Also I am not sure is it possible to install IIS 6 on Vista on not. I will try this at the end. What if i want my application to run to IIS 7 without changing it. IIS 7.0 provides IIS6 Management compatibility component for backbard compatability which i Installed. After that my setup started working and it installed the application as well. Now i am stuck with configuring Integrated Windows Secruity in IIS 7.0. My application doesn't allow anonymous access but used only windows authentication. I am only able to see three options in the IIS 7.0 Authentication. Anonymous, ASP.NET and Forms. i tried different combinations but my web pages are not opening... either i get HTTP 401.2 or HTTP 401.3 error. It's says unauthorized user or authentication headers are not correct .... Any idea? I am using WINDOWS Vista Business Edition and i have installed everything under IIS except Fax services.

    @!$(-)@ $@r£r@Z

    Web Development csharp dotnet sysadmin windows-admin business

  • IIS 7.0 and IIS 6.0
    A Aisha Ikram

    Any idea if IIS 7.0 is backward compatible? Any application which runs on IIS 5.0 or IIS 6.0 will run on IIS 7.0? I have Vista Business edition and it comes with IIS 7.0. My web application which is developed in .NET 2.0 and is IIS 6.0 compatible so works well on XP, when I tried to run the msi setup of my app on vista, my setup comes with a message, that it's interrupted so would be closed. I have .NET Framework 1.0, 1.1, 2.0, 3.0 installed on my machine I tried another web app setup which is developed in 1.1 and when i run the setup, it comes with a message http://machinename/mywebappname is not found or web server not running.... Can some one guide me? I just want to see what i will have to do to make these setups work on vista as they are working fine on my XP machine

    @!$(-)@ $@r£r@Z

    Web Development csharp dotnet sysadmin windows-admin business

  • Wildcard Conversion to Regular Expressions
    A Aisha Ikram

    In my application, i have to perform wildcard search as provided by Visual Studio .NET Find\Replace module. Visual Studio provides 5 wildcard operators (*,#,?, [! ], []). I have to replace the wildcard with regular expressions. I am facing problem in 2 things. 1.to make a pattern for * operator which with input string say "Test string is to Test for testing purposes by tester" generates output like - Test string is to Test for testing purposes by tester - Test for testing purposes by tester - testing purposes by tester - tester 2. these operators can be used in combination, so what do u think my basic regular expression will work in combinations? Anybody worked for wild card search? or know about some stuff to use for such conversion? Aisha Ikram

    C# csharp regex visual-studio testing beta-testing

  • Loading XML into Tree
    A Aisha Ikram

    I want to load xml file data into a tree view in .NET using DOM. The thing is that if there are multiple "book" nodes in the xml file. xml tree shows only one instance of "book". If one book node in xml file contains a child node say "publisher" which the other book node doesn't contain, the tree view still show the "publisher" node. You can say that tree view should show the union of all the child nodes for the element "book". The way stylus does or the way xmlspy does. Any solution?? @!$h@

    XML / XSL csharp html data-structures xml question

  • Including header file in C#
    A Aisha Ikram

    PWLX_NOTIFICATION_INFO for winlogin notification package is defined in Winwlx.h file. how i will use it in C#, where i can't include header files ???:confused: @!$h@

    C# csharp question

  • .NET Remoting Channels (Custom)
    A Aisha Ikram

    Heath Stewart wrote: The one thing that does stink is that even using the BinaryFormatter, DataSets (which are application uses a lot) are still serialized to XML. This will be changed in .NET 2.0 if you set a property on the DataSet before serializing it. This was recently shown on MSDN TV and there is, obviously, a significant reduction in size (about 400%)! nice piece of information. But this is about formatters and not channels. what i have conceived as yet is that there are only two available formatters SOAP and Binary and about Channels TCP and HTTP. You can write ur custom channels but the formatter you will associate with ur channel could be either SOAP or Binary. My question is about channels and not formatters. @!$h@

    C# csharp dotnet question

  • .NET Remoting Channels (Custom)
    A Aisha Ikram

    yes i referred to that but Roman Kiss only mentioned how to make MSMQ based Channel and not the advantages/disadvantages of using MSMQ channel over the other channels. @!$h@

    C# csharp dotnet question

  • .NET Remoting Channels (Custom)
    A Aisha Ikram

    what about other (custom) channels like MSMQ, Pipes, Sockets? @!$h@

    C# csharp dotnet question

  • .NET Remoting Channels (Custom)
    A Aisha Ikram

    There are two types of channels that .NET framework provide 1)TCP and 2)HTTP and there are custom channels that u can create using any stream oriented transfer technology like Sockets, Named Pipes and MSMQ. My question is which channel is suitable in which situation. Can anybody tell me when should i use named pipes channel and when MSMQ. Need urgent response .... @!$h@

    C# csharp dotnet question

  • .NET Remoting Channels (Custom)
    A Aisha Ikram

    There are two types of channels that .NET framework provide 1)TCP and 2)HTTP and there are custom channels that u can create using any stream oriented transfer technology like Sockets, Named Pipes and MSMQ. My question is which channel is suitable in which situation. Can anybody tell me when should i use named pipes channel and when MSMQ. Need urgent response .... @!$h@

    .NET (Core and Framework) csharp dotnet question
  • Login

  • Don't have an account? Register

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