Software Development Network Logo
  • Audio and Video
  • SQL Server
  • IE Development
  • Visual C#
  • Visual Basic
  • Visual C++
  • Visual Studio
  • Microsoft ISV
  • Game Technologies
  • SharePoint Products
  • .NET Development
  • Windows Forms
  • Smart Devicet
  • VS Team System
  • Visual FoxPro

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

Shaka

Member List

Fabio Reynoso
PremZ
Manmeet Panigrahi
Marcos B
mdschwarz
m_meuse19
hswear3
PsychUK
Rahul Saxena
omar_rapid
CodeSweatAndBeers
Jassim Rahma
Lightening
Leo Leys
Woyler
Atul Kulkarni
gafferuk
Gregory English
MaggieChan
Alien72
Only Title

Shaka's Q&A profile

  • Visual Studio Team System Team Project Creation Failed

    Hi all, I've just encountered an error when creating a new Team Portal Site using Team Explorer which I wondered if anyone may be able to offer a solution to. I ran through the wizard though I didn't add a source control db at this time however, on clicking Finish I received the following error, is this something that you've experienced before and if so was it easily fixed Error TF30004: The New Team Project Wizard encountered an unexpected error while initializing the Microsoft.ProjectCreationWizard.Reporting plug-in. Explanation TF30171: The Microsoft.ProjectCreationWizard.Reporting plug-in used to create the new team project could not be initialized and returned the following error: TF30222: The New Team Project Wizard could no ...Show All

  • Visual Studio Visual Studio hangs until I move the mouse

    After the excruciating 90 minute Service Pack 1 install (longer than Visual Studio itself), I still have mouse-powered debugging. That is, Visual Studio hangs completely when I debug a project, until I move the mouse. While the mouse is in motion, the status bar at the bottom of the window shows the DLLs it's loading, but as soon as I stop moving the mouse it stops. If I set focus on a different window it finishes loading normally. Other developers on my team face this same problem, and we've all seen it in different projects. Has anyone found a fix for this We've never seen this behavior in SP1 testing. It would appear that you are doing ASP.NET debugging (since you said you're waiting for IE to launc ...Show All

  • SQL Server How to draw the shapes other than rectangles?

    Hi, I'm just wondering if it's possible to draw the shapes other than rectangles, like circles, triangles....in reports. Thanks Chris ...Show All

  • Visual Studio Express Editions Problem with asembler code

    Hi I have problem when I add asembler cofe to my project: private : System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { _asm { mov ah, 00h; } } Compiller show errors: ------ Build started: Project: Tekst, Configuration: Debug Win32 ------ Compiling... Tekst.cpp d:\visual c++.net\tekst\tekst\Form1.h(88) : warning C4793: '__asm' : causes native code generation for function 'void Tekst::Form1::button1_Click(System::Object ^,System::EventArgs ^)' d:\visual c++.net\tekst\tekst\Form1.h(86) : see declaration of 'Tekst::Form1::button1_Click' d:\visual c++.net\tekst\tekst\Form1.h(86) : error C3862: 'Tekst::Form1::button1_Click': cannot compile an unmanaged function with /clr: ...Show All

  • Visual Studio Express Editions Opening A File

    I created a new project with a form and some buttons. Now I try to open it but there are like 10 different files. Which one do I click to open it. I have been trying for an hour to save a project and open it but opening it doesnt work How do I open it OK form1.vb and form1.designer.vb are the actual form Windows Application 1 - i would assume is the project - you need to look at the file type or provide the file extension to be absolutely sure. Obj / bin and My Project are folders and you do not need to be concerned with these.   Out of these the file you need to open is the project - and this is in all likelyhood the windows applications 1 file.  Open this - go to the solution ...Show All

  • SQL Server Getting SSIS running on Web Server

    I need to be able to run SSIS packages form an asp.net (win 2k3) web server. Wrox has a book out "Professional SQL Server 2005 Integration Services" where they call the dtsx package directly using the following vb.net snipette: Imports Microsoft.SqlServer.Dts.DtsClient Dim ssisConn As New DtsConnection ssisConn.ConnectionString = String.Format("-f ""{0}""", strMyFilePath) ssisConn.Open() As you would expect this works great on a workstation that has BIDS installed on it but does not work on a web server where sql client tools are not installed. Without install sql tools on the server what needs to be done to get this functioning as coded How about calling packages that are insta ...Show All

  • Visual C++ Calling MS Access VBA code

    I would like my C++/CLI (vs2005) app to invoke a couple of functions on a MS Access 97 database. These functions are implemented in VBA. Is it possible If so, please provide me with starting points and links. If not, what are my options If you have a question about the VC language, then this is the place to ask it. The VC language alone however has no capability for accessing an Access database; you must use libraries that VS does not provide. Therefore you need to ask in another forum or in an appropriate newsgroup. I can suggest however that you look at the command-line options for Access. I don't know if there is an option for executing macros but if so then that might help. Otherwise, ...Show All

  • Visual Studio 2008 (Pre-release) Problems with Ink Analysis

    Using the Windows SDK from Dec CTP I get the following when calling inkAnalyzer.BackgroundAnalyze(). Could not load file or assembly 'IALoader, Version=1.7.5333.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Is this a problem with my setup or is the assembly really missing   Does anyone else have this   I had the Mobile and Tablet PC SDK from PDC installed previously, and repaired my Windows SDK after removing it.  I will do a full reinstall if others have this assembly.  The IACore.dll and IAWinFX.dll both have the 1.7.5333.0 version. The application worked with the PDC version of the SDK.   IALoader.dll is included in t ...Show All

  • .NET Development get byteArray from DataRow

    hi I have a byte column in Sql Database. I know how to read data from it with SqlDataReader. it's enough to use DataReaderName. GetSqlBytes(columnNumber).Value but I don't know how to retrive byte array from a DaraRow. suppose that I have a data row named dr and 5th column with the name "image" is in byte type. how can I store it in a byte array You could find sample code here http://support.microsoft.com/kb/308042/en-us ...Show All

  • Smart Device Development Help! How to get current date and time, how to reproduce an avi file.

    Hi, this is the first time I try to create an application for smart device (Win Mobile 2003 Second Edition, using VC++ native) and I've some problem: - how can I get current time and date (I usually use _strdate and _strtime, but it doesn't works with smart devices). - How can I play an Avi file in my application (possibly frame by frame) (I usually use Vfw32.lib, but I haven't found nothing similar for win mobile). ...Show All

  • Visual C# Calling a windows API

    How can i call windows API s inside a C# program Look up P/Invoke in MSDN. The following is also a good resource: http://www.pinvoke.net/ ...Show All

  • Visual Studio Team System Can not open WIT editor

    Hello, I've downloaded the latest version of Microsoft TF Power Tools, The documentation is very interesting, and I'm sure that all this package of tools will be very useful, but I have a little problem here, I want to edit work item type, but I get only the XML when I open work item type, not the GUI that is shown in your documentation, did I miss some installation step (I have Visual Studio 2005 Team Suite) Please, explain what I have to do to edit the WIT by using your tool and not the xml file. Thank you Hello, I found the problem. In my case I had to install Microsoft DSL Tools before installing Process Template Editor, You can downloaded here: http://www.mic ...Show All

  • Visual Basic how to do this???

    A. Application: Control Structures Procedures Arrays B. Program Specification: Project Name: countletters Project Type: Windows Application C. Requirement Description: Write a windows application that accepts a string as input and determines the number of occurences of each character in the string. Implement this using a form with a TextBox, a Button, and a ListBox. Please refer to the graphic file(s) associated with this Machine Problem. Use the TextBox as the data entry for the string, the Button for invoking the count process, and the ListBox for the output. Assume that the user may enter any number of printable character available in the ASCII table. Ignore the spaces and the character case if alphabetic(i.e. 'A' an ...Show All

  • .NET Development Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral,

    Hi,   I have wrote a windows application which accesses Sqlexpress database and also text files. The app works fine on my machine but its giving the following error when i run it on other machine.   "Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."   System.InvalidOperationException was unhandled   Message="An error occurred creating the form. See Exception.InnerException for details.  The error is: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed." &nbs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. complete newb to XNA

    The only thing I am good at designing games right now is just putting good ideas down on paper and expanding on them. Their in lies my problem, I want to put my ideas to work and develop the game ideas I have and see if they would really work or if other people would really like them. So in very simple ways what are the best ways to learn how to use XNA, especially video tutorials since I am a visual learner. First thing you must learn is... the forum search function. Lots of good thread in the XNA framework forum too. http://forums.microsoft.com/MSDN/Search/Search.aspx words=tutorial&localechoice=9&SiteID=1&searchscope=forumscope&ForumID=882 ...Show All

©2008 Software Development Network