78Spit1500Fed's Q&A profile
Software Development for Windows Vista Radeon x600 256MB
Is anyone else running the Radeon x600 256MB Video driver with build 5231 I have the same problem with the PDC build. Does anyone know if this is being addressed between Microsoft and ATI in Beta 2 ...Show All
Visual J# Creating a file in ASP.NET 2.0
Hi; I have an ASP.NET app in C# that calls my library in J# and that library creates a file. The problem is the file that is created gives no rights to IUSR_JASMINE (computer name is jasmine). The directory the file is created in has read permissions for IUSR_JASMINE. What is going on thanks - dave Hi, Few queries here... In which account the C# app is running Is that an Admin account And what all privileges/permissions ...Show All
Visual Studio Express Editions Difficulty adding a parameter to a querry
I am using two MS Access tables in my data source when I create a querry with a literal string everything works fine i.e. Select MyTable * from MyTable where (MyTable.Description Like '%' + 'Anything' + '%' I get the proper results When trying to use a user input field inside the query it doesnt work i.e. Select MyTable * from MyTable where (MyTable.Description Like '%' + @Description + '%' I get an unable ...Show All
Windows Live Developer Forums Problems with Messenger Beta 8.0 - connection
I received an invite to messenger beta and I’ve intalled in my computer. When I connected I realize that all my contact were gone !!! And appear a message saying that I have do add more contacts !!! This problem is related to my passport My email is from gmail. Can be that Anyone knows Thanks. Rodrigo, It sounds like you experienced server problem with the beta server network. You should log in ...Show All
Windows Forms Menustrip Guide
I am a newbie! Are there any good places online to learn about menustrips I am trying to open a different form based on clicking the menu item. Very basic question for everyone except me I think! Thanks in advance for any help! P The menu strip i fairly simple to use. Drag and drop it from the toolbox onto your form. Enter the menu items you want into the "Type Here" locations on the menu strip. You can then set the properties for t ...Show All
Windows Forms Open a file using default application
Hello, Back in VB6, I used the ShellExecute api to open a file using it's default application. In other words, .XLS files would open in Excel, .DOC files would open in Word, etc. The call looked like this: Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, _ ByVal lpDirectory As String, By ...Show All
Visual C++ How do I distribute Visual Studio 2005 apps?
I'm using Visual Studio 2005 Professional to create a C++/MFC application. I just recently made the switch to VS2005 (from version 6.0!) so there's probably a lot of stuff I have yet to learn... Anyway, I recently tried to give a user a work-in-progress version of the executable for testing, and the user reported that the program failed with the following message: "This application has failed to start because the application config ...Show All
.NET Development VS 2003 debugger haults
Hi All, I am working to generate the correct stacktraces whenever my application fails. So, i have been testing the stacktracing code by making my application crash at different points. But when i am trying to debug the crash in my application through VS .NET 2003. The debugger displays a message box saying "Unhandled exception in exe......... Access Violation writing location" and gives three options. 1) Break 2) Continue 3) Help Eve ...Show All
Visual C++ Visual C++/CLI and DirectX
Trying to get DirectX working with Visual C++/CLI in Visual C++ 2005 Express Edition. I've installed the .NET 2.0 SDK and the latest DirectX SDK and have setup up the directories for DirectX in Visual C++ 2005 Express... Tried looking at the DirectX Tutorials but everything in there is for C# as far as .NET goes. Any ideas how to get DirectX working with C++/CLI The managed DirectX framework is written in ...Show All
Smart Device Development Developing for Mobile 5 in VS 2003
I'm currently developing an application for both 2003 and now it appears Mobile 5 using VS2003. I'm told that 2003 shouldn't be use to develop a Mobile 5 application. It seems to work, I'm curious as to the reasoning here. Is it an MS push to sell VS2005, or is there a more fundamental underlying reason. The plan is to move to VS 2005 but not during mid development. Thanks! Yes, though PPC 2000 and 2002 are not officially supported. ...Show All
Visual Basic Accessing a VB6 dll from vb.Net
I have a dll supplied by an associate. He created it with VB6 and I wish to use it in a VB.Net (2005) Application. So far I am only able to see the contents as interfaces. I have done the following 1) I had to register the dll so that I could add a reference to it 2) Added the dll as a reference 3) imported the dll reference into my class 4) imported System.Runtime.Interopservices into my class 5) created a public insta ...Show All
SQL Server Digits converted to null
Hi, Im loading data from excel source into a table with all the columns as varchar, I found out that rows from excel with digit value are transformed to Null values into the destination table. One workaround was to add single quote at the beginning of the digits from the excel file. Is there a way in the SSIS to do the transformation instead ofmanually updating the excel file any help...tnx.. N ...Show All
Visual C++ C++ CLI and Assembly signing
Hi, we are using a pfx file for signing our c# assemblies. Now we have also some C++/CLI (managed c++) assemblies. When I try to sign the assembly with our pfx file with the /keyfile linker switch - I get the following error: Error 1 fatal error LNK1256: ALINK operation failed (80090007) : Ungultige Anbieterversion TestDll when I use a snk file instead - everthing is ok. With our C# p ...Show All
Visual C# When is a VS Express due that runs on the released .NET 2.0?
Title says it all. We now have .NET 2.0, on which VSE beta 2 will not run, so we need an update asap. Regards, Guido Guido - Yes, you should absolutely be able to run your Beta 2 Express applications on the released version of express. HTH, Karen ...Show All
Visual Studio Team System Load of fxcop input assembly failed
In Vis Studio 2005 beta 2 I receive the 'Load of fxcop input assembly failed' when I open my c# project. I have read the material at the thread shown below http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2386 It does not seem to apply to my project, as I have the output path under the project directory. However, I observe that, after a build, beneath my project directory, I have a both a bin\debug and a obj\debug. The obj\debug cont ...Show All
