Edgar G.'s Q&A profile
.NET Development WSE 3.0 Problem
Hi, I am using WSE 3.0 Oct CTP. I have following problem:- Unable to instantiate the WSE class created by adding the web reference. There is an issue with respect to the loading of configuration. I get the following error:-- An error occurred creating the configuration section handler for microsoft.web.services3: That assembly does not allow partially trusted callers. This was resolved to a bug in VSTO. D ...Show All
Windows Forms 'The folder path contains an invalid character' error when tryin to install an service
I have build an service in vb.net on an e2k prof platform, just like described in the walktrough: "creating...." and everyting is fine until I have to install the service. Then i get the error "The folder path 'STS ØST A/S' contains&n ...Show All
Visual Studio Express Editions export whole program/project to work on another pc?
hi dudes, sorry i'm very much vb.newby... can someone please explain how i can export my project i'm writing in spare time at work to my home pc, intact with all code and interface design in place please in vb.net express i have tried saving the project and then copying the whole project folder home but this doesn't seem to work properly when i open a file - there's so many, anyway! another thing i thought i might try was to export proj ...Show All
Visual Studio Team System Error: 28002 During Install
I've seen some other people post about this error, but I haven't really seen any solutions. I'm installing a single server deployment of TFS on a Win2K3 server with a domain admin account. The error i get is Error 28002 about halfway into the install. Here's the details from my Event Log. Detailed Message: TF50621: GSS: Failed to retrieve identity from source : [S-1-5-21-3001352713-997110418-654693162-1110] Exception Message: The specified domai ...Show All
Visual Studio FileProperties2 interface in VsSDK ProjectBase
Hi, I'm implementing my custom project type for VS and I use ProjectBase project from the latest version of VsSDK (C:\Program Files\Visual Studio 2005 SDK\2006.04\VisualStudioIntegration\Common\Source\CSharp\Project). Now when I create custom project the project items (files) does not have all available properties regular project has. For example, CopyToOutputDirectory. I start to looking for that property and found that this property ...Show All
Visual Studio 2008 (Pre-release) Generated WSDL from Indigo not what I would expect
I've created an Indigo service and exposed an endpoint using basicHttpBinding in IIS. When I navigate to the WSDL, all the function parameters are marked as optional (i.e. minoccurs="0"), including int and DateTime fields. For example, the function signature: [ OperationContract ] Feed Fetch( string Url, DateTime ItemsSince, int Page, int PageSize); results in: - < xs:element name =" Fetch " ...Show All
.NET Development Writing to Excel file through ODBC
This is more of an MFC/ODBC problem not .NET, but there don't seem to be any fora for MFC... I'm trying to write to an Excel file using ODBC. Lots of places on the web say this is possible. But... whatever I do my datasource is always readonly. I'm using MFC, so doing something like this: CLogRecordSet rset; rset.Open(CRecordset::snapshot, NULL, CRecordset::appendOnly); ASSERT(rs ...Show All
Visual C++ Compiling bug?
alright, now i get just another error. its very weird. it doesnt matter if i build on the VS2005 prof edition, or the express edition. anyway... public ref class CTree { private : ArrayList^ _TreeNodes; public : CTree() {} void AddTreeNode(VCNode^ Node){ TreeNodes->Add(Node); } void Repaint(TreeView^ Tree){ for ( int i = 0; i <= _TreeNodes->Items->Count; i++){ if (_TreeNodes->I ...Show All
.NET Development Web Service Security
I was wondering, how would I secure a web service I have heard about WSE, however I do not understand it completly. Can someone point me to a tutorial about WSE or some other sort of way to secure my webservice I want the client to be able to use the username and password pair to login to the client AND be able to access the data on the webservices. How do other companies secure their web services so that certain individuals can access web met ...Show All
Visual Studio Express Editions I get 3 build errors while publishing (Please Please Help)
Error 1: Cannot publish because a project failed to build. 1 1 Band Web Browser(BETA) 1.0.0.0 Error 2: Unable to copy file "bin\Release\Band Web Browser(BETA) 1.0.0.0.exe.manifest" to "bin\Release\Band Web Browser(BETA) 1.0.0.0.publish\Band Web Browser(BETA) 1.0.0.0_1_0_0_0\Band Web Browser(BETA) 1.0.0.0.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 ...Show All
Windows Forms Help! How to get a new datagridview row out of add mode?
When a user clicks on a new row in my datagridview some information is programmatically added to the cells. When I programatically edit, the row remains in add mode. How do I get it to exit this mode and have it create a new "add row" below it I would like the same result as if a user manually enters the information: * User clicks on the "add row" (aka the last row in the grid) * User changes a value * User presses enter or ...Show All
Windows Forms Clear a DataSource, of a List-Bound Control
How change the dataSource of a ListBox If I put this: lstAlumno.DataSource = null; Show me, error... how I could change the DataSource ... Again, please post specific error messages.... this helps a lot in determining what is wrong. It would ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Only float precission for vertices?
It seems that there is no support for doubles as vertex positions in directx. A vertex either takes three floats or a vector which in turn is composed of floats. Is this simply the limit I am generating a huge procedural universe which I want to render. The distances to starts are not a problem since I simply scale the me-to-star vector so it fits. However I would like to have a planet and perhaps its moons in a simgle frame of reference and ...Show All
Visual Studio Team System Required Attribute Value test fails! Bug?
Hello, I don't want to be rude but I'm wondering if that's a bug... I have recorded a quite long webtest, 31 http requests... On several requests, I want to do "Required Attribute Validation rules", some validation works while others fails. Ex: This one succeed: TagName=TR, AttributeName=id, MatchAttributeName=style, MatchAttributeValue=display:none;, ExpectedValue=tr_2_items, IgnoreCase=False This one fails: TagNam ...Show All
.NET Development How to read usb port ?
hi all, Any one tell me that how to read the usb port pls.... ...Show All
