| Using c++ dll in c# (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi all, I'm going to be accessing a dll written in c# to interface with a few classes. My question is this. I know I can fairly easily interface with a c library using c#, but i am unsure how to access an actual class. Anyone got any tips for me? TIA, Devin |
|
| Help please (6 replies) |
| ASPFriends.com 'aspngvs' list |
| This message, which was originally sent to "aspngcommunity", has been moved to "aspngvs" mailing list by the List Master Hi, When I try to run an asp.net application.Iam getting an error stating that: ********************************************************************** Error while trying to run the project.Unable to start debugging on the web server You do not have permission to debug the server... |
|
| XML Comments in VS.NET (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Does anyone know of any good documents on creating XML comments in VS.NET? The help files I have installed locally seem to be lacking one key page: Tags for Documentation Comments ms help://MS.VSCC/vsccCommon/html/ vscc topic not found.htm?keywords "vc lrfTagsForDocumentationComments",index "!DefaultAssociativeIndex",url "m s help://MS.VSCC/MS.MSDNVS/vsintro7/html/vxconcommentingcode.htm" Searchin... |
|
| Project Items context menu (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Hello, I am doing some IDE customization work. I'm using an Add In and the ENVDTE.DTE Object and everything is working fine. Now I would like to create some options in the project items context menu (right click on a project item). But I can't find any way to do this. Any clue ? |
|
| Trouble making connections (5 replies) |
| ASPFriends.com 'aspngvs' list |
| I know I'm not the only one having problems making (and keeping) connections to projects. The following is a partial list: 1) VS tells me that my code has been modified by another program (when it hasn't) when I try to save a file. 2) I can't connect to anything outside from inside my corporate firewall/proxy. 3) Various miscellaneous non repeating errors when saving. 4) IE errors that make ALL of... |
|
| Database Read only! (2 replies) |
| ASPFriends.com 'aspngvs' list |
| I am trying to access to (access database) via ASP, the connection with the table seems to work but i cant write on them, it always said database is read only, I did propreties and make sure it's not read only. Even when I open the database with access, access give me the message, database are read only. Regard Erik |
|
| Strange Source Control Error (5 replies) |
| ASPFriends.com 'aspngvs' list |
| I am attempting to use Starteam for source control on a web project in VS.NET Beta 2. I created the project and then added the solution to Starteam. Everything appears to work okay but I get the following error everytime I load the solution(This did not happen with Beta 1). "TestProject appears to be missing some required source control information. This usually happens when the solution options f... |
|
| maintaining assebmly references on every machine (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Our application several class library projects that are configured as private assemblies. Some have references to others. Our development team consists of 3 people and we are finding that references to the dlls have to be maintained on a per machine basis. Developers can't simply get the source from Sourcesafe, open the projects and start coding. they did to specifically point the projects to the ... |
|
| 911 - Regular expression control from localization perspective ! (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hi, 20 I am using ValidationExpression 3D"^[\w ] @[\w ] (\.\w ) $" in a Regular Expression Validator Control. where \w Matches any word character. Same as [a zA Z 0 9]. 20 20 I want to expand the scope of alphanumeric characters allowed to be global in perspective. 20 For example , email of the format koreancharacteres@koreancharacters.koreancharacters where koreancharacters constitute characters ... |
|
| coding alignment problem (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hi tribesmen, i am facing this problem While writing the code in Visual Studio Beta 2 has anyone encountered the problem of the code getting all left aligned while trying to save ? 20 Is this something that i only i am encountering ? any solutions to this ? Suman Biswas 20 e mail : suman.biswas@breakawayasia.com Website http://www.breakawayasia.com |
|