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
S

souidi abderrahman

@souidi abderrahman
About
Posts
31
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unable to open Silverlight Project
    S souidi abderrahman

    that is normal because you use the 2008 version of Visual Studio! and silverlight 4 it is working with the 2010 version!!!

    WPF help visual-studio

  • Load assembly dynamically and call methods
    S souidi abderrahman

    why you create interface??? you no need tthe redefinition of methods another time ( exist in assembly!!) you need juste to invoke method from assembly A. :)

    C# question csharp help

  • get API for facebook, twitter and myspace--urgent
    S souidi abderrahman

    hehehe... :)

    .NET (Core and Framework) csharp asp-net json tutorial

  • Mutiple Web Configure File Problem
    S souidi abderrahman

    maybe you need to look to the property of allowDefinition in your machine.config (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG/machine.config)?? it must be set to MachineToApplication.

    .NET (Core and Framework) help windows-admin security

  • how to use SQL with Silverlight
    S souidi abderrahman

    you can use the ADO.net DataModel to mappe your Database or the LinqToSQl(dbml) then you create a WCF for (ADO.Net DataModel) and a web serice for LinqToSql.

    WPF database help tutorial

  • Serialize WPF and telerik controls [modified]
    S souidi abderrahman

    Try to Serialize the Object.[[^]]

    WPF help csharp wpf xml question

  • Sessions in WCF
    S souidi abderrahman

    did you try to put your object in Contructor of the Class?

    WCF and WF csharp wcf regex help question

  • WCF RIA vs WCF in Silverlight
    S souidi abderrahman

    you can use the WCF Ria Service on The server Side of your Silverlight Application. the WCF Ria Service will provide data layer for Client side you can use the Ado.net Data Model or linq to SQl(dbml)to access to the database and then create your WCF Ria Service. :)

    WCF and WF csharp visual-studio wcf design

  • image processing
    S souidi abderrahman

    what is your problem??

    C#

  • image processing
    S souidi abderrahman

    :confused:

    C#

  • How to uninstall previous version of msi package? [modified]
    S souidi abderrahman

    right Click on the setup project and click uninstall :)

    C# help question tutorial announcement

  • How can i convert text file to pdf file?
    S souidi abderrahman

    try this link: [http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/447b4310-2d9f-4307-b648-775f6d091ab1/[^]]

    C# question

  • Quick Linq to XML question
    S souidi abderrahman

    Can you get a list of country: :) XDocument xmlDoc = XDocument.Load("countries.xml"); List countries = from country in xmlDoc.Descendants("country") select new { Name = country.Value, };

    C# question csharp linq xml help

  • image processing
    S souidi abderrahman

    What is your question please? :)

    C#

  • How to deploy Silverlight application on IIS server?
    S souidi abderrahman

    right click on server side application in your visual studio and click publish :) then in your IIS server you create a virtual folder and give it the path of your deploy application. :laugh:

    WPF

  • Any update to IIS7 gives me error HRESULT:0x80070005 (E_ACCESSDENIED)
    S souidi abderrahman

    you need to create virtual directory from you IIS 7 right click on default web site -->Add virtual web site and upload your application published. :) it is easy to do.

    Web Development csharp asp-net windows-admin help question

  • How to install silverlight
    S souidi abderrahman

    that is right :) because i did the deploy on vs 2010, silverlight 4.

    WPF help csharp tutorial

  • How to install silverlight
    S souidi abderrahman

    you need to install Silverlight 3 SDK for vs 2008. not silverlight 4!!

    WPF help csharp tutorial

  • Session
    S souidi abderrahman

    the server allow only single session!!! :confused:

    ASP.NET question

  • Forms authentication not securing files(other than web pages) in .net 1.1
    S souidi abderrahman

    did you configurate the cobfugration file to secure your application??:confused:

    ASP.NET csharp asp-net security help
  • Login

  • Don't have an account? Register

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