Cosmin Paun's Q&A profile
.NET Development Accessing a client id from within a web service
Hi I am using Visual Studio 2005 with VB 2005 and investigating Web Services. I have a VB client application that accesses a Web Service. This works fine, but I would like to know if there is a way to obtain some kind of unique id/reference of the VB client application from within the Web Service. I would like to save this id/reference somewhere (possibly in a file or database) and then, when the Web Service responds back to the client ...Show All
Visual Studio Team System VS2005 RC1 loses Source Control settings (using TFS Beta 3)
Since this problems seems to be with Visual Studio 2005 RC1 client, I am posting it here instead of at TFS forums. I open up VisualStudio after a fresh install, go to Tools->Options->Source Control and set the plug in to Team Server. Then I go to Tools->Connect to team server and add our TFS Beta 3 server. At this point, Team Explorer is blank and there is no way to tell that window to refresh its contents. Then I go to File->Source ...Show All
Smart Device Development I am getting Native exception while doing backgroung synchrnization.
Hello everybody, I am doing autosync through webservice. but sometimes i am getting native exception and application quits sliently. I am not getting why this exception occurs as due to memory problem or anything else.please help me . My code of thead .and i am calling method of sync fom NewSyncTest which further gives call to server . This code executes within 2 minutes each . public void AutoSync() { System.Threading. ...Show All
SQL Server inserting different case data
Currently am migrating my data from oracle to sqlserver. Here is a senario where am struck. CREATE TABLE TEST (COL1 VARCHAR(90), CONSTRAINT TEST_PK PRIMARY KEY (COL1) ); INSERT INTO TEST VALUES ('test'); INSERT INTO TEST VALUES ('TEST'); -- UPPER CASE data The above is acceptable in oracle but in sqlserver in case insesitive database the second value is not accepted as it voilates the PK constraint. Before you ...Show All
Visual Studio Team System VS 2005 RC & Team
I have installed VS 2005 RC and I am confused...I cannot see any menu items to the Team functionalities. How can I connect to a team server Am I the only one in this situation or was the Team stuff left out of the RC I did a full install by the way. Did I miss something Thanks. Not through my MSDN it isn't. If you know where to locate it, the one that is not the trial edition, I appreciate it. ...Show All
Visual Basic httpwebresponse not support arabic language !!!!
I have to useing httpwebresponse for two pages, One is jsp and other asp. the charset is UTF-8 for both of them, while reading for jsp the arabic character are readed but in asp are not readed it come as spaces In asp page I use that code <%response,charset="UTF-8"%> what is the problem Try to URL Encode the Arabic parameters before you pass them from one page to the other. In ASP.NET you can use: Se ...Show All
Visual Studio Tools for Office Outlook: no Add-In does load anymore
Hi, currently i'm developing with VSTO 2005 ans VS 2005 Team Suite for Office Outlook 2003. I wrote an Add-In with C# and it works well, creating a setup which grants the CAS too. But today i changed some code within, rebuild the solution and tried to start a debug session with a break point right in the ThisApplication.ThisApplication_Startup Method. And nothing happens!! My Add-In was not loaded anymore. I tried to do a reinstall with ...Show All
Visual C# Explicit Conversion to UInt16 on Generic Type using Enums
Hiya, I have a small problem I need to solve and I haven't found an elegant solution which leads me to believe I am missing something. I have created a generic class, lets call it "MyClass<T>" I want it to store different Enums that I've defined as type T. I want to be able to cast the type T to a UInt16 (ushort) and also take a UInt16 and cast it back to type T. Example: public enum MyEnum { This, &nb ...Show All
Visual Studio Do I really need subreport links for independent subreports?
Hi all, I have been Google-ing and searching for an answer to this simple question, but to avail. I have created a complex report which contains 4 subreports. These subreports run independently from the main report (ie. the main report and each subreport has it's own SQL Statement which run independantly from each other) and there are no subreport links because there is no need - the subreports do not reference any fields etc from the main ...Show All
Windows Forms where's the download gone
Anyone know where I can find the client and server downloads. I was looking here: http://microsoft.com/downloads/details.aspx FamilyId=BA50FE00-9E0C-43E7-B989-F99B5324DAA5&displaylang=en and here: http://microsoft.com/downloads/details.aspx FamilyId=53C3B52C-0544-4A03-A79B-ECE6D500B8A7&displaylang=en as suggested here: http://msdn.microsoft. ...Show All
Visual Studio Express Editions Database - Delete record
Hi, I have a database and a datagrid to view the data. Now I want to delete a record in the recordset. I use datagrid.RemoveCurrent() to delete the currently selected record. So far it works. But when I restart my program it still shows that record. What do I have to do to make this delete-action permanent Greets, John Hi, What datasource are you binding in your datagrid Be sure that this datasource (Dat ...Show All
Smart Device Development Configuring serial port
Hi friends, We are trying to connect our IR enabled mobile with PC. But while doing that the port selected by the device driver is changing at each time of connection. This is hard for us to program. We need to know how to configure the mobile always at one port.... your comments and views are worth for us. Bye. Cheers, Devi. The devices actual port really isn't important, in fact, whatever your programming the device wit ...Show All
SQL Server Reporting Services - export to excel
When i export report (second time, not first one) to excel i get this message: Operation is not valid due to current state of object. I cannot save next report. What can i do Thank you for your help ...Show All
Visual Studio Express Editions forum on visual web developer
How do i ad a forum to my website in visual web developer 2005 express edition Hi, Check out the Community Server. These forums are a customized version of the Community Server. http://communityserver.org/default.aspx Regards, Vikram ...Show All
.NET Development Failed parsing the policy document
I am using WSE 3.0 with VS 2005 pro. I created a ASP .NET web service project on the local file system, added MyAssertion.cs to the App_Code folder in the project. After I manually added extension element to the wse3policyCache.config file. I get an error when I try to open the WSE setting 3.0. The following is the extension element I added and the error message that I got. extension element ============== < extension name = " MyAssertion " ...Show All
