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

Software Development Network >> Jens St's Q&A profile

Jens St

Member List

Col38983
Brent Mills
Premal Mistry
czaba
canelo
DK Malethia
Siebe
bvanskiver
hda
dma550
Little Zip
! Search-Engines-Web
int2str
rax_uk
Ken Holcombe
Matt Braafhart
shaun neal
madhusrp
thn
GeriB
Only Title

Jens St's Q&A profile

  • Visual C++ build errors in vc++

    Hi,             I am new to vc++. I have one vc++ source code. I am running this on vs2005. for me it is giving the following errors. I saved the source file in the following path. "c:\programfiles". The errors are 1)Error 1 error A2022: instruction operands must be the same size   the lines where i am getting the error is: TIGERROUNDSSE2 5 TIGERKEYSCHEDULESSE2 TIGERROUNDSSE2 7 TIGERKEYSCHEDULESSE2 TIGERROUNDSSE2 9   The lines highlighted with red color are causing the error. 2)Error 13 error PRJ0019: A tool returned an e ...Show All

  • Visual FoxPro cannot generate an exec file

    I just finished a large project and tried to generate an .exe file from it. I encountered the following problems. BUILD EXE FROM ..... issued from the Command Window gives me a series of errors. The first one is entirely unexpected. It claims that a file "inpARR" could not be found. When I click on "locate' it offers me a file dialog box to find it. I definitely do not have any reference to a file by this name anywhere in my project. There are a few places where an array "inpARR" is used. There is no line number or procedure to locate the source of this error and it is a pretty daunting task. I combed the whole pr ...Show All

  • SQL Server SVG in report?

    I'd like to create a report which contains SVG vector data. Right now, I have an ASP.NET application which displays this data in an EMBED block of the web page, and it requires Adobe's SVG Viewer plugin to be installed. Is it possible to display SVG in a report There is no native support for SVG in Reporting Services at this point. With the CustomReportItem extensibility in RS 2005, third parties could implement a CustomReportItem control for RS 2005 that is capable of drawing SVG into a static image. -- Robert ...Show All

  • Visual Studio Team System Setup failed

    Setup failed and I am using the only version of SQL 2005 developers edition I can get June CTP.  I cannot get the April CTP I do not have a subscription and I do not have any money. We are planning on distributing the RTM version on CDs. With our Betas we do our best to make this accessible to everyone -- via media (DVD) and download.  I'm sorry you are having an issue, perhaps you can put the DVD on someone elses machine and copy the ISO images. marc ...Show All

  • SQL Server Data Conversion Components & Code Page issue

    I am using the SSIS wizard to pull data from DB2 z/os to sql server.  The data flow task that is created converts the data to DT_STR Ansi 1252 before storing to sql server database.  The package is blowing up on in the data conversion component...no match in found in target code page...for my city name field. My old dts wizard didn't have this problem.  The forums seem to indicate that SSIS is no longer doing some of the implicit conversions that DTS did and I may have to do more than one conversion. What format type/code page do I use for the other conversion   The code page for my DB2 data source is ...Show All

  • Visual C# A couple of small newbie C# questions.

    I'm making a breakout game in C# to try and help myself understand Structs. I used this code to define a "brick" object... struct obj_brick { int x, y; Boolean removed; Image sprite_index; public void draw( Graphics g) { if (removed == false ) {g.DrawImage(sprite_index, new Point (x, y));}} public void remove() {removed = true ;} } I can easily now create instances of obj_brick like so: obj_brick myBrick = new obj_brick(); //creates it, ok myBrick.x = 5; //does not work due to "protection level" .. I can however, access myBrick.draw(); fine... A final (and shorter!) question... how do I go about iterating through ...Show All

  • Visual Studio Express Editions How many source files are needed to publish a VB program

    I have put Form1.vb and Form1.Designer.vb for a small serial port program in our knowledgebase, but it seems that these two files are not enough. In some examples I have seen Form1.Designer.vb inserted in the beginning of Form1.vb to form a complete source code. How do you do that That was in previous version of Visual Studio 2005. In VS 2005 the designer form create two files (both are a same class, but in two files, this is a partial class, new concept in this version of visual studio 2005). ...Show All

  • Windows Forms Change Windows Class Name

    Is there a way to override the forms default window class name .. (WindowsForms10.Window.8.....)  I tried to override CreateParams but got an exception  System.ComponentModel.Win32Exception "Invalid window class name" Can someone please help as my app needs to be located by a c++ app which is using FindWindow() method. The reason for not using the WindowTitle as the other&nbs ...Show All

  • Visual Studio Team System Resolving external file references

    I have been following Manish's excellent blog on this topic at http://blogs.msdn.com/manishagarwal/archive/2005/09.aspx I have amended the .vbproj of one of my class libraries with the target below in an attempt to have a centralised binaries folder containing my external references, but when I build through the IDE, I dont get a 'Binaries' folder created containing the class library. DO I need to define $(SolutionDir) and/or $(TargetPath) for this target to work or is there something else I need to do <Target Name="AfterBuild">     <Exec       Command="xcopy /Y /S /F $( ...Show All

  • Visual Studio Team System Using Team Foundation System for Visual Basic 6.0?

    Is it possible to use Team Foundation System when working in Visual Basic 6.0 Is there a possibility to integrate TFS in VB6 It is possible to use the Team Foundation Source Control with Visual Basic 6.0 using the MSSCCI Provider, see http://www.microsoft.com/downloads/details.aspx FamilyID=32202966-EF04-442F-8C5C-88BDF15F551C&displaylang=en . You can also find some more information on the provider in Rob Caron's blog - http://blogs.msdn.com/robcaron/archive/2006/02/20/535786.aspx . ___________________________ Sarah Cameron - InCycle Software ...Show All

  • .NET Development ASP.NET Adding AssemblyInfo.cs -- Application Versioning

    Have difficulties adding AssemblyInfo.cs file to web project in VS 2005. I don't see any option to add one. I have to manually create one ... am I missing something.... In past I control Version and Assembly information (AssemblyTitle, Desc, so forth) within AssemblyInfo.cs. Now after adding AssemblyInfo.cs file manually I am unable to retrive those values within the application. Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx t ...Show All

  • Smart Device Development Setting up the Correct ATL Include and Lib paths after eVC4.0 project port to VS2005

    Hi I ported an application that compiled and linked fine in eVC4.0 to VS 2005. When I compile the project in VS 2005 I get the following linker error: LNK2019: unresolved external symbol VarBstrCat referenced in function "public: long __cdecl ATL::CComBSTR::AppendBSTR(wchar_t *)" ( AppendBSTR@CComBSTR@ATL@@QAAJPA_W@Z) In looking into this I see that the include file used for ATL is the main Win32 one and not the SmartPhone 2003 SDK one. I know I can include this in the Tools->Options->Directories stuff but if I do this this will have an overall effect on all project (non Smart Device ones included). If there an ea ...Show All

  • SQL Server Conflict of Permissions by NT Groups

    Hi, This is regarding permission issue in windows-authenticated sql server 2000. I have two NT groups namely A & B. Groups A has all permissions on SQLDB1 while group B has all on SQLDB1 and SQLDB2. Since I dont want B to have INS/UPD/DEL rights on SQLDB1, I revoked those permissions for B on the same. But users belonging to both groups suffer INS/UPD/DEL rights on SQLDB1. Could anyone help please Thanks in advance. Use DENY instead of REVOKE. -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualityle ...Show All

  • Visual Studio How to Create Crystal Report Components at runtime?

    Hi every body, I try to build dynamic report by VB.Net where i want to create crystal report components like(ITextObject,IBoxObject,... ) at runtime but i do not how and if it possible to do that. If there are anyone can help me. Please Contact me. Thank You. ...Show All

  • Visual Studio Tools for Office It works

    Hi everybody, I know I should not run away from my problems. But what else can I do I have an VSTO Word solution. This part works fine. I also installed it on a other pc than my, and it just works perfect. But there is one small thinh that is missing. And this is where my problem starts: When the user starts "Word" for example. There shlould be a button in the "Standard" Menubar. I tired this with a shared add-in. And it also works but only on my pc where the VS2005 is installed. I just can't install it on an other pc. I tried it a few times and every time after starting "Word" the registry value of "LoadBehavior" gets back to 2. What mean ...Show All

©2008 Software Development Network