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

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

Awsok

Member List

mcline700
aquino
Perky Swenson
Aerosol
araus
Sahildagar
Kevin F
Syed Wajahat Iftikhar
Naim001
Derek Mehlhorn - MSFT
BarryJones
jiwon
nick di pietrantonio
iveys
RHogue
MovieFun
NewInput
Mister_B
wicky
Gabriela70026
Only Title

Awsok's Q&A profile

  • SQL Server Win 2003 x64 - SSIS error Importing xls and access data

    I am having a problem importing data from xls and access into my SQL2005 DB using SSIS . Would appreciate any help in getting this resolved.   Environment: Xeon 64 bit processor machine/Win 2003 64 bit (x64)/SQL 2005 64 bit   Some of the resources that I have dug up so far have pointed to Jet Engine SP8 and WOW64.   A search on the box shows this: C:\Windows\SysWOW64\Msjet40.dll – File version is 4. ...Show All

  • .NET Development Sending large files with WSE

    Hi guys. I'm trying to create a web service that will expose a method to upload a big file from a client to the server. I want to send a really big file ( aroung 1Gb ). I succeeded with 64Mb, but not with files larger than this. Any ideea Thank you in advance. Mircea Hi. Thank you very much for the answers and for your time. It pointed me to some directions. Thanks. Regards, Mircea ...Show All

  • .NET Development Exporting managed functions

    I have a question... How do you export managed functions from a Dll I know how to export native, but... Can you also export managed classes the same way Or in another, similar way This is what I require, as I've been doing in native before. I'm using mixed managed code. Hi! All simple - use COM to access any managed class marked with COMVisibleAttribute. Check MSDN about COMVisible attribute. ...Show All

  • Visual Studio Which files of a VB project under source control?

    I'm using subversion. But I guess this is not important for the issue. So which files of a VB project should be (at least) under source control Or which ones definitly not I know from VB6 projects that there are a lot of unimportant files (vbw, exe, obj,  ...) . But I don't know which of the VB-VS2005 files are similar. So can anyone give me some hints please Thanks in advance, Rober In VB6, vbw files a ...Show All

  • Visual C++ Unresolved Token and other link errors when migrating from VC++ 2003 to VC++2005 Express

    Hello all, Here is the situation. I am migrating an existing solution from Visual C++ 2003 to Visual C++ 2005 Express. I have the Platform SDK installed as well. The solution contains two mixed mode projects. One is essentially a managed wrapper dll for a 3rd party static win32 library. I do not have access to the source for the 3rd party library. The other project is a managed executable that utilizes the wrapper dll. These proje ...Show All

  • Visual Studio 2008 (Pre-release) WinFX For Visual Studio RTM

    I have readed about the Visual Studio 2005 RTM is planned to be released today on msdn, is planned to be released also a recompiled version of WinFX runtimes and SDK for RTM soon Sebastian Whoo hoo! Nice work: http://blogs.msdn.com/tims/archive/2005/11/18/494526.aspx ...Show All

  • Visual Studio Express Editions SQL / Datagrid

    Hello there, i’d like to know, in general, how would the code be to fill a datagrid ("datagridview1") with all datasets from a table ("Tbl_ausgaben") which is in the DB_AusgabenDataSet I think there must be sth like SQLConnection ... Could any1 give me an exemple code or a link which could help me Thank you very much! Bye, Mike Hi, You can try this walkthrough: http://msdn2.microsoft.com/wwh8ka92.aspx Best regards, ...Show All

  • Visual Studio Express Editions "Advanced Compile Options" and Problem with "console"

    --> I'm sorry I think I've posted this into the wrong forum before. I was previously working with Visual Studio 2005 beta 2 and since .NET Framework 2.0 I switched to Visual Basic 2005 Express Edition. There is no "Advanced Compile Options" in the "My Project"/Compile tab. Is this normal (I can't set any "optimize" settings) And for some reason the console window doesn't show up when it's called: Sub something Console.Write("something") End S ...Show All

  • Visual C# Add Comment to File

    Is it possible to add a comment header file to a file. Something in the form // filename.cs // Creation Date // Author // Copyright (C) ... The filename, date and author would be automatically inserted. I would like this inserted at the head of the file whenever I create the file. If this is not possible then if I could use some keyboard short cut toinsert it. Is this possible BTW I am using Visual Studio 2005 & ...Show All

  • .NET Development Loading controls with For loop

    Hello, Thanks to everyone who is kind enough to answer... Is there any way to load data into controls of a form by a For loop What i mean is: if i have 10 labels, can i load texts from a string array of 10, each string from the array to a corresponding label, by a loop Thank You If you don't want to create the control dynamically. Name each label as  dynlabel0  dynlabel1  dynlabel2  ... In you load  Dim ctrl ...Show All

  • SQL Server Microsoft.SqlServer.Management.Trace.TraceServer - Examples ?

    I'm trying to find ANY examples of using the Microsoft.SqlServer.Management.Trace namespace. What I'm looking for is an example of being able to create and initialise a new trace, haing this processed on the Server, and then initializes some sort of traceReader against this. e.g the equivalent of:    MyTraceConnection = new Something ("localhost");    MyTrace = new SqlTrace (CaptureTSQL || CaptureLogonEvent || CaptureLogoutEv ...Show All

  • Windows Forms Problems with Batch Update...doh!

    Hi- Here's the scenario. I'm retrieving data from two different tables. Once I get this data I am looping through the data and I have to update a couple columns in the same table. Doesn't anyone know of where I can find a good exampl ...Show All

  • Software Development for Windows Vista Custom Serialization of an Activity

    How does it work Given the following code snippet I must do something wrong...would be great if someone can help. What I want to achieve is to add some data into the XAML of an activity as a XMLCDATA section. MSHDesigner class and MSValidator class do get called but MSHSerializer not ... [ Designer ( typeof ( MSHDesigner ), typeof ( IDesigner ))] [ ActivityValidator ( typeof ( MSHValidator ))] [ DesignerSerializer ( typeof ( MSHSerialize ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Common framework conversion errors

    I'm working on fixing up the Common Framework files from the Zbuffer, and I have fixed most, but here are a few I'm not sure about.  I don't know if this little information is enough, I can provide more context if needed. 1.  effect = effect.FromFile(device, path, Nothing, Nothing, ShaderFlags.NotCloneable, Nothing) Error    10    'NotCloneable' is not a member of 'Microsoft.DirectX.Dire ...Show All

  • Windows Forms accessing resource from another assembly

    I'm trying to access a resx file from another assembly. The thins is that when i add a resource to the resouce file ... it change the modifier of the class to internal ... but i want it visible so the other assembly could access it. Is there a way to tell the designer to put the modifier as public and not internal When i change from internal to public. Everything works fine. But as soon as I add a new string. it changes to internal... arrgghh ...Show All

©2008 Software Development Network

powered by phorum