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

Software Development Network >> My Mac and Palm Just Work's Q&A profile

My Mac and Palm Just Work

Member List

SaucerBoy
Caffey
PeterVrenken
Mykhaylo Blishch
Jamesx
GuoHouzuo
Derek Smyth
Loopsludge
GrandpaB
Chris An
Latso
Kathirvel
Schnoogs
kirchu
JohnG1007
Wayne Sepega
Atiz
tovarish
programmer01
SalmanSheikh
Only Title

My Mac and Palm Just Work's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Compiling Errors in FX?

    I came to an error when compiling. And the error is an internal error in the fx file.The error description is like this: "d:\Program Files\NVIDIA Corporation\SDK 9.5\MEDIA\programs\HLSL_VideoFilter\VideoFilter.fx(618,2): internal error: invalid access of unbound variable" And the error code lies here: texColor0 = tex2D( YUVSampler, VSOUT.TexCoord0 ); Later I compiled .fx file in FX composer, it's just ok. Can anyone tell me where this internal error comes It doesn't sound right that you should be seeing an internal error. Which SDK are you using fxc is one of the components that was changed regularly through the bimonthly releases. If you're using an older compiler it could be a good idea to verify ...Show All

  • .NET Development Support for E4X anytime soon?

    Is support for E4X coming to JScript anytime soon I'm guessing no since 2.0 of the framework is about to roll out and it's not in there yet. Well honestly it's more important that it makes it into the ActiveScripting JScript engine, because it would be more useful on the client side. As for JScript.NET I'd see it as a rival to the C-Omega research language's native support for XML. The obvious benefits are support for XML concepts as first class datatypes in the language. Supporting E4X would make it a perfect language choice for writing web services on the .NET platform for example. ...Show All

  • SQL Server attribute relationship modelling by BIDS

    Hi, litle question about modelling attribute relationships on dimensions with >=50 Attributes As far as I know it is only possible in the treeview of BIDS to model attribute relationships, but what if I have already 50 Attributes and want to drag an attribute to an attribute thats already as much down that i cannot see it - if you drag an attribute the view does not scroll down like excel or some other appliation while you are at the boarder of the view. Is there any other way do add some attribute relationships (not code, not programming) Hannes You can right click on an attribute in the tree view and then choose "copy". Then you can go down to the attribute that you want to relate the first attribute to and ...Show All

  • SQL Server Cannot see SQL Server 2005 Services in SQL Server Configuration Manager

    I cannot see any services within "SQL Server 2005 Services" in SQL Server Configuration Manager. I am new to SQL Server 2005 and recently installed all of the SQL Server 2005 64-bit components on to a Windows 2003 64-bit server. I can create and view databases via SQL Server Management Studio. I can also start and stop the SQL Server service for the default instance via SQL Server Management Studio. But I should be able to start/stop the service via SQL Server Configuration Manager and I believe I'm supposed to use SQL Server Configuration Manager to make changes to the services. I'm concerned that something may have become corrupted and is effected the SQL Server Configuration Manager. Any suggestions Thanks in advance, ...Show All

  • SQL Server Strange ID created by the Subscriber

    Hi all, I have a table (Products), and the table is like this: - Product_ID (Primary Key), Not Null, Identity Specification: Yes, Increment 1, seed 1 - Name ... - Price ... When i insert in the publisher (PC, Sql Server 2005), it inserts correct ex: |Product_ID | Name | Price| Inserted by | | 1 | P1 | X | Pc | | 2 | P2 | Y | Pc | Then i replicate to Subscriber(Pocket PC, SqlMobile ), when i insert in Subscriber, it creates strange and big id's, is it normal is this to avoid conflict inserts Ex: |Product_ID | Name | Price| Inserted by | | 1 | P1 | X | Pc | | 2 | P2 | Y | Pc | | 3000 | P3 | Z | PPC | ...Show All

  • .NET Development Returning an Arraylist from a web method!

    hi! I have a web method that returns an arraylist of objects of type accommodation, when I try invoke this method, I get this msg. System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: The type localhost.Accommodation was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically. at System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(String name, String ns, Object o, Boolean xsiType) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Write1_Object(String n, String ns, Object o, Boolean isNullable, Boolean needType) Check the method below! [ WebMethod ] [ Xml I nclude ( typ ...Show All

  • SQL Server Who's the idiot that designed the file destination?

    It's funny: Everyone thinks that CSVs are awesome to transport data. I mean after all, SSIS defaults to Comma Delimited files. Even Excel defaults to it. Microsoft is supposed to be our leader! They should get this right. And get the terminology correct too. How many people describe the file as comma separated It's delimited! Even SQL server calls it delimited by the "delimited" drop down. CSVs suck and i will tell you why: When you transport any text field (especially Address) it has the possibility of containing a comma. This causes data to be parsed into the wrong fields. Why in God's grace would you EVER get in the habit of choosing a delimiter that SOMETIMES doesn't work I'll tell you a little short story: I hav ...Show All

  • SQL Server What permissions to give Cluster account in SQL

    Hey guys. I'll have an active/active cluster and seperate accounts for SQL Services and Cluster service. The question is what rights should the cluster account have in SQL if I've removed the 'builtin admins' from SQL Thank you The cluster account must be in a domain group, which will automatically have previlege of "builtin admins". This is due to a security problem as "builtin admins" still not strong enough to protect cluster services. See BOL for more details. ...Show All

  • SQL Server Line feed problem in HTML

    I'm using a string in report which contains chr(10) -> Line feed characters. They show up correctly (there are several lines) in Preview screen and in pdf-format but NOT in browser. I think the browser doesn't understand those characters. Is there a way to replace them somehow with other useful keys If there is an example would be great... I'm sorry but I didn't get it. I have 3 rows long field in report(Fields!Address.value) and that value contains those carriage returns. So should I edit the expression of the field to find where the carriage returns are and replace them somehow ...Show All

  • Software Development for Windows Vista Installing Vista drivers on XP

    We tried installing Microsoft Document Writer on Windows XP OS.But the driver is not getting installed.Even the printer driver developed by us is not getting installed on XP os. We would like to know the applications or files that are required for installing XPS document writer on XP From the XPS Faq we came to know that microsoft should supply a print processor with XPS document writer.Is the print Processor available for lower level os Could you please give me the location of the print processor Sivakami, Could you tell me where did you get the XPS Writer driver I looked through the files that the SDK installed, and I cannot find any XPS driver. Thanks, Tibi. ...Show All

  • Visual Basic Work with a file without adding it to current project

    Work with a file without adding it to current project I used to work with temporary files, under VStudio 2003, without having to add them to my project, by using Ctrl + N. Now, when I do that in VStudio 2005, the file is added to my project. How can I achieve the same behavior as in 2003 Thanks in advance for the help, Jelgab PS: I can later delete the file but, that causes confusion because it registers a change under source control and checks out the project. Thank you. In this case, I need this feature, to work with new files. For example: I copy XML contents from another source, to the clipboard, and want to paste it in a new file, and work with it from within my workspace. I also do that with HTML, Text, XSL, etc. Fo ...Show All

  • Visual Studio Express Editions Paint Problem at MDIChild at Opening at Startup in Maximized State

    Hi guyz, I have one MDI form and one MDI Child. Both form's property windowsstate=maximized. When MDI form loads, its child forms load at the load event of MDI. But, It not paints that child form properly to maximized area. there is border appears of that child forms without title. Once we minimize that bad painted form and again maximize it. it works fine.. So, why its doing problem at startup in maximized mode I've just transfered my winapp from Vs2005 Beta to Vs2005 express can anyone tell me.. please   is it a BUG of VS2005 Express Hi, I have the exact same problem. The reproduction of this error isn't hard. Just start with a Windows application. Set the Form1 to MDI container and add a menu strip and let it be the mai ...Show All

  • Windows Forms Install new ItemTemplate and WizardTemplates

    Hi, How can I install a new itemtemplates, and wizardtemplates. here's the scenario: I have the source code and the compiled files(Dll) so I can install the new components adding the dll, but some components need more tha one reference, and i have to put by myself, how can implement that when I put some component, all the references it need inmediatley add to my project, when I intall this components from the setup file all this is done background obviusly, but I wish to do by myself trought the complied Dll and source files. Also I wish to know how can install new itemTemplates and WizardTemplates from source code. Im Using the VB2005. ...Show All

  • SharePoint Products and Technologies Getting Access denied when nav to the Shared Service instance

    I created a Shared Service on my server a few days ago using the local administrator account. I have since created a separate Windows account (belongs to the Administrators group) for myself to use. I'm able to do everything in the Central Administration site but accessing this instance of Shared Serviced created a few days ago. What specific access rights does it need My windows account is in the Farm Administrators group too. I am facing this issue with accessing newly created SSP and never had issue like this. I can't access the admin site of SSP with any of accounts (set up user, farm admin , ssp pool and ssp service) used to setup but can access settings page like /_layouts/settings.aspx or se ...Show All

  • Visual FoxPro just asking....

    how can you make your database more interesting You may change the background of a form or page with a background picture. Brighten your forms, reports. Put a picture instead of text on a command or toggle button Put lines and rectangles in forms and reports. Display a splash screen when your database is opened You may change the background color of a control or section You can display a picture as part of each record on a form, report, or page. ...Show All

©2008 Software Development Network