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

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

bk13

Member List

Puntor
David N.4117
WinstonPennypacker
Benin
NeCrom
satab
Dipi
jluce
werp
bryanedds
Evan Mulawski
Virdee
raja760
Dan Sherwin
Muna
hrubesh
Vijay R
ahmedmalam
Nate_NC
acf
Only Title

bk13's Q&A profile

  • SQL Server Script Source: Error on truncation etc

    I have a script source to deal with a source that has different "record types" (first 3 columns are the same then the remaining 2 to 30 columns are different based on the record type). Script source was working fine... then one of the columns that I had set to String with length of 2 came in with a length of 3 (which is not per spec)... instead of failing - all the columns after the one that had the bad value were null and the script just stopped as soon as it hit that.. AND said it was success.  Which means it imported the data incorrectly and since the script says it was a sucess you'd never know anything went wrong and it only imported 30 rows instead of 10k+ Any ideas on how to capture this error Code (shortened ...Show All

  • Software Development for Windows Vista Vista LiveUDF has refresh problem

    Dear all, I found that LiveUDF has refresh while renaming files. Here are the steps: 1. Format DVD+RW disc with Live UDF (UDF 2.01) 2. Copy a.txt to the disc. 3. Rename a.txt to b.txt 4. Now you can see both a.txt and b.txt... 5. Press F5, a.txt is gone and only b.txt exists. It seems to be Explorer's issue since it does not refresh the content automatically.... Best Regards, Minway Thank you for this information. I've forwarded this information to the UDF and shell teams. You should also file a bug via the normal channels if you want updates on the status of your issue. This forum cannot be used to provide that information. Thanks, . ...Show All

  • Software Development for Windows Vista Regarding CompositeActivityValidator

    Hi All, Can anybody please provide an example for using CompositeActivityValidator Regards, Chakri. You can find examples on custom activities and validators over here: http://wf.netfx3.com/files/folders/control_flow/default.aspx Foreach activity has a composit activity validator. Here is the link to the CompositeActivityValidator api: http://msdn2.microsoft.com/en-us/library/system.workflow.componentmodel.compiler.compositeactivityvalidator.aspx You can also find some starters information here: http://msdn2.microsoft.com/en-us/library/system.workflow.componentmodel.compiler.compositeactivityvalidator.aspx Hope this helps Elif ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Jerky animation in fullscreen mode with non native resolution

    I have a Dell 2005fpw wide screen LCD monitor with a 1680x1050 native resolution. I'm working on a 2d game with a 640x480 resolution and noticed when in full screen mode, the movement is jerky. I turned off vsync and the fixed time step and tried the following configurations. 640x480 windowed mode = smooth movement 640x480 full screen = jerky movement 1680x1050 full screen = smooth movement Does anyone know how I can have smooth movement in 640x480 full screen I'm wondering if it has to do with my monitor and it's native resolution or the game code itself. Why don't you set your resolution to the screen's resolution and scale all your graphics accordingly I did this with my game by inheriting from Sprite ...Show All

  • Visual C++ DELAYLOAD in C++/CLI

    I have C++/CLI library which is linked to unmanaged library FGCamera.lib. I want to use FGCamera.lib as delay-loaded Dll. In the Linker Properties, Input, I have FGCamera.lib in the Additional Dependencies. Now I add FGCamera.dll to Delay Loaded Dlls. Result of linking: LINK : warning LNK4199: /DELAYLOAD:FGCamera.dll ignored; no imports found from FGCamera.dll C++/CLI Dll is called from C# exe client. Delay loading is not working. How can I fix this I made the same test with unmanaged MFC project linked to this library, and got this message: LINK : fatal error LNK1194: cannot delay-load 'FGCamera.dll' due to import of data symbol '__imp__FGResolutionStr'; link without /DELAYLOAD:FGCamera.dll Cannot und ...Show All

  • Smart Device Development Vibraion API for pocket PC?

    Hi, Is there any API for Pocket PC 2003 which I want to use for VS2005(CF2.0). Thanks in Advance Hi, Is there any API for vibration for Pocket PC 2003 which I want to use for VS2005(CF2.0). Thanks in Advance ...Show All

  • SQL Server Moving database from one Server to another

    I am sorry for such a basic question. But i have done a search and the answers dont seem to be relevant in my situation I have two servers with the same setup where the sql is installed in default C/programme and the db is in D/some folder So the file structure is the same Back in SQL 2000 days the transfer was so painless, where I made the DB offline and transferred the main db.mdf and log to the new server and i attached it to the new sql server in the new server. Now this process does not work. I have tried the old method and it says something like you should do it with Move or something. I transfer the back up and try and restore and it says that it is read only. Surely things should get easier with sql 2005 or sql ...Show All

  • Visual Studio 2008 (Pre-release) How to return datatable from a typed dataset using WCF service and Jun CTP ?

    How to return datatable from a typed dataset using WCF service/   Hi,        In one of my application I am using the Typed Dataset that contains many tables. I want to return a particular Datatable form the dataset as following. -------------------------------------------------------------------------------------------------------- Case 1. The following code is working, but the problem is I can not use .EnforceConstraints = false property as this property only available with Dataset.   (I want to use this property because I want to return only selected fields from the table and rest of the fields may have not null columns)   mydataset.vemployeedatatable itypedstest.get ...Show All

  • SQL Server Scheduled Jobs

    Its not possible to schedule jobs via Express is it Like I have a process that connects to an Oracle system grabs the data... plays with it some and then inserts it into the MSSQL 2005 server... We need this process to run say every 2 hours... Express cant do that cant it SQL Express has no SQL Agent job scheduling service. You can execute the appropiate jobs using SQLCMD and the AT or any other scheduling service on your machine. See the feature comparison here: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions New Form not show up in task bar?

    I have a form that when I open the form it opens (Finally I have this working...lol). I would like the new window to not show up in the taskbar when it opens. Is this possible Any information would be greatly appreciated. Thanks, ...Show All

  • Visual Basic picture problem

    How do i make a picture from a file visible in the program on another computer that would not have the exact same file extention. Ex...... image.FromFile (C:\my documents\my pictures\pic.jpg) would be on my computer but that image wont work on another computer PLEASE HELP! Hi, Are you sure the file is in the same FOLDER Your file path may be the problem. Check that out first then try to email the picture to the other user's computer to see if they can open JPG files. If they can then it needs the file in the same place on the other computer. Otherwise a possible repair or re-install of a WINDOWS component or re-install of windows entirely. Regards, S_DS ...Show All

  • Visual C++ VcBuild failing to recompile when header file changes.

    I noticed that after changing a header file in one of my projects, the .cpp files that include it were not recompiling. I have narrowed down the problem to the simplest of cases. This is very simple stuff, yet Studio does not seem to be able to know when a file needs recompiling. Please help, I need to be able to rely on my compiler! If anyone wants a zip of the files involved, please let me know. Here is a screen capture of a simple edit-and-recompile iteration attempt: S:\Test>cat test.cpp #include "Test.hpp" int Test::Routine() { return 5; } S:\Test>cat test.hpp class __declspec(dllexport) Test { public: static int Routine(); }; S:\Test>C:/PROGRA~1 ...Show All

  • Visual Studio Latest MSDN library compatible with Visual Studio 2003?

    Hi: Can the May 2006 MSDN library be integrated with Visual Studio 2003 If not, what is the latest that can be Best Nag It doesn't appear so. The May 2006 Library is available at http://www.microsoft.com/downloads/details.aspx FamilyID=373930cb-a3d7-4ea5-b421-dd6818dc7c41&DisplayLang=en The Platform SDK contains most of the documentation in the Library, though not the Visual Studio doc. http://www.microsoft.com/downloads/details.aspx FamilyID=eba0128f-a770-45f1-86f3-7ab010b398a3&DisplayLang=en ...Show All

  • SQL Server Does SQL SERVER MANAGEMENT come with Visual Studio Prof 2005?

    I'm following a video tutorial about SQL wherein I'm told to download SQL SERVER MANAGEMENT STUDIO EXPRESS. However I have just bought and installed the whole MS visual studio pro 2005 along with the SQL that comes with it. I'm afraid to download and install the SQL SERVER MANAGEMENT STUDIO in case it botches up my prg already installed. Can anyone tell me if this management tool is already installed along with the package I have (if so, where is it - not listed in programs) Thank you for your time. SQL Server 2005 Developer is included with the Pro VS, this includes the full version of the SQL Server Management Tools. In regards to the tutorial you are using the functions are exactly the same.. ...Show All

  • SQL Server How to exeute dmx query?

    hi, I am using CLR stored procedure having my dmx query.I need to exeute that Query and get the resultset as dataset how to do this Here is my code sample namespace PredictPerformance { class perf { public static dataset getPredict(int StudID) { ---- return ds; } } } Execute the proc: SELECT PredictPerformance.getPredict(1) FROM [Stud_Model] how to get the result Thanks, Karthik. Hi Please try the following: 1. Change the class definition "class perf" to "public class perf" to make it public outside the namespace. 2. Change your getPredict(int StudID) to return a DataTable. 3. Execute the query SELECT PredictPerformance.getPredict(1) FROM [St ...Show All

©2008 Software Development Network