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

Software Development Network >> BHARAT JARIWALA's Q&A profile

BHARAT JARIWALA

Member List

Pinky98
Peter Mutli
Keyth
Rob Cannon
DonSergio
asmand
Ralf Gruenewald
James Fuhr
WPX
Jim Griesmer
Noob WF help Needed
Visual C# Novice
404 Joe
Raccess
Superman
David105
James Lin
bbogdanmircea
FabrizioC
flobadob1975
Only Title

BHARAT JARIWALA's Q&A profile

  • .NET Development Network Stream Read

    I am using the networkstream to read a message sent. When ever I get messages back-to-back in a short period of time, the stream still does not separate the messages, which is causing me errors when I try to parse the messages and save information into a data base. I know this is probably a logic problem, but I am not fimilar enough with network steams to figure out what I can do to have the network stream just send on message at time to be processed Hello David. The nature of TCP means that you can get messages bunched up messages can be split. So sample packets Packet 1: Message1\r\nMessage2\r\n Packet 2 ...Show All

  • Visual C++ Why AfxGetResourceHandle causes Asserts?

    My scenario is somehow complicated but I try to simplify it: I have a CLR class libraray that wrapps some functionalities of a MFC dll. The MFC dll has a class with a method that calls AfxGetResourceHandle() method, when I use the corresponding method on the wrapper the Asserts are generated. The method is trying to get a handle of a resource that is defined inside the MFC dll, why I got asserts ..\Microsoft Visual Studio 8\VC\atlmfc\include\ afxwin1.inl _AFXWIN_INLINE HINSTANCE AFXAPI AfxGetInstanceHandle() { ASSERT(afxCurrentInstanceHandle != NULL); return afxCurrentInstanceHandle; } ...Show All

  • SQL Server Format for a bigint parameter in Raiserror

    Having a small problem with RAISERROR that I've isolated to a small code sample: The objective is to have the message string in Raiserror correctly report the value of a parameter that is a bigint. The following extract shows the problem: ALTER PROCEDURE [dbo] . [pr_Test] @SomeNumber bigint AS BEGIN SET NOCOUNT ON ; RAISERROR ( 'Test Error Number: %d.' , 16 , 1 , @SomeNumber ) END As written, when the procedure is executed with the value 1 passed in the @SomeNumber parameter, the result is: Msg 2786, Level 16, State 1, Procedure pr_Test, Line 19 The data type of substitution parameter 1 do ...Show All

  • Visual Studio Building dbgmetric.ilb with wchar_t native on?

    The VSIP B2 read suggests fixing the wchar_t problem by rebuilding dbgmetric.lib setting the option "Treat wchar_t as Built-in Type" to "Yes". Good idea - how do I do this - Eric After set the "Treat wchar_t as Built-in Type" option to No, I still get an error when linking: atlsd.lib(atlbase.obj) : error LNK2005: "class ATL::CAtlWinModule ATL::_AtlWinModule" ( _AtlWinModule@ATL@@3VCAtlWinModule@1@A) already defined in dbgmetricd.lib(dbgmetric.obj) Any suggestion ...Show All

  • SQL Server Error generating symmetric key

    Hi, After installing SQL Reporting Services 2005 and starting the Reporting Services Configuration tool the reporting server is reported as uninitialized. The cause seems to be the creation of the symmetric key. Below I attach the relevant part from the log file: ReportingServicesService!crypto!8!1/4/2006-11:20:55:: i INFO: Exporting public key ReportingServicesService!crypto!8!1/4/2006-11:20:55:: i INFO: NT Service self activating ReportingServicesService!library!8!1/4/2006-11:20:56:: Exception caught while starting service. Error: System.Runtime.InteropServices.COMException (0x80090008): Invalid algorithm specified. (Exception ...Show All

  • Visual C++ Run time error when execute "In run-time dll"

    Hi All, A fuction definition from header file: define TSXAPI __declspec(dllimport) #define TSXAPIFN extern "C" TSXAPI TSXAPIFN tsxERR tsxRenderAViewRectangleToFile(tsxRenderToFileData *data, CtsxRect *rectangle); I want to access this function by :"In run-time dynamic linking" my code is: 1: CtsxRect j_renderRect; 2: tsxRenderToFileData j_renderToFileParams; 3: tsxERR error_code; 4: typedef tsxERR (CALLBACK* tsxRenderAViewRectangleToFileX)(tsxRenderToFileData* data, CtsxRect* rectangle); 5: HINSTANCE dllHandle = NULL; 6: tsxRenderAViewRectangleToFileX tsxRenderAViewRectangleToFileXPtr = NULL; 7: dllHandle = LoadLibrary ...Show All

  • Visual Studio Team System New To Team System? Check out these resources

    Welcome to the Visual Studio Team System forums. My name is Ajay Sudan and I am a Product Manager for Visual Studio Team System. If you are new to Team System, then you'll want to check out the resources on the Getting Started with Team System page. Thanks, Ajay Sudan Product Manager Visual Studio Team System http://msdn.microsoft.com/teamsystem The beta 3 VPC is finally up on MSDN.  In the next week or so, there will be a beta 3 refresh VPC (yeah, famous last words). http://blogs.msdn.com/buckh/archive/2005/11/22/495875.aspx Buck ...Show All

  • Visual Studio Express Editions obfuscator use in express?

    I've just been using Reflector and it has scared me into looking at obfuscating techniques. What can be done for an express user deploying using clickonce I think you can give Dotfuscator a shot. The community edition comes free with Visual Studio. This link has all that you need about Dotfuscator: http://www.gotdotnet.com/team/dotfuscator/ Regards, Vikram ...Show All

  • Visual Studio Copying all the solution's output files to a folder

    Is there a way to automatically copy all the output files for all the projects in a solution to a given folder Thanks I've just edited my original post to change the name of the property to "OutDir" this property will work for solutions where managed code and ASP.NET webs are present. (Thanks Ramesh!) ..Kieran ...Show All

  • Visual C# Use of classes in windows c# programming

    I'd like to ask some experienced developers what way of using classes in windows application they prefer. If you prefer to have one class for main windows form and other classes for application logic and functions and how are objects of these classes communicating . If I had class for main form and other one for some program functions, how can I change the look of windows form from some functions like adding items to listbox Do I need to pass some reference to my windows form object to the function object and then do it through it Is any better solution Thanks, michi. hi, you can send your form o ...Show All

  • Smart Device Development This project requires .NET Compact Framework v1.0, which is not installed on this machine.

    When I try to create a new Visual Basic Smart Device Application (1.0) in Visual Studio 2005 I get a dialog box titled "Microsoft Visual Studio" with the message: "This project requires .NET Compact Framework v1.0, which is not installed on this machine." I can still create new projects in Visual Studio 2003. Add or Remove programs shows the following are installed: Microsoft .NET Compact Framework 1.0 SP1 Microsoft .NET Compact Framework 1.0 SP3 Developer Beta 2 Microsoft .NET Compact Framework 2.0 Microsoft .NET Framework 1.1 Microsoft .NET Framework 1.1 Hotfix (KB886903) Microsoft .NET Framework ...Show All

  • Visual Studio 2008 (Pre-release) Hosting Indigo Services in a Windows Service

    The below two messages are taken from the Indigo newsgroups.  I haven't received any response over there so I'm trying here as well. -------------------------------- Does anyone from MSFT have any insight into this Are there certain security settings that I need to be setting to allow my Indigo services using the netProfileTcpBindingto work when being hosted from a Windows Service What are the differences between hosting services in a console app as opposed to within a Windows Service Please help :) Thanks, Steve > I'm trying to host my Indigo services via a Windows Service. When I try to connect to the service from my app ...Show All

  • SQL Server SQL Syntax difference between SQL 2005 Express and SQL 2000

    In SQL Server 2005 Express the following query produces the wrong result: SELECT     CHANNEL, DURATION, STARTTIME FROM         Recordings WHERE     (STARTTIME > '12/27/05 00:00:00') AND (DURATION > '5') ORDER BY STARTTIME DESC  If I replace it with: SELECT     CHANNEL, DURATION, STARTTIME FROM         Recordings WHERE     (STARTTIME > '12/27/05 00:00:00') ORDER BY STARTTIME DESC  I can see records that should be in the first resultset but are not. I.e. the AND (DURA ...Show All

  • Visual C# Internal Compiler Error - likely culprit is 'BIND' - C#.NET v1.1

    Hi All I'm using C#.NET v1.1 I am getting the following compile error, I'm having several if statements inside two foreach statements. And inside some of the if statements I'm having one foreach statement. This doesn't occurs only when I removed the last three if statement(newly added), I tried removing other if statements but its giving error, nothing spl in the last 3 if statement. why is it so anything I'm doing wrongly or its a defect in compiler error CS0583: Internal Compiler Error (0xc0000005 at address 535DB439): likely culprit is 'BIND'. An internal error has occurred in the compiler. To work around this proble ...Show All

  • Visual C++ Can Anyone help me on CSocket memory leakage issue

    Hi All, I'm facing a memory leakage issue when i use CSocket in Visual Studio 6.0 ( VS Service Pack 6) Windows XP Service 2. This problem doesn't appear when i disable the themes service. The below link suggests this fix.. http://www.codeguru.com/forum/showthread.php t=370761 But i'm not able to find any information about this in microsoft website. Can anyone please suggest me with the patch for this issue Or point to me a link in microsoft which confirms this issue Thanks Vanitha Perhaps this describes your problem :- http://support.microsoft.com/ kbid=319740 ...Show All

©2008 Software Development Network