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

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

S_A_S

Member List

Colmeister
nadir
DeamonX
re infecta
claydevin
Gerald Gibson
Mike Chapman
rauhanlinnake
David Jehring
Go4More
ronks
SalmonCreekGames
David J Oldfield
Codegirl
oolon
Vitalijus
Nagu
Mita1
v-rider
Alba
Only Title

S_A_S's Q&A profile

  • .NET Development XML with ASP Wizard

    Hi, I am using Asp Wizard, in which the two wizard steps are static html, the third wizard step is generated dynamically. The contents are loaded from an XML file. But I have an issue, the xml file is very large. So wanted to split the data and load them as in steps for the user. But am not sure as how to proceed. Thanks in advance. Regards, TIG. Could you give some code and examples to make your question and problem more understandable, I'm willing to help but couldn't figureout what you were trying to do. Sinan ...Show All

  • Windows Live Developer Forums My First Live Writer Plugin for BeyondTV!

    Well, I took the plunge today and wrote my first plugin for Windows Liver Writer and my first BeyondTV application. There are still some changes I want to make, but I did complete my objective. If you're interested in checking it out... you can read all about it on my blog. http://myblog4fun.com/dmohorn/archiv.../10/11/24.aspx ...Show All

  • Software Development for Windows Vista How to listen for event for child activties

    hi, I have a replictor in my workflow which runs all child activities in paralell. My assumption is that all activities will be running at the same time. Now if those activties a waiting for external event which one giong to get it or how i can scope event for each activity. Or should i create sub workflow in such case. thanks, Sajjad Hi, You will need to decorate the interface with the ExternalDataExchange using the CorrelationParameter and the functions using the CorrelationInitializer and the CorrelationAlias. They will ensure that each event is routed to the proper activity. Maurice ...Show All

  • SQL Server Microsoft SQL Server Migration Assistant for Access: No Convert Schema Highlighted?

    Hi all, I downloaded the Microsoft SQL Server Migration Assistant for Access 4 weeks ago. Today, I tried this program for the first time.  I added one Database with 3 Access 2003 Tables to the Access Metadata Explorer.  I right clicked Databaes on the Access Metadata pane and did not see the "Convert Schema" highlighted!!!   What is wrong with the program How can I make it highlighted    Please help and advise. Thanks in advance, Scott  Chang    Hi Mike,  Thanks for your valuable response. Today,I did migrate the 3 .mdb tables one by one as you instructed. I think I got my 3 .mdb tables migrated to the dbo tables in the SSMA for ...Show All

  • SQL Server limit of 4096MB

    Hi, I have a backup of a SQL database, and its 270MB. When i try to make a restore it says: TITLE: Microsoft SQL Server Management Studio Express ------------------------------ Restore failed for Server 'SPLYF-R3K8G8JL2\SQLEXPRESS'. (Microsoft.SqlServer.Express.Smo) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: System.Data.SqlClient.SqlError: CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed ...Show All

  • .NET Development Cannot have a DOCTYPE declaration outside of a prolog. Error processing resource

    Hi Yes, it's another one of these - sorry but I'm fairly new to this. I'm getting the following error, when trying to display some XML code on a browser and can't see where I'm going wrong: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- Cannot have a DOCTYPE declaration outside of a prolog. Error processing resource 'http://localhost:2999/Exam/Exam.aspx'. L... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "&.. I'm using t ...Show All

  • SQL Server The Problem 800a0ea9 absolute recipe what ?

    Windows X64 - IIS6 The Problem 800a0ea9 absolute recipe what conn.asp <% set Bag = Server.CreateObject("adodb.connection") strConn = "DRIVER={Microsoft Access Driver (*.mdb)};" & "DBQ=" & Server.MapPath("db/vt.mdb") & ";" bag.open strConn %> ADODB.Connection error '800a0ea9' Provider is not specified and there is no designated default provider. /test/ vt. .asp , line 16 Found the cause of your problem. http://support.microsoft.com/kb/197902 I suggest you use Jet oledb provider instead. <% set Bag = Server.CreateObject("adodb.connection") strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & ...Show All

  • Visual C++ yet another dwmapi.dll/IE7 issue

    There have been several threads concerning dwmapi.dll and IE7. Here's another one: I've created an MFC DLL that is being accessed by a Ruby script, something like: MyFunction = Win32API.new(mydll,"MyFunction",["P"],"V") On an IE7-installed machine, the Ruby script hangs (or, with the debug version of the DLL, the DLL fails to load). Running depends on the DLL indicates dwmapi.dll is missing. Earlier versions of my DLL which also had this delayed dependency didn't cause the Ruby script to hang, but when I added functionality to the DLL (functionality that must eventually depend on dwmapi.dll), the Ruby script started to hang. As with other threads related to this issue, uninstalling IE7 fixes the problem sinc ...Show All

  • Visual C++ Help please urgent

    This is a currency class i am so lost on how to do the empty constructors and methods please help!! [code] Currency::Currency():_dollars(0),_cents(0){} Currency::Currency( const Currency& curr) { _dollars = curr._dollars; _cents = curr._cents; } Currency::Currency( int dollars, int cents):_dollars(dollars),_cents(cents){} Currency::Currency( float curr) { } Currency::Currency( const string& curr) { } int Currency::getDollars() const { return _dollars; } int Currency::getCents() const { return _cents; } void Currency::setDollars( int dollars) { this ->_dollars = dollars; } void C ...Show All

  • SQL Server Monthly Average (Expected)

    Hi, I want to create a calculation in the cube (thinking that it can be done on that way). Please help me, you'll save a life :P Problem: TICKET NR CUSTOMER CITY MONTH YEAR PROBLEM COUNT IM1234499 BEU ISTANBUL 1 2006 1 IM1234500 CTB IZMIR 1 2006 1 IM1234501 BEU ISTANBUL 2 2006 1 IM1234502 CTB IZMIR 2 2006 1 IM1234503 BEU ANKARA 3 2006 1 IM1234504 ASE ANKARA 3 2006 1 IM1234505 BEU ISTANBUL 4 ...Show All

  • Gadgets radio form buttons?

    simplest way to do this settings box does this: 2 radio buttons so that you either select optionA or optionB on click OK settings are saved Gadget does this: upon closing of settings dialog box gadget updates to the settings you entered via funtions such as function optionCheck() { IF OptionA == "true" do this { some more stuff } Else { do this instead } } basically what I would like to do is have the settings dialog box open with 2 radio button options which are then saved so that I can then have the gadget can a function that checks the settings and changes itself accordingly. This should be really simple but for some reason I just can't get it, actually as you can ...Show All

  • SQL Server Replication: periodic initial snapshot not yet available

    I have a push subscriprion (publisher sql2000, distributor 2005, subscriber sql2005) that periodically (twice per month) changes it's status to " ... initial snapshot not yet available ...". Then I need to mark it as for reinitialization and start the snapshot agent (starting the snapshot agent without marking it for reinitilization doesn't starts the subscription to initilize itself). There is nothing important in the logs. Any suggestion why this may happen The network connections between distributor and subscribers sometimes are broken (it's over VPN), but there is a couple of other replication that goes the same way and they are fine... Has anyone gotten anywhere with this one We're seeing the same issue with SQL 2k5 . ...Show All

  • Visual Studio Team System TF51549: Missing or unrecognized server name

    Appreciated if anybody can help with this. I am getting this error in the event log whenever I navigate to this web service: http://localhost:8080/WorkItemTracking/v1.0/WorkItemTracking.asmx Error msg: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 12/13/2006 10:32:25 PM Machine: VSTSFS Application Domain: /LM/W3SVC/3/Root/WorkItemTracking-3-128105202784319918 Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 5648 Thread I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. $(ConfigurationName)

    Hello; is it possible to use the $(ConfigurationName) variable XNA Build CTP, just like we can use global variables Another solution would be to define different variables per configuration. Any suggestion would be appreciated, thanks! I am assuming you are using the graphical designer Conditional statements were not supported in the beta of the graphical designer. Also you might want to take a look at this thread just with reguards to what we've done with the designer for right now. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=612020&SiteID=1 If you have any questions about this please feel free to ask! Thanks! ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA on Windows XP Embedded

    Is XNA supported on XP embedded If not will it be in the near future Nope, and nope. We currently support only Windows XP SP2, and the Xbox 360 OS. Official Windows Vista support is coming soon. Anything else that we may support in the future cannot be accurately characterized as "soon." I do not believe we are currently considering Windows Embedded. If you have some specific scenarios that you'd like us to address, please submit them to the Connect web site so that others may vote on it and we can consider the impact of supporting that scenario. --Stephen ...Show All

©2008 Software Development Network