Moojjoo's Q&A profile
SQL Server Job Execution Error - Please Help
I have started having a problem with my SQL Server 2005 SSIS system and it has become a nightly event. What is happening is that sometime in the evening before 7:30 the server gets into a state in which any SSIS job that attempts to run, fails. The error message that SSIS reports is: An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: "Could not bulk load because SSIS fil ...Show All
Visual C++ Passing Arrays to DLL 'System.AccessViolationException'
I am trying to pass an array of structures from C# to an unmanaged DLL to be filled in by the C++ code. I have the following defined: In C#: [ DllImport ( "RespackDLL.dll" )] static extern void MyMethod( [ In , Out ] RES_ENTRY [] entry, int size); [ StructLayout ( LayoutKind .Sequential)] public struct RES_ENTRY { String name; long compression; long offset; long size; long compsize; ...Show All
.NET Development Access db on server with 5ish users grinding to a halt - help!
Hi all, Thank you for reading this post, I am hoping to get some advice/help. I have created a winforms application that sits on 5 users machines. The database is Access 2003 which sits on the server. When more than one or two people are using the application, it becomes very very slow. Some background details follow. Size of Access database = 27mb Users machines have 256k Ram 2.2 or more processing speed Server is Windows Server 2000 ...Show All
Visual Basic Catch user mouse click events in window.
Is there a way I can catch all the user mouse click events inside Window Thanks! I want to collect the mouse click information for entire OS instead of just my App. pulling message queue seems a solution ...Show All
Windows Forms Vis Studio Express for .NET Windows Apps ?
Has MSFT made a Visual Studio Express type of app for Windows applicationS (C#) What I have seen seems relevant to Web applications only. I am mainly interested in evaluating the windows GridView control against the 2.0 DataGrid control before starting a new project. Many thanks Mike Thomas Hi, yes, with VS express 2005 C# you can build windows forms applications. You can find it here: http://msdn.microsoft.co ...Show All
Visual Basic synchronous vs asynchronous
I am a newbie and can anyone explain to me the difference between synchronous vs asynchronous programming Does .NET framework (VB 2005) is synchronous by default asynchronous means the code in the background. You should use this for procedures that take a long time to run so your program does not appear to be locked up. Synchronous means the code runs in the foreground. ...Show All
Architecture API to import and export XMI
Hi, Putting it simply, I want to integrate a tool with the functionality of importing and exporting XMI (with the option to draw UML diagrams as well) into my application. Is this possible If not, is there a work around for this one Thank you. You can definetely build a DSL that import and export XMI models. If you look at MOF specification that gives you the information you need to serialize ...Show All
.NET Development Editing OSD file when create CAB deployment project
Hello, Before beginning, sorry if I post this in a wrong group because there seems no group here directly related to deployment, and OSD happens to be in XML format, so... ====== If you've tried creating a CAB "setup and deployment" project and compile, you'll discover the VS.NET IDE automatically creates the OSD file for you. It happens that I want to change a few lines in it (for including an INF file) but I can't ...Show All
SQL Server Object Oriented Data Storage
Hi all, For our current project we have to store many different types of interrelated and hierarchical data items. We worked out an architecture and we prototyped it on a small prototype and it seemed to hold up well. Before I get going I just wanted to make sure that there are not any hidden catches: We are building a CRM/Data Flow process for a consulting firm. The firm offers many different types of services – each broken d ...Show All
Visual Basic Can not save project with vb.net 2005
Hi, I can not save my project. I dont know how to fix it. The error: szAppName: vbexpress.exe szModname: hungapp szModver: 0.0.0.0 offset: 0000000 Win xp, sp2 Pls help. thanks Did you uninstall all previous versions of the .NET framework before you put VB Express on If not this may be the cause of all your problems. Uninstall all versions of VB and .NET framework then install the latest .NET framework then VB Express. ...Show All
SQL Server Does Microsoft has a methodology for BI?
Somebody asked me today if Microsoft has an standard methodology for developing BI applications I am reading some ralph kimball books and I think they are very focused only on datawarehousing and I only found technical books on BI, (Reporting services, analisys services, integration services) but I think that I need a more theorical guide for implementing a BI application from scratch to end with MSFT tools. Thanks Did you look a ...Show All
.NET Development exception in socket .ctor()
Hello, Sometimes, just sometimes, my socket code throws an exception with following message: "Socket operation on nonsocket" ...or something like that, I work on the polish language pack, so this is just a translation. Wierd thing is that this exception is thrown in the socket's constructor! A bit of code: using (Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Icmp)) { // the exception ...Show All
Visual Studio Express Editions Getting Function definition from Liberary(.lib) file
Hello every body I have a problem that I want to write the orriding of some function available in Liberary file but I can't do so as Definition of Function is not available. Can any body help me that how i can get the difinition of function from a liberary file so that i can modify that according my needs. I don't know how to use the "undname" please help me how i have to use this. Moreover ...Show All
Visual Studio Tools for Office COM Addin, in frame work 1.1 , C# and outlook 2003, it wast wroking fine i can able to send the mail with customised form , bu
HI i have developed COM Addin, in frame work 1.1 , C# and outlook 2003, it was wroking fine i can able to send the mail with customised form , but now i instal the FrameWork 2.0, it not working , i can not able to send the mails form now it is showing following error . See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ******** ...Show All
Visual Studio Express Editions MSDN Lib Express Question
hi, I have downloaded the VB Express full image and installed it fully including MSDN Lib Xpress. does the MSDN found on the install image only install docs for specific langauge the image is of OR it install docs for all languges and IDE like VBW & C# thanks, Abhishek The entire library is installed on your machine. The Express SKU you've installed then filters based upon the docs attributed for y ...Show All
