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

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

gmcbay

Member List

Ken Cooper
Jwrayth
Alex2200
JackTripper
John Woodiwiss
Jassim Rahma
9homme
PedroCGD
kymaita
DigitalFusion
Forch
Arjun B
BridgetteG
Jeroen Molenaar
hte
mig16
Peter McEvoy
_Quimbly_
helpmetoo
Mr.Bean
Only Title

gmcbay's Q&A profile

  • Visual C++ Microsoft Visual C++ Runtime Library error on Splinter Cell Double Agent

    I receive this error message every time i try to run the game: "Runtime error! Program: ... Cell Double Agent\SCDA-Offline\system\SplinterCell4.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application’support team for more information" I’ve already tried in the games forums but that didn’t help... If you could give me a hand, i thanks in advance! Sorry for any mistake in english, i’m from Portugal! Jose Oliveira Hello Re question: Microsoft Visual C++ Runtime Library error on Splinter Cell Double Agent Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://fo ...Show All

  • Visual Studio 2008 (Pre-release) IIS hosted SSL service has wrong metadata addresses in WSDL

    Is it me or is this a known issue and/or a bug I have an IIS SSL (https) service deployed and working, but the metadata locations are local. Therefore, there is no way to generate proxy classes if the client is on the other side of the firewall. Eg: <wsdl:import namespace=" http://webservices.posta.si/bindings " location=https://<machineName>/service.svc wsdl=wsdl2 /> Is hand crafting the WSDL and using metadataLocation attribute the only way Is this a known issue A bug   How are you supposed to add a host header for the SSL (port 443) If you are using SSL, it wont' let you set up a host header for port 443 because the port is already used. ...Show All

  • SQL Server Connecting to SSAS

    Hi One of our SSAS 2005 environments gives the following error in Management Studio if the hostname is specified. If the IP address is used SSMS is able to connect. Any help would be appreciated. =================================== Authentication failed. (Microsoft.AnalysisServices.AdomdClient) ------------------------------ Program Location: at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Authenticate(ConnectionInfo connectionInfo, DateTime startTime) at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo) at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession) at Microsoft.AnalysisServices.AdomdClient.Adom ...Show All

  • SQL Server Package configuration - registry entry problems

    I want to access a registry entry in a package configuration but am having problems. I am looking for some example values for the "Registry Entry" field in the Package Configuration Wizard. The test is a simple one, fill a variable with a registry value and present it in message box. I have tried a number of different values but can't seem to get the right one. Here are somethat I tried: Software\\MyCompany\\ImportExport\\ServerName\\Value Software\\MyCompany\\ImportExport\\ServerName HKEY_CURRENT_USER\\Software\\MyCompany\\ImportExport\\ServerName HKEY_CURRENT_USER\\Software\\MyCompany\\ImportExport\\ServerName\\Value Software\MyCompany\ImportExport\ServerName\Value Software\MyCompany\ImportExport\ServerName HKEY_ ...Show All

  • SQL Server Visual Studio 2005 Database Project Question

    This may be a silly question but I've got a .NET 2.0 application with several projects/libraries. I'd like to have the benefits of a VS 2005 Data Project (deployment, code snippets, etc.) but I can't figure out how to take an existing C# project and allow it to also be a Database project (there should be the extra "Data" tabe in the project's properties). Any tips Thanks! - James vineet Thank you for assistance... I have resolved the issue.. I think the problem was with maping windows user with database.. Now eveything seems working fine.. Thanks alot for you all kind replies ...Show All

  • .NET Development Saving changes from DataGridView into database

    I'm facing the following problem : I created a connection to a database table by going through the "Data Source Configuration Wizard" untill I had my tables to be shown in the Data Sources Window. Using the Data Sources Window I selected one of my tables called "Phonebook" to be bound to a DataGridView. Then I dragged the table into my Form and made sure that the dragged DataGridView having the readonly property set to False. Data previously entered into the table are displayed very well when I run the application. My problem is: when I made changes to the DataGridView control and press the Save button it does not save these changes to the database .... does not save changes to existing records and does n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sprite Sheets?

    How can i use a sprite sheet instead of using single sprite files Thanks in advance. When I've done this, I tend to use a BMP or equivalent, with each of my sprites on it. I load it into a single Texture2D as usual. However, when it comes to drawing them, you use the overloaded version of the Draw method, which takes both the screen location rectangle and a source rectange (along with colour and the usual others). This second parameter is the location within the single sheet of the individual sprite I want to display. I'm playing with a Pacman graphic at the moment, so I have a bitmap which is 256 x 128 pixels. Each pacman is 32x32, and I've got 4 rows (representing the 4 possible directions) plus 8 ...Show All

  • Visual Studio Need help developing a COM Add-in for Word(Office XP)

    Hi all, I created a "Shared Add-in" project in Visual Studio .NET 2005 and tried to develop a simple hello world COM add-in for Word. After created the project, it automatically generated another setup project and this is good. Then I added a reference to the Word Interop Assembly in the Add-in project and confirmed that the DLL file actually references to assembly in windows\assembly folder. Since I just want to make sure that Word can connect to this COM Add-in, I simply added a statement MsgBox("hello world.") to every event that appears in the default Connect class. Then I built both the add-in project and the setup project and right-clicked on the setup project and selected "Install" to install the add ...Show All

  • .NET Development How to unload DLL files that are in use.

    Hi, i wonder if its possible to unload a DLL file that i allready added in "References" in C#... and then if its possible to load it again after i unloaded it.. As I said already earlier ... you cannot use Assembly.Load and load from a file otherwise the assembly will be locked latest when you create a class instance from that assembly. You have to load the file into memory first, so that there is no direct connection to the assembly file. And to call a method on a class, you have to create the class instance first: class Program { static void Main( string [] args) { string filename = "ClassLibrary1.dll" ; Assembly library = null ; object libraryInsta ...Show All

  • Software Development for Windows Vista Exceptions...

    Hello, I'm just running into a bit of trouble with a WF webservice that I've built... in certain situations, I repeatedly get the following string of exceptions: SQLException- New request is not allowed to start because it should come with valid transaction descriptor. this one throws several times, then a PersistenceException saying the same... then SQLException- The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION. .... and so on. Eventually it asks if DTC is enabled, which I think it is - I've got the DTC shown as running the Services snap in. Is there anything else that I need to do Any other ideas Thanks so much, Brad Parcels For what it's worth - if anyone else is having similar ...Show All

  • Visual Studio Express Editions Load image in picturebox (and load it in the Database) Graphic + Data DataBase

    i am trying to make one project in Vb to maint employee records with their photos so i have made that table in database with the column for photo as image file but now after i run the program and load the image the image comes , alright but after a few seconds the program gives me a error that "external exception was unhandled" ; genericerror code in GDI+ please guide me how to get the solution for this. the codes i have used is as follows.... Private Sub PictureBox1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click Dim myStream As IO.Stream = Nothing Dim openFileDialog1 As New OpenFileDialog() openFileDialog1.InitialDirectory = "c:\&quo ...Show All

  • Smart Device Development Mobile SQL Issue

    Hi I am developing a Smart Device App that will talk to a SSCE 2005 DB, but i am having some problems with the DB engine and communicating with it. I have the same problme on the device it's self and on the emulator. If i copy a sdf file that i have crated using SQL Server Mangment studio on to the device the SQLCE App will not talk to it and i get the following error The Database file cannot be found Check the path to the database [,,,File name,,] Native error :25046 I get the same error if i connect it with code. If i create the DB on the Device SQLCE reads it fine but i get the same error message when i try to get the app to connect to it. also if i move a SDF file that i have created on the Device SQLCE gives me the error message. ...Show All

  • Visual Studio Team System How to verify what is the version of TFS installed?

    Starting from HELP points to VS2005 ... but I am more interested in TFS itself. Thanks in advance. Another easy way for checking the client's version is to go to Help/About, and click on "Visual Studio 2005 Team Explorer " in "Installed Products" list box. It'll list the version number below. ...Show All

  • Software Development for Windows Vista mciSendString status question

    I've been playing around with mciSendString("status") and for the life of me I can't get it to work. I am on XP Pro in C# 2.0 open, close, play, resume, and pause work perfect, but status always returns ascii byte 32 (a lot of them) mciSendString("open " + Filetoplay + " alias MyMedia", NULL, 0, 0); this of course works, however: Stat = Strings.Space(255); mciSendString("status MyMedia mode", Stat, 255, 0); just returns spaces in Stat. I've tried different sizes of strings, defining media types, getting other status' such as length, but it always returns spaces is there some precursor to this that I am missing [ DllImport ( "winmm. ...Show All

  • Visual Studio Express Editions Find a arrayList value in a string without looping trough it?

    Assume i have my code like this... ArrayList test = new ArrayList (); test.Add( "Test1" ); test.Add( "Test2" ); test.Add( "Test3" ); string s = "Kevin tells you, 'Test2'" ; for ( int i = 0; i < test.Count; i++) { if (s.Contains(test .ToString()) == true ) { MessageBox .Show( "Found string in Key " + i + "!" ); } } Is it possible to do the same without having to loop (for function) the arrayList Cuz the array in my program can be huge and looping will delay to much. Also need to have the key returned where the match is been found in the ArrayList. Regards Kevin;   Still confused, Look at the following code... Dictionary < stri ...Show All

©2008 Software Development Network