GoDaddy's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. basic question about XNA
i am new to XNA, i like to know is the product using XNA required to install extra runtime/library at user machine like XNA Framework or just have directx and .net framework 2.0 installed is enough to run any of XNA project thank you very much Perfect, I just finished my little utility to install XNA requirements : http://xnamatrix.com/xnareq.php In case you want to do it yourself, you will need - .NET 2.0 Framework - DirectX 9.0c Feb 2007 - XNA Framework 1.0 ...Show All
Visual Studio 2008 (Pre-release) Help on the error. The service certificate is not provided for target 'http://localhost/servicemodelsamples/service.svc'
Hi, I am using the WCF Sept CTP release, http://www.microsoft.com/downloads/details.aspx familyid=C6636E90-26E6-44E0-8780-5D3CCD3D94ED&displaylang=en I am running the Certificate sample "C:\Program Files\Microsoft SDKs\Windows\v6.0\Samples\WCFSamples\TechnologySamples\Basic\Binding\WS\MessageSecurity\Certificate\CS" The sample works fine with wsHttpBinding. I changed the binding to " basicHttpBinding " both on server side and client side. I get the following error: The service certificate is not provided for target 'http://localhost/servicemodelsamples/service.svc'. Specify a service certificate in ClientCredentials. Thanks, - Pankaj. Ok, I found the answer. Thanks Pedro. ...Show All
.NET Development Calling .NET 2.0 assembly from 1.1 windows service
I have a windows service created in .NET 1.1. When the service calls a .NET 2.0 assembly I am getting a ' BadImageFormatException Message: The format of the file is invalid' error. Does the windows service need to be migrated to .NET 2.0 Or is there another way to correct the problem The windows service needs to be upgraded to 2.0 You should be able to call 1.1 assembly from 2.0 but not other way. Well, if you still require that, you can do it, but it might not be straight. hope this helps you!!! ...Show All
SQL Server Problems with input columns for mining models
Hi, all experts here, Thank you very much for your kind attention. I got a strange problem with SQL Server 2005 data mining models though. I have selected the input columns for my mining model (which are different from the input columns for its mining structure, since I ignored some of the columns for the selected model). But the mining model still used all input columns from the mining structure rather than those I chose for the mining model. Would please any one here give me any guidance and advices for that. Really need help for that. Thanks a lot in advance for any help. With best regards, Yours sincerely, Hi, Bogdan thank you very much, have got it done. But as the same way though, but it is working now. Tha ...Show All
Smart Device Development Exiting a Smart Device Application
I am developing a smart device application in Visual Studio 2005 for a Symbol handheld pocket pc device. I have two forms for the sake of this discussion lets just label them Form1 and Form2. Form1 is the login form that is loaded by the application using the following code: Application.Run(new Form1()); After the user is authenticated on Form 1 I create a new instance of Form2 and open it using the following code: Form2 frm = new Form2(); frm.ShowDialog(); There are now two instances running one of Form1 and one of Form2. I know this because when I check the system memory I can see both processes. My question. If I am on Form2 and I create a exit button how do I close the entire application. How do I close both forms and en ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Post 2D whole screen 'filters'?
Hi there, I want to be able to do a 'blur' or a 'fade to black' of the whole screen after I've done all the individual Draw()s. Imagine this is an end of game, and I want to do a nice blur of the whole game screen, then display 'game over' or whatever. Is there a way to do this 'filter' Thanks! LH I am sorry. Silly me, I thought these forums were just for xna questions. Doh. It's the beta release of the XNA studio, C#. Using this so far with a 2D game. thanks! LH ...Show All
Visual Studio Team System Running outside TFS - Possible?
I've got almost the same software at home as at work, except for the Team Foundation Server of course. I've installed the VSTS at home and have added the VSTS-DP. Is there some way I can take the db project from work (on a usb drive) and work on it at home and then merge the modified files back into the TFS-VC EDIT ******************************************* Well, I grabbed all the files from work thru remote. Then tried to open it here at home. When it was opening it complained 3 times about not resolving the server name. And also warned me about source control and gave me the option to work temporarily uncontrolled. Toward the end of the load, it said I needed to go to Tools | Options and change the validation database ...Show All
Visual Studio VSS Checkin problems
The web module I'm working on contains crystal reports opened through ASP pages. Before I updated and added a few more report items, both VSS and the source folder showed the \ report folder contained nothing but only crystal files. So, instead of adding the updated & new report files from VSS, I did it through the VS IDE. Then I found autogenerated .vb files corresponding to each report items from within the source folder What are these autogenerated files Can I delete them Also I found a new _vit_cnf folder there, why TIA Did you initially add the solution/projects to source control within VS IDE or did you manually added them using VSS standalone application ...Show All
.NET Development The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
I just installed Visual Studio 2005 today and I'm already getting an error. This code worked fine on 2003. I am running Windows XP 64 so I definitely have the latest MDAC. Anyone know why I would get this error Dim strConnect As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & GetWorkingPath() & "db.mdb;Persist Security Info=False;" conn = New OleDbConnection(strConnect) conn.Open() I'm getting the same problem, but when I do the x86 option it doesn't help, either in C# or VB. I've run CompChecker and got the following, everything is cool: <cc> <releases> <release name="MDAC 2.1 SP2"/> <release name="MDAC 2.5"/> <release n ...Show All
SQL Server Can't Process cube created with ASCMD - XMLA script -
Hi, I have an XMLA-script that I use for creating my cube. Creating the cube with the tool - ascmd - is not an issue but when I try to process the cube, I get the following message: OLE DB error: OLE DB or ODBC error: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.; 28000. Strange because when I open the management studio -> look at my data source, all the correct information is there (server, user name, etc.), except for the password field in impersonation account editor, which is blanco. The only way to process my AS DB is to open the data source editor and retype my password in the impersonation account editor. Once I've done that, I can process. But as I want to automate the cube processing, I have a problem... ...Show All
Visual Studio Deploy web app with ReportViewer to hosted site embedded mode
I'm using a ReportViewer control in an .aspx page using ASP.NET 2.0 in Visual Studio 2005 Beta2. I want to deploy this ReportViewer control to my hosted site at WebHost4Life in "local" or "embedded" mode. My report runs fine on my development machine. But when I deploy it to my hosted website at WebHost4Life, I'm was getting this error. Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11 or one of its dependencies. The system cannot find the file specified. I then searched my development machine and found these two files, which I then copied to the bin folder in my hosted website: Microsoft.ReportViewer.Common.dll M ...Show All
.NET Development Error using a managed c++ dll in a c# app
Hi, I have created a C++ managed DLL that is my wrapper to a Remedy server. My Dll references a remedy Lib in order to have access to it. Everything compiles fine and my DLL is generated. Now I want to consume the DLL from a C# application. I can reference the DLL without problem and access the functions using intellisence. But, as soon as I start the application and tries to create a instance of my C# class (that has a static property with the reference to my C++ DLL) an unhandled exception is raised: "An unhandled exception of type "System.IO.FileNotFoundException" occurred in MyCSharpProgram.dll" Additional Information: The specified module could not be found. (Exception from HRESULT: 0x00.....) I ...Show All
Gadgets Sidebar gadgets outside the sidebar?
Hi guys, I'm interested on building some gadgets and I'd like to know a couple of info about this specific type. 1) Can they exist outside the sidebar In this case, can they know their position in the stage 2) Can they communicate to each other I had a look to the API and I couldn't find so much information about these topics. Any info will be very appreciated. Thanks, chr If you must do something that frequently, you should listen for the power state changed event, and reduce the frequence dramatically when running on battery. ...Show All
.NET Development [OTP]How to overcome the problem associated with querystring ?
Hi .. i have developed a website. As usual im using quertystring to passs value from one page to another . EX:If im moving from page ABC.aspx to PQR.aspx with some querystring Till here everythinh works fine . my problem starts here say i reached PQR.aspx name="Sachin" it will show all the data related to name="Sachin" but if somebody in querystring changes name="Nitin" it shows data related to nitin . i Dont want user to get details of other users . rather if somebody changes tehn he shud be redirected to say Login.aspx PLs provide me some tips or C# code Looking forward for ur reply thanks Sachin Question regarding asp.net are ...Show All
Microsoft ISV Community Center Forums Can't open regedit
Hai.... Why if I want open regedit (run>regedit), and then show message error like that The application failed to initialize properly (0xc0000005) Please anybody help me... Jebat Thanks Hi, I'm not sure why that error message appears, but if you would like to open regedit manually, here's how. Click START,SEARCH, TYPE IN regedit. In the look in: search box,click the arrow tab, then browse. Find the windows folder. It will be under my computer, hard drive, then the windows folder. Click on the windows folder to select, then click OK. You are now back in search, click search, then when regedit folder shows up you may stop the search. Left click on reged ...Show All
