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

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

JerryShea

Member List

suncream
hegel
zippy1981
Lubor
Paul Fuhrmann
Kutta Srinivasan
cravingsushi
Ernest D Cook
SL88
Sanjana
henniman
David Dilworth
simonoch
Simon Francis
BeerBecks
Vipul Modi
JBond007
sriram.ds
Joshua Yates
mohd sufian
Only Title

JerryShea's Q&A profile

  • .NET Development Where is ICLRRuntimeHost::GetDefaultDomain?

    I'm trying .NET Beta 2 CLR hosting. Why is there no ICLRRuntimeHost::GetDefaultDomain QI for IID_ICorRuntimeHost on ICLRRuntimeHost returns E_NOINTERFACE. Calling CorBindToRuntimeEx twice is not allowed to get both pointers. Is this just for beta2 How would I create/manipulate AppDomains from unmanaged code otherwise Thanks Thanks! Binding to both interfaces is much more acceptable than using ...Show All

  • Software Development for Windows Vista Ah ya i need help badly?!

    seriously microsoft you need better FAQS, i download vista 32 bit build 5270 DVD, i burn it , i install in middle i get and stupid erorr, could not move files from setup files blablabla.. NOW.. i read just mount is with something and run it, i ran it with daemon tools, installed put in my key and it restarts, i am all happy.. until the boot screen comes and then WALA restarts and doesn't work! i need help.. you can contact me by gmail, kasraowji ...Show All

  • SQL Server Angry user #2

    I am also angry and frustrated with SQL 2005 Management Studio - here are some of the problems I'm having ... 1.  When I look at the jobs on the summary page and click details I see only the name and status of the job -  With Enterprise Manager I can see the name, status, category, last run date and next run date.  Where's the rest of the info 2.  Occasionally I get a blank summary page with nothing ...Show All

  • Visual Studio Team System Can not run Test in Debug

    Hi, I have big solution. For testing different parts of the solution I added unittest project to the solution. The project holds a score of tests. When I try to run test from TestManger (I check in check box a test and after click on right button of a mouse I pick up "Run Checked Test"), the test succided to run. But if I try to debug ("Debug Checked Tests") test, the VS is crashed. Before VS crashed it throw message box with next ...Show All

  • SQL Server Creating tables with variables value???

    Hi I would like to know how can I create a table with a veriable from my code. This is my code: DECLARE @MTH INT DECLARE @MTH2 INT DECLARE @DAY INT DECLARE @BGN DATETIME DECLARE @END DATETIME DECLARE @ENDI INT DECLARE @DTCTRL DATETIME DECLARE @TBLNAME TABLE (NOME VARCHAR(30))   --||_@MTH _ ===>_RANGE_MONTH/DAYS___||  SET @MTH = 11 + 1   _RANGE_MONTH">--||_@MTH2_===>_RANGE_MONTH ________||  SET @MTH2 = 5  --||______ ...Show All

  • Visual Studio Team System team build of C# and C++ projects

    Hi, I am working on managed code projects written in C# and C++. Now, iam trying to build using Team build. It seems its not possible to build them with one buildtype because platform settings. Is there any possible solution Thanks in advance. Yes, you can build them in one build type. Use "Mixed Platforms" as the platform. Thanks. ...Show All

  • Visual Studio winforms reportviewer: Simple sorting and grouping fails in VS 2005 Beta 2 (beta2.050215-4400)

    Hi, is it a bug, that sorting and grouping fails, when trying to display a report with winforms reportviewer. I always get a Microsoft.ReportServices.ReportProcessing.ReportProcessingException as soon I add sorting/grouping to the rdlc. Without sorting/grouping it works fine. If it's a bug, is it fixed in a newer ctp Regards Joe As you have already identified, you cannot group/sort/filter on Guids in the Be ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. [GDI+] ColorMatrixEffect

    I am not sure where a GDI+ question is supposed to be posted, so feel free to move it if it should be somewhere else. But I read up on ColorMatrixEffect, and it says it is suppsed to do "Affine Transformations". http://msdn.microsoft.com/library/default.asp url=/library/en-us/gdicpp/GDIPlus/GDIPlusreference/classes/colormatrixeffect.asp Does that mean translating 3D points, or are they talking about some translation of colors An other thing ...Show All

  • Windows Forms Inheriting TreeView and OnPaint

    Has anybody successfully been able to inherit the TreeView control and do anything worthwhile   I inherited it and it doesn't even call my overrides, specifically OnPaint.  I have tried this on numerous machines with the windows 2000 and windows xp& ...Show All

  • Visual Studio Team System TF Workspace command-line

    Hi I am trying to use a HTML applciation and calling the "VS2005 command-line batch file" and the "tf workspace" command using wscript.run. I run into issues when I use "tf workspace /new aaatest ....." without the "/noprompt" option. Is it a bug in the command line that I have to use this option Is there a workaround where I can use this command with the "Add workspace" window ...Show All

  • .NET Development form is lost

    Hi. I am trying to do simple graphics here using 2 forms: 1 main form which executes form 2 (graphics) in a seperate thread. form 2 on load basically has a for loop and in it will increase the opaticy of the form by 0.01 to give a fade in effect however once this is shown, the form is then lost! if i do not put this in a seperate thread created in the application it's fine, the form is there. but since this type of graphic "freezes" the previous ...Show All

  • Visual FoxPro Additional fields in table exported to txt

    Hello, I need to output from a VFP 6 table to a text file. When I use "copy to mytext.txt delimited with ," I get an additional field before and after each of the original fields from the table. This means that in my new text file, fields 1,3,4,6,7,9,10,12,13 etc are empty fields that were not present in the table and fields 2,5,8,11,14 etc are the fields with data. Can anyone tell me how to avoid these "extra" field ...Show All

  • Visual Basic Conversion from string "0" to type 'Integer' is not valid.

    I'm getting the above error when trying to pass the value from a hiddenfield control to an integer parameter in a class. This results in a "Input string was not in a correct format. " error. If I try to cast the hiddenfield's value to an integer, I get the same conversion error ('Conversion from string "0" to type 'Integer' is not valid.'). is this a bug Basically I'm having exactly the same problems with dates ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mesh draw not respecting depth

    Hello! I've created a small sample, drawing a few Box's with the Mesh class, just to get the feeling of DirectX. Unfortunally, the objects that appear on top - being most visible - are the one's that are rendered at the end, and not the one's that are farther away from the camera. Im sure i've missed something, but can't seem to find out what (Guess that's because its such a newbie question... ) Well, thanks for your atention. I can post the co ...Show All

  • Visual Studio Team System multi-platform project dependencies

    Hi there, I'm trying to migrate to Team Foundation Build and ran into a problem which is caused by the different order MSBuild builds the projects with different platforms. Let's say there is a solution with 3 projects and following dependencies: project1 platform: x86 project2 platform: Any CPU depends on project1 porject3 platform: x86 depends on project2 My good old batch-script just calls 'devenv example.sln /Build Release', so de ...Show All

©2008 Software Development Network

powered by phorum