Snake86's Q&A profile
Smart Device Development InTheHandPO
Hello, The sample in MSDN using InThehandPocketOutlook is famous to cause the error MissingMethodException. Searched for whole week but still couldn't find a perfect solution. Can someone point me to right direction please. I know only VB.net and Thanx for any help. I suggest getting a copy of Inthehand.WindowsMobile library as it supercedes the old MSDN sample. The library is free for non-commercial use and has very reasonable commercial pricing ...Show All
.NET Development Library or source files
Hello, I've created a webservice. What brings more performance If I put the whole service in a compiled library or can I let the source files in the app_code folder Procompiles the IIS the source files or are they compiled for each request thanks ...Show All
Smart Device Development Error in Microsoft Sample Code For RDA
Hi, I think that there may be an error in some sample code that is on MS website and around the Internet with respect to RSA. Here is the code try { if (File.Exists("\\My Documents\\RdaDb.sdf")) File.Delete("\\My Documents\\RdaDb.sdf"); Where RdaDb is the name of the SQL Server mobile database. This will work fine the first time the database is pulled down, but the second and third.... times, the file cannot be deleted as it is in use by SQL Server Mobile. Any ideas That's it Sounds like a bug in RDA to me. I will report that to appropriate person. Meanwhile it appears the only way out of it is to close the application. Just a hunch: try P/Invoking ...Show All
.NET Development Pre-creating directory structure as per entries in .config XML file
Hi, I have developed a standalone tool using C# and .NET and built the .EXE of the tool. I also have the correspondig .exe.config file of the tool which looks like this: < xml version ="1.0" encoding ="utf-8" > < configuration > < appSettings > < add key = "rules" value = "C:\\DataScrubber\\Rules\\rules.xml"/> < add key = "lmpafile" value = "C:\\DataScrubber\\Data\\LMPA\\lmpa_data.txt"/> < add key = "lmpareport" value = "C:\\DataScrubber\\Reports\\LMPA\\lmpa_validation_report.txt"/> </ appSettings > </ configuration > My qu ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Vista Compatibility
Looking for any hints on when a Vista version will be released. (Note that I'm in the middle of installing the same version as everyone else is right now, but the web site says it won't be out for a bit). I really don't want to put a third OS on my system just so I can run xna express. (I've already got Vista Ultimate 32 and 64 bit on here - starting to get crowded) Dan Dan Lingman wrote: Looking for any hints on when a Vista version will be released. You're not going to find any. Dan Lingman wrote: (Note that I'm in the middle of installing the same version as everyone else is right now, but the web site says it won't be out for a bit). I really don't want to p ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I cannot compile any XNA tutorials
I have Microsoft Visual C# express and XNA Game Studio Express, but when I create a new project and follow the tutorial (any tutorial) and copy and paste the code into a new project, i cannot compile because there are errors when i press F5. Example in tutorial 1: displaying a 3d model on the screen i follow all the directions and when i copy and paste the code at the end and hit f5 i get the first error in this line: myModel = content.Load< Model >( "Content\\Models\\p1_wedge" ); and i cannot continue. I have tried several tutorials in the past weeks and none run. I need help for doing this for school. Thanks I copied the one file into the models folder and the other into textu ...Show All
Windows Forms All Controls disappear from [Designer] and more...
Hi all, Currently i have a problem with the designer, below is my case: I have total 2 projects in a Solution just namely A and B . While i'm focusing on B project, and come back to the A project. I found that all controls in one of the form (occasionally is the main form) [design] in that project (A) did not load. I shocked and found out that some of the A form's properties value also being set to blank or default, such as: Form's Text become blank , Load event value become blank , WindowState value that used to be Maximized also become Normal . I checked the A.Designer.cs . Luckily, everything is still the same (i suppose). Tried to run it, and breakpoint it. The program did go through the A.Designer.cs, but those ...Show All
Visual Studio Team System Permissions at the work item level
I am wondering if there is a way to restrict users to creating a particular type of work item. For example, I have a project group called Testers and I only want to allow them to create work items of the type "Bug". I can restrict their access to an Area called Bugs, but they can still create any work item in there they want, including Requirements, Change Requests, etc. Is it possible to allow them write access to only a certain type of work item Will Naren's suggestion be sufficient for your purposes If not, we could consider (in a future version) the ability to create an additional rule that could hide the work item type for particular users, and prevent them from creating work items of th ...Show All
Visual Studio Team System Build failing - write permission problem.
Hi folks, i'm trying to set up my team build but the out of the box setup isn't working to well :( the following error is .. Solution: ProjectX.sln, Project: Web Site, Compilation errors and warnings ASPNETCOMPILER(0,0): error ASPRUNTIME: The current identity (DOMAIN\tfsservice) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'. Solution: ProjectX Deployment.wdproj, Project: Web Site, Compilation errors and warnings ASPNETCOMPILER(0,0): error ASPRUNTIME: The current identity (DOMAIN\tfsservice) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'. Edit: I found some hints -> " If you change the se ...Show All
Microsoft ISV Community Center Forums Vba paste special function
Hi, I have got a workbook with loads of formulae that use the "GETPIVOTDATA" function to collect data from pivot tables. I want to write some vba code that will search all the cells in my workbook for occurences of the "GETPIVOTDATA" function and will "paste special values" over the cells that use this formula. The reason I want to do this is because these formulae take up more sace than I would like. Can somebody please help me Thanks ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA suports animations?
Hi,I am developing a simple game 3D in XNA for learning, but I don't know how to animate my character in the game... How can I animate a .x or .fbx file in xna And which is the code to play an animation in XNA thanks!!! Just search the forums. The bad news is that there is no built-in animation functions. You'll have to read the animation data out of the .X or .FBX file inside the content processor, add the animation data to a Tag property on your model, and then read that data and calculate the bone poses yourself in the runtime. ...Show All
Windows Forms Bind datagridview to generic list?
Hello, I want to create a gridview that is bound to the object where I have the insert,update,delete and select methods. but I havent find a way to do it. public class Participante { #region Constructor public Participante() { this ._objCiudad = new Ciudad (); } #endregion #region Declaracion de variables private string _strIdentificacion; private string _strNombre; private string _strdireccion; private string _strTelefono; private string _strCelular; private string _strEmail; private Ciudad _objCiudad; private string _strDireccionEnvio; private string _strTrato; private int _idCiudad; private int _idDepartamento; ...Show All
.NET Development Trying to learn website design
Hello Ladies & Gentlemen! I would love to be able to make a website to include pictures....could someone please tell me the requirements that i need to get started... I am a complete novice so please if you reply be gentle with me! Regards ...Show All
Windows Forms add 2 DataTables into 1 DataGrid
hi, I have 2 dataadapters that fills 2 datatables i want to show them both in 1 datagrid How do i do it I think detail steps to combine two tables depend on the logic how you want to combine them. If you just want to create a new table with all columns in those original two tables, use following code for example DataTable dt = new DataTable(); foreach (DataColumn column in northwindDataSet.Customers.Columns) dt.Columns.Add( new DataColumn(column.ColumnName,column.DataType,column.Expression)); foreach (DataColumn column in northwindDataSet.Employees.Columns) { if (dt.Columns.Contains(column.ColumnName)) continue ; dt.Columns.Add( new DataColum ...Show All
Windows Forms Regarding Setup Project in VS 2003
Hi! I am trying to buids large setup project(approx. 1.7 GB File size) but it gets failed giving error as "Not Enough Space available" . But I checked the memory size but there is enough Free space on C drive. I also build it as msi and Lossely compressed but it doesn't work. Should I use Installer available from other vendors Setup and deploy projects are not able to deal well with these large types of installations. Here is one possible work-around: 1) Add a file with the same name as your large file to the project. 2) Set the installer to Package as Loose Uncompressed files via the project property page 3) Build 4) As a post-build step, copy the full-sized files into the build location. ...Show All
