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

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

uzy

Member List

Gareth Bezett
hanbert
Jeremy_Ward
TX Gal
TrickyToo
Ewan
John Semmel
Yustme
bcw
Chi Wong
GEORGE62
Pavel Krebs
Kyoo
Raj127799
John Kozlowski
A_P
Rob Targosz
zwang2
danielanvar
WYaple
Only Title

uzy's Q&A profile

  • .NET Development DataGrid... not displaying all rows

    Hi, The below code works asis, but I would like leave out certain rows. How is this done Thanks a bunch. <asp:datagrid id="Datagrid1" runat="server" DataKeyField="Vehicle"> Columns> <asp:BoundColumn DataField="Class"></asp:BoundColumn> </Columns> <Columns> <asp:BoundColumn DataField="Teacher"></asp:BoundColumn> </ ...Show All

  • Visual Studio Express Editions Deploying a VB Express + SQL Express project

    I am starting a new thread because I simply cannot find a definitive guide on how to achieve this,  there are lot of snippets of information, but very little appears to be included in the actual Beta 2 Express I have been using. (As an example: the MSDN on-line documentation refers to concepts such as a "Setup and deployment project template" and a "Installation file Manager" neither of which appear to exist i ...Show All

  • SQL Server IIS 6 MMC problem with ReportServer and ASP.NET configuration

    Hello, I had a working Report server till I did the following: - Go to IIS 6 MMC - Display Reportserver vs properties - click on the ASP.NET tab (2.0 50727) - click on the "Edit Configuration" button - Look at the config, do not change nothing - Click OK This has kill the Report server, it is now giving an error: An internal error occurred on the report server. See the error log for more details. (rsIn ...Show All

  • SQL Server still cannot run my job

    this is the scenario. first i created a dts in my computer(local administrator account) this dts writes in an xls file in a local path for instance c:\tests... this dts uses a vb script to run this task, then.. i save it local and run it from my bids and finishes ok, after that i change the protection level to server storage and copy it to my target server.. in this server i log on with an administrator local account using windows authenticat ...Show All

  • Visual Studio Team System Substitution of text during checkin or checkou

    Hi, Is there a way to replace certain key-words in the source-code during checkin or checkout (Checkout would be prefered) Background is source-code-cleaning (remove bad words in comments, developer names etc.) Kind regards, Daniel If you are after keywods substitution.as seen in other VC tools (i.e. $Author: $ to $Author: Daniel $) then this is not supported in V1 of the product. However, it sounds ...Show All

  • Visual Studio 2008 (Pre-release) Strategy for debugging XAML runtime errors?

    I'm having trouble tracking down XAML runtime errors since the debugger just breaks on app.Run and the error message gives me no information about the location or context of the error. Is there something I can do about this The parser is throwing because its not able to convert Foo to a property. This is probably because you havent given enough information to resolve the proeprty. Some options&n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Tutorials build but will not run

    I figured I would give DirectX programming a try since I've been finding myself frustrated with the old school ways of OpenGL.  I downloaded the October SDK and installed it, I am using Visual Studio 2003 Professional on a Windows XP Professional operating system.  This is running inside a VMWare machine.  I can run the example executables just fine, albeit in software mode, but it does work.  Now for some reason when I load ...Show All

  • Visual Basic Unable to Connect to SQL Database when i Install my Application on Clients system....

    Hi! I have completed an Online Examination project in vb.net with SQL Database at Clients Office .. and i Deployed to Client.. and i installed it successfully...The problem is: When i open the Application an error message displays that unable to connect to server... but the application runs perfectly from the computer in which i developed... Actually the Database has to be connected through Office LAN... I have used the Connection St ...Show All

  • Visual Studio Printing without the ReportViewer

    In a Win Forms app, is it possible to print a report without using the ReportViewer control I want to provide a print button on a Form (like Outlook does) and then use an embedded Report to print the data so I don't really need the ReportViewer. I would want to display the PrinterDialog though and use the settings from here to control the printed Report. Is this possible too Regards Graham Well, I'm so clo ...Show All

  • Visual Studio Express Editions GPIB communications

    I was wondering if anyone knew how to interface with GPIB using VB 2005. I am writing a program that has a RS232 interface and a GPIB interface. I have the RS232 interface working but when I try to add a reference to Visa32.dll I get an error that it is not a vaild Com file or that it cannot be accessed. I have read a number of examples from National Instruments and they each say to reference the Visa32.dll file. I have verified that it on th ...Show All

  • Software Development for Windows Vista Problem with dynamic assemblies usage

    I have a project which uses workflow and dynamic assemblies. When the project is being debuged in Visual Studio 2005 the "A first chance exception of type 'System.NotSupportedException' occurred in mscorlib.dll" is thrown. Call stack: > mscorlib.dll!System.Reflection.Emit.AssemblyBuilder.Location.get() + 0x37 bytes System.Workflow.Runtime.dll!System.Workflow.Runtime.DebugEngine.DebugController.AttachToConduit(System.Uri url) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. linker problem

    I'm making my first DirectX program and when I try to compiler I get this error: DirectX Test error LNK2019: unresolved external symbol _DirectDrawCreate@12 referenced in function "bool __cdecl init(struct HWND__ *)" ( init@@YA_NPAUHWND__@@@Z) and it point to this line in my code: hr = DirectDrawCreate( NULL, &g_pDD, NULL ); hr is a variable of type HRESULT and g_pDD is a var of type LPDIRECTDRAW please help ...Show All

  • Windows Forms how to open ur custom file format in ur application

    hi, i am developing an application in C#.For saving the state of an application i am using a custom file format.Now suppose a user using the application want to save the state of the application he can save it as "savedstate.abcd" where .abcd is the new extension to be supported by my application.Now when he double clicks on this saved file named "savedstate.abcd" my application will open up and the objects being used in my application will be i ...Show All

  • Software Development for Windows Vista Load a custom activity designer in the designer hosting application

    I created a custom activity designer for a custom activity. When I loaded this activity in my designer hosting application, I got the following exception. Syste.InvalidOperationException:"Theme properties can only be changed in the Theme Configuration Dialog." It happened inside the custom activity designer class: public sealed class StepBehaviorActivityDesigner : SequentialActivityDesigner { protected override void ...Show All

  • Visual Studio Express Editions Cannot open include file: 'atlstr.h'

    Having ustalled Visual C++ Express Edition, I'm attempting to compile a source which had an  include for atlstr.h. Compilation fails because that header is not present. I've done some research at seems that atlstr.h is part of the Active Template Library. Where can I download a version of ATL that includes atlstr.h I've downloaded both version 7 and 7.1 but neither includes atlstr.h. Thanks. On my pre ...Show All

©2008 Software Development Network

powered by phorum