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

Software Development Network >> Eddy-kun's Q&A profile

Eddy-kun

Member List

Kapop
Epicycles
John J. London
ibisxin
-JM-
Sobot
quacka
Taillo
Parag Gaikwad
LMC39273
adedes
Brian72
DrNecessiter
eros2
Ger van der Kamp
Zalkalway
dpua
bhaskar karanth
forumnewbie2006
Prime Digits
Only Title

Eddy-kun's Q&A profile

  • SQL Server an error while trying to read .sdf file from the pc application ? please help

    hi i have a problem with reading sql mobile database existed on the pc i made a sql mobile database connection with ( Add New Datasource ) and then set the datasource of dataviewgrid to display the returned dataset . at run time i have an exception said  : cann't find the library with the name sqlceme.dll as i remember , can you help me solving this problem because i very need this step , plea ...Show All

  • Visual Basic VB express - text file in resources

    Can somebody help me with my first program please. I am using vb express and have a text file in resources. When it is accessed like this there is no problem:- Dim file As New System.IO.StreamReader _         ("C:\Documents and Settings\Frank\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Resources\wintable.txt") However when I try this:-  Dim file As New System.IO.Str ...Show All

  • Visual Basic Setting Custom PaperSize

    Hello guys, I am a basic Programmer... The task I need 2 do is print a small bill using dot matrix printer. The problem I am getting is abt the paper size.. The paper size in which I have 2 print the bill is about 6X3.5". I haved searched some posts also and found the usage of system.printers.papersize class to set the custom papersize. but I am not being able to find the reference 2 system class and use if.. ............................... ...Show All

  • Software Development for Windows Vista Jason Sacks - Alittle information on my confusion please.

    I was referred to the Vista Beta 2 by a friend. I have gained access to MSDN at a OS level. I have downloaded Office Pro 2007 Plus, and have allready found a repetative bug. However achiving a download location for Vista Beta (any build) latest I belive is 5365 is impossible. I am not interested in SDKs to build programs as I am a end-user. I have went to : http://www.microsoft.com/windowsvista/default.aspx Main Info Page. http:/ ...Show All

  • Visual Studio problem debugging a com interop assembly, excel doesn't return any values

    Hi, I have a problem debugging a class library assembly with com interop through another application, specifically MS Excel. I recently downloaded an example on building a com interop assembly in visual basic. I finally got vb to build the assembly but now excel doesn't seem to recognize it or something, as i only get the error #N/A in excel. In the debugging mode i never get anything back from excel, so i think my problem is right there, but i ...Show All

  • Visual Basic getting HTML from a website

    Hi guys, I'm making a project that requires getting the HTML source from a website. I'm not at all sure about how to go about doing this. Any help would be greatly appreciated! Thank you so much in advance! -Robert Robert.... There are women here too. The other two identical questions you asked are in VBE and you marked your question as answered here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=414318&SiteID=1 ...Show All

  • Visual Studio Tools for Office VSTO - Outlook - Unload addin

    I have written an addin for Outlook 2003 using VS.net 2005, VSTO, and C#. In " ThisApplication_Startup" I perform several tests to see if the addin should load for the current user. If the addin should not load, how do I unload the addin without shutting down outlook I keep seeing things that say you can shut down the addin's app domain, but I have not seen code that says how to get the addin's app domain. If this is how you are su ...Show All

  • Visual Studio Team System Installation error - Ms.VS.QualityTools.Resource.dll

    Greetings, After 4 days trying to install the beta and always failing on writing Microsoft.VisualStudio.QualityTools.Resource.dll I have to throw up my hands and plead for help.  I have searched every resource I can find I cannot get around this.  Help!  Please   This is a fresh XP SP2 install on a virtual PC.  1Gb RAM and 20Gb disk allocated to the VPC.  No other software.  Network connectivity established and ...Show All

  • SQL Server SSIS Performance 32 Bit V 64 Bit

    I have been working on a project last few months. I have developed the project on my laptop, which is resonably powerful. It runs through fine within 9 mins with sample data set. If I replicate the same environment on a 64 Bit machine with 32 Bit Win 2003 and SP1, it takes just over 7 mins. If I rerun it on a 64 Bit machine with 64 Bit Win 2003, it takes between 21 and 24 mins. We are executing the packages via ...Show All

  • Visual Studio Team System Reports are not showing the newest information

    Hi guys, i’ve tried everything, from deleting and rebuilding the TFSWarehouse database to changing the cache control in the report client, nothing is working for me.... My reports are working but they seen to ignore the newest data that my team is producing... i cannot get the newest data from the last 5 days... I’ve read the other posts but nothing worked, any sugestions []'s Ciro Fonseca Hi Ciro, Have you gone through t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Dramatic memory leak in DrawText

    I've been banging my head against the wall for the last few days trying to track down the source of a rather big memory leak in my Direct3D-application. Turns out the culprit seems to be the DrawText function. Let me explain exactly what happens: I'm using a variable width truetype font (Times New Roman) created through D3DXCreateFont. I'm using this in various parts of my application, but the part where the problems are easiest to notice is ...Show All

  • Smart Device Development Which version of CF on WM5?

    Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... ...Show All

  • Visual C++ Compiler bug?

    I get incorrect results when running this app built release. It should print "a=1, b=2" but in release it prints "a=1, b=1". Correct results is obtained if the  member function "function" is put into the cpp file so that the compiler can't inline it. Is this a known compiler bug I'm using  version 7.1.3088. (This is an artificial example to show the phenomenon) /Staffan main.h: #include <iostream> #include "test.h" using name ...Show All

  • .NET Development .NET Runtime 2.0 Error Reporting

    Hi, My application is running on 65 PC. After a few hours, this applications crash on 2-3 PC. I get no exception in my log files. I set the Application.ThreadException and AppDomain.CurrentDomain.UnhandledException exception event handlers. The last one is triggered with 'System.NullReferenceException: Object reference not set to an instance of an object.' but there is no stack trace available. I got no dump file, no popup window. I only get the ...Show All

  • Visual Studio Team System Questions about FxCop Error Message...

    I integrated Fxcop with CCNET and nant. Everytime Fxcop runs, it shows an error message as follows: C:\Build\ITIS-Daily\Source\HOME\master.build(516,4): External Program Failed: C:\Program Files\Microsoft FxCop 1.312\fxcopcmd.exe (return code was 514) What does this message mean Please tell me how I can resolve this error message. Thanks in advance.   Best regards, Nam , Seungho Open the FxC ...Show All

©2008 Software Development Network

powered by phorum