![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Think outside the box! ************************************************* |
|
In my development environment I can add references to the Microsoft Practices libraries and everything works ok. But when I copy the application to the test server I get the message "CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)". A search of the web suggests that I am missing an assembly reference (exactly as the message says). I cannot find any place in the project where the Microsoft Practices libraries are referenced. Other libraries are referenced in the Web.Config file, but not the Microsoft Practices libraries. They are physically copied to a Bin folder instead. How can I get this to work on my test server? How do other people handle this? Thanks! |
#3
| |||
| |||
|
|
In my development environment I can add references to the Microsoft Practices libraries and everything works ok. But when I copy the application to the test server I get the message "CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)". A search of the web suggests that I am missing an assembly reference (exactly as the message says). I cannot find any place in the project where the Microsoft Practices libraries are referenced. Other libraries are referenced in the Web.Config file, but not the Microsoft Practices libraries. They are physically copied to a Bin folder instead. How can I get this to work on my test server? How do other people handle this? Thanks! |
#4
| |||
| |||
|
|
In my development environment I can add references to the Microsoft Practices libraries and everything works ok. But when I copy the application to the test server I get the message "CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)". A search of the web suggests that I am missing an assembly reference (exactly as the message says). I cannot find any place in the project where the Microsoft Practices libraries are referenced. Other libraries are referenced in the Web.Config file, but not the Microsoft Practices libraries. They are physically copied to a Bin folder instead. How can I get this to work on my test server? How do other people handle this? Thanks! |
#5
| |||
| |||
|
|
Most likely an install of the Enterprise Library is all that you need. I am not sure, however, as I do not know what you have played with. -- Gregory A. Beamer MVP, MCP: +I, SE, SD, DBA ************************************************* | Think outside the box! | ************************************************* "MichaelQuinlan" <maquinlan (AT) nospam (DOT) nospam> wrote in message news:82778A90-6A8A-4BCB-AC03-DF477190C098 (AT) microsoft (DOT) com... In my development environment I can add references to the Microsoft Practices libraries and everything works ok. But when I copy the application to the test server I get the message "CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)". A search of the web suggests that I am missing an assembly reference (exactly as the message says). I cannot find any place in the project where the Microsoft Practices libraries are referenced. Other libraries are referenced in the Web.Config file, but not the Microsoft Practices libraries. They are physically copied to a Bin folder instead. How can I get this to work on my test server? How do other people handle this? Thanks! |
#6
| |||
| |||
|
|
Does this mean the Enterprise Library needs to be installed on every computer the application will run on? I will try this. Thanks for the reply. "Cowboy (Gregory A. Beamer)" wrote: Most likely an install of the Enterprise Library is all that you need. I am not sure, however, as I do not know what you have played with. -- Gregory A. Beamer MVP, MCP: +I, SE, SD, DBA ************************************************* | Think outside the box! | ************************************************* "MichaelQuinlan" <maquinlan (AT) nospam (DOT) nospam> wrote in message news:82778A90-6A8A-4BCB-AC03-DF477190C098 (AT) microsoft (DOT) com... In my development environment I can add references to the Microsoft Practices libraries and everything works ok. But when I copy the application to the test server I get the message "CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)". A search of the web suggests that I am missing an assembly reference (exactly as the message says). I cannot find any place in the project where the Microsoft Practices libraries are referenced. Other libraries are referenced in the Web.Config file, but not the Microsoft Practices libraries. They are physically copied to a Bin folder instead. How can I get this to work on my test server? How do other people handle this? Thanks! |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |