Software Development Network Logo
  • Visual C++
  • Game Technologies
  • .NET Development
  • Microsoft ISV
  • Visual Studio
  • Windows Forms
  • Architecture
  • SQL Server
  • Windows Vista
  • Visual Basic
  • Windows Live
  • VS Express Editions
  • VS Team System
  • Visual C#
  • Visual FoxPro

Software Development Network >> EyalMSDN's Q&A profile

EyalMSDN

Member List

Slawza
David Beavon
Ehab H.GEDDAWY
ravi bhagat
bugmenot
mrwebster
zseven
Dya
JohanH
benjycleyndert
RKishan
TimFröglich
Rod Kimmel
jlgrau
PeterVrenken
jimmyshu
Jan Heppen
Greg Schneider
Charbel CHARBEL
Blastobi
Only Title

EyalMSDN's Q&A profile

  • Visual Studio Express Editions How do I register SQL Server Express 2005 June TCP?

    There appears to be no obvious means to accomplish this, as there is in the other Express Edition products. Hi Folks, I'd be interested in the free books online offer too! Any one found any more information on qualifying Regards, Michael Murphy ...Show All

  • Smart Device Development How to turn on/off WiFi, Bluetooth and GPS device in WM5??

    Hi everyone, Is there any API to turn on/off WiFi, Bluetooth and GPS device in WM5 Hi, You an use the configuration service provider to turn on/off the Bluetooth. <wap-provisioningdoc> <characteristic type="Bluetooth"> <parm name="BtMode" value="0"/> </characteristic> </wap-provisioningdoc> For More Information check the http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/wce51conbluetoothcspexamples.asp For WIFI and GPS i'm not having any idea. ...Show All

  • .NET Development Problem in Automatic Deserialization of Low typeFilterLevel

    Hi All               I’m developing client/server windows application, using server activated remoting in v1.1.   All of my assemblies are signed with a strong name. In one DLL I’m having a class (say X) which is marked with [Serializable], coz this is passed as parameter from client to server.   When I run the application and a method in server by passing an object of type X its throwing an error saying "Because of security restrictions, the type X cannot be accessed."  I'm getting this error only when my assemblies are signed with strong name ...Show All

  • SQL Server MDX script to scope on all but the leaf levels

    Hi, I am trying to specify a scope statement on all non-leaves members of all hierarchies of a dimension (time dimension basically) so I would need to say something like this: scope (MyMeasure, not leaves(TimeByDay));    this = (MyMeasure,timeByDay. currentHierarchy .currentmember.firstChild); end scope; Does anybody see a way of doing this without explicitly repeating a scope statement for each implemented hierarchy.level-above-leaf like the one below scope (       {[Measures].[RG Queue State],[Measures].[RQ Distinct Queue State]},       [Processed Statistics Peri ...Show All

  • Visual Studio Package Load Failure Again

    When i run a perfectly compiling project, i get a package load failure error following which the sample.xxx file that gets created has no items in the toolbox. When i open a new .xxx file from My Templates there is only a cursor blinking. it does not take me to a designer page as expected. When i open the file manually i dont see any xml code at all. I cant understand why this happens. Arghhhhhh. The reason for this error is that i forgot to add a string resource i was referring to in the designer. I thought i had all the resources in place. That was the reason my solution was throwing an error. If at all any of you get a Package Load ...Show All

  • Visual C++ automatic Manifest creation with VS2005RC1

    I looked at the generated manifest file automatically created by VS and I found something strange.  Here an example of the generated for my MFC project : < xml version='1.0' encoding='UTF-8' standalone='yes' > <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>   <dependency>     <dependentAssembly>       <assemblyIdentity type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />     </dependentAssembly>   </dependency>   <depend ...Show All

  • Visual Studio Tools for Office Adjusting columnwidth to data in excel

    I fill my excelworksheet with data of a datatable. How can I adjust the columnwith to the data in them Because now it doesn't look that good. Thanks! ...Show All

  • .NET Development Create simple master page in VS2005

    Okay, this seems like it should be a simple thing, but when I look at the documentation for creating a master page in an ASP.NET web app, it says to right-click on the project, select Add..New Item, and a choice for master page will be there. Problem is when I do that there are 35 different options (Class, Windows Form, Inherited Form, etc.), but no master page option. Where did it go Visual studio version 8.0.50727.42 Hi! It sounds like it's showing you the items for a WinForms project, not a web project. You should see on the list an item for Master Page on there some where. The best p ...Show All

  • Windows Forms how to run a another windows application in my application?

    I want to run a windows application(e.g. notepad) in my application, how can i done it  please write a demo code for me. thanks in advance! This might help. Just substitute the Notepad.exe for the IExplore.exe. <post>6476</post> ...Show All

  • Visual C++ left of ->position must point to struct/class etc

    I dont seem to be able to find the error causeing the problen in the title System::Void btnFirst_Click(System::Object ^sender, System::EventArgs ^, e) {     this->BindingContext->Contains(dsDailyOrders, "Workorder")->Position = 0; } thanks in advance for any help. Just a guess! Contains returns usually a bool value. So this->BindingContext->Contains(dsDailyOrders, "Workorder") returns a bool and the bool operator has no operator -> ...Show All

  • SQL Server dbf in network location

    I tried to connect my *.mdf (using path like this: \\Server\infotec.mdf) file to MSSQL EXpress 2005 engine using MSS Management Studio Express but I get message that attaching databases from network paths is impossible. Is there any possibility to do this thx, Tom Attaching database files in a network location is not recommended. The reason being that SQL Server needs exclusive access to the files, and also needs to ensure that reads and writes are of sufficient speed. The reads and writes also need to follow guaranteed sequence. Very few network devices can satisfy these requirements. Here's an ...Show All

  • Smart Device Development How could i create a database application in VB 2005 for windows ce?

    hello! i've been searching the internet for the answer to this question, but i didnt find any that is useful to me. i would also like to know everything that is connected with the database application im intending to write. thanks a lot. may apologies, it must be the trans-Atlantic language barrier, I thought you were being sarcastic ...Show All

  • SQL Server Help says ODBC is Available. Where?

    In BOL it clearly says that you can "use the Microsoft OLE DB Provider for ODBC Drivers provided." in relation to Analysis Services. ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/uas9/html/9fab8298-10dc-45a9-9a91-0c8e6d947468.htm Unfortunately, this provider is not in my list. Here is the full text section from help. "Other relational systems support the older Open Database Connectivity (ODBC) specification but do not yet support the OLE DB specification. For these systems, use the Microsoft OLE DB Provider for ODBC Drivers provider. Although ODBC providers can be used by referencing them with the Microsoft OLE ...Show All

  • Smart Device Development Help required handling OutOfMemory exception situation

    Hi. I have a C# Smart Device application [VS2003]. I have a picturebox in it. I allow users to browse for jpeg and gif images. The selected image will be loaded into the picturebox. This works just fine. The problem starts when I try to load a camera captured image into the picturebox. It throws OutOfMemory exception when I try to do so. I understand this occurs coz the size of the image is too large. Can anyone suggest me a workaround for this problem Is there any way I can compress camera captured images, so that those can be loaded into the picturebox If I am not able to load camera captued images into my application, the entire pu ...Show All

  • .NET Development authentication for creating a remote sever object

    I think this is the right forum... I am trying to create a remote server object from an ASP page, as per the following MSDN article: Creating a Server Object in an ASP.NET Page ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmsrvsdk/htm/creatingaspserverobj.asp ) At the bottom of the article it says: "By default, Internet Information Services (IIS) uses Integrated Windows authentication which does not allow you to create a remote object. You must therefore configure IIS to use an authentication method that allows delegation (such as Basic authentication) and add the following tag to your Web.config file: < ...Show All

©2008 Software Development Network